Skip to content
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

fine-tuning in package domain #134

Open
6 tasks
JorderGomes opened this issue Oct 30, 2023 · 0 comments
Open
6 tasks

fine-tuning in package domain #134

JorderGomes opened this issue Oct 30, 2023 · 0 comments

Comments

@JorderGomes
Copy link

JorderGomes commented Oct 30, 2023

  • src/main/java/org/repodriller/domain/Commit.java:130: OverrideBothEqualsAndHashcode: Ensure you override both equals() and hashCode()

  • src/main/java/org/repodriller/domain/Commit.java:131: SimplifyConditional: No need to check for null before an instanceof

  • src/main/java/org/repodriller/domain/Modification.java:76: UseLocaleWithCaseConversions: When doing a String.toLowerCase()/toUpperCase() call, use a Locale

  • src/main/java/org/repodriller/domain/Modification.java:76: UseLocaleWithCaseConversions: When doing a String.toLowerCase()/toUpperCase() call, use a Locale

  • src/main/java/org/repodriller/domain/Modification.java:80: UseLocaleWithCaseConversions: When doing a String.toLowerCase()/toUpperCase() call, use a Locale

  • src/main/java/org/repodriller/domain/Modification.java:84: LiteralsFirstInComparisons: Position literals first in String comparisons

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

No branches or pull requests

1 participant