-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Sonar: 31 code smells #11042
Sonar: 31 code smells #11042
Conversation
@@ -497,15 +497,15 @@ void shouldNotDuplicateExistingProfileWithDifferentActivation() { | |||
@Nested | |||
class HandleAddDirectJavaDependency { | |||
|
|||
private final JHipsterProjectFolder projectFolder = projectFrom("src/test/resources/projects/empty-gradle"); | |||
private final JHipsterProjectFolder jhProjectFolder = projectFrom("src/test/resources/projects/empty-gradle"); |
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.
I don't agree with this rule, I don't think it is relevant in Java
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.
It don't have any issue with this rule, I think it highlights some naming clumsiness, but I don't agree with the new name which is not expressive enough.
private final JHipsterProjectFolder jhProjectFolder = projectFrom("src/test/resources/projects/empty-gradle"); | |
private final JHipsterProjectFolder emptyGradleProjectFolder = projectFrom("src/test/resources/projects/empty-gradle"); |
…icating its value here
…uldAddBuildPluginToPomWithPlugins
… package should be resolved
…ages should be resolved
Fix #11041