-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[RSPEC-S1068] Remove unused
private fields
#2317
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
base: master
Are you sure you want to change the base?
Conversation
@@ -43,8 +43,6 @@ public final class CLIReportingUtils { | |||
private static final long ONE_MINUTE = 60 * ONE_SECOND; | |||
|
|||
private static final long ONE_HOUR = 60 * ONE_MINUTE; | |||
|
|||
private static final long ONE_DAY = 24 * ONE_HOUR; |
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.
this might be API but seems unused
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.
Want to investigate, what its actually used for.
f1dbef5
to
1c1a395
Compare
|
||
private static final long ONE_MINUTE = 60 * ONE_SECOND; | ||
|
||
private static final long ONE_HOUR = 60 * ONE_MINUTE; |
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.
- Private field 'ONE_HOUR' is never used openrewrite/rewrite-static-analysis#554
assuming circle issue as last block item was found.ONE_DAY
kindly request some feedback. |
[RSPEC-S1068] Remove
unused
private fields