chore: add test assertion to resolve @SuppressWarnings("checkstyle:UnusedLocalVariable")#2367
chore: add test assertion to resolve @SuppressWarnings("checkstyle:UnusedLocalVariable")#2367Pankraz76 wants to merge 1 commit intoapache:masterfrom
@SuppressWarnings("checkstyle:UnusedLocalVariable")#2367Conversation
@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