-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Fix some unnecessary use of boxed types and incorrect format strings spotted by lgtm. #4474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
bc77b04
7e9a322
5f33a2e
05596e5
bc49dca
e832e7e
cc9c0d2
54d29e4
d3cf2fa
58ad436
26746d1
89a3245
878b393
b151c98
74fb254
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,9 @@ | |
| import com.google.common.util.concurrent.ListenableFuture; | ||
| import com.google.common.util.concurrent.ListeningExecutorService; | ||
| import com.google.common.util.concurrent.MoreExecutors; | ||
| //CHECKSTYLE.OFF: Regexp | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why needs to use old logger? |
||
| import com.metamx.common.logger.Logger; | ||
| //CHECKSTYLE.ON: Regexp | ||
| import com.metamx.emitter.EmittingLogger; | ||
| import com.metamx.emitter.core.LoggingEmitter; | ||
| import com.metamx.emitter.service.ServiceEmitter; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,9 @@ | |
|
|
||
| import com.fasterxml.jackson.databind.ObjectMapper; | ||
| import com.google.common.collect.ImmutableMap; | ||
| //CHECKSTYLE.OFF: Regexp | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why needs to use old logger? |
||
| import com.metamx.common.logger.Logger; | ||
| //CHECKSTYLE.ON: Regexp | ||
| import com.metamx.emitter.EmittingLogger; | ||
| import com.metamx.emitter.core.LoggingEmitter; | ||
| import com.metamx.emitter.service.ServiceEmitter; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,9 @@ | |
| import com.google.common.collect.Sets; | ||
| import com.google.common.util.concurrent.ListeningExecutorService; | ||
| import com.google.common.util.concurrent.MoreExecutors; | ||
| //CHECKSTYLE.OFF: Regexp | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why needs to use old logger? |
||
| import com.metamx.common.logger.Logger; | ||
| //CHECKSTYLE.ON: Regexp | ||
| import com.metamx.emitter.EmittingLogger; | ||
| import com.metamx.emitter.core.LoggingEmitter; | ||
| import com.metamx.emitter.service.ServiceEmitter; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why needs to use old logger?