Skip to content

[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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pankraz76
Copy link
Contributor

@@ -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;
Copy link
Contributor Author

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

Copy link
Contributor Author

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.

@Pankraz76 Pankraz76 force-pushed the RemoveUnusedPrivateFields branch from f1dbef5 to 1c1a395 Compare May 10, 2025 21:00

private static final long ONE_MINUTE = 60 * ONE_SECOND;

private static final long ONE_HOUR = 60 * ONE_MINUTE;
Copy link
Contributor Author

@Pankraz76 Pankraz76 May 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pankraz76
Copy link
Contributor Author

Pankraz76 commented May 10, 2025

SUCCESS

image

@Pankraz76
Copy link
Contributor Author

kindly request some feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant