-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore: add test assertion to resolve @SuppressWarnings("checkstyle:UnusedLocalVariable")
#2367
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
Conversation
@SuppressWarnings("checkstyle:UnusedLocalVariable")@SuppressWarnings("checkstyle:UnusedLocalVariable")
.../src/test/java/org/apache/maven/repository/legacy/resolver/DefaultArtifactCollectorTest.java
Show resolved
Hide resolved
@SuppressWarnings("checkstyle:UnusedLocalVariable")@SuppressWarnings("checkstyle:UnusedLocalVariable")
9906073 to
d1c7001
Compare
@SuppressWarnings("checkstyle:UnusedLocalVariable")@SuppressWarnings("checkstyle:UnusedLocalVariable")
@SuppressWarnings("checkstyle:UnusedLocalVariable")@SuppressWarnings("checkstyle:UnusedLocalVariable")
|
whats he issue with this one? assuming its the same solution for common problem. |
@SuppressWarnings("checkstyle:UnusedLocalVariable")@SuppressWarnings("checkstyle:UnusedLocalVariable")
|
This pull request provides small changes addressing exactly the discussion point, while #2365 is a larger set of changes which includes questionable changes (e.g. the introduction of the Addressing all PMD warnings should not be a goal. Many of them are harmless, and sometime complying to the rule make the code less understandable. Some warnings are indeed real issues (e.g. the |
yes not applied SOC, sorry.
kind of yes. I will check the most important. |
d1c7001 to
45c0472
Compare
45c0472 to
f63e376
Compare
|
this could be merge as approved and just incremented the test little further. |
@SuppressWarnings("checkstyle:UnusedLocalVariable")#2365