Pankraz76
Pankraz76
This one done: - https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#unusedformalparameter Do we cover `generic` assignment as well? Might be dedicated recipe, to give options. - https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#unusedassignment
this could be follow up: - https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#unusedassignment - https://github.com/apache/maven/pull/2350
items: ```console ReplaceStackWithDequeTest > replaceStack() FAILED org.opentest4j.AssertionFailedError: [Unexpected result in "Test.java": diff --git a/Test.java b/Test.java index 40b7137..a72df50 100644 --- a/Test.java +++ b/Test.java @@ -4,7 +4,7 @@ class Test { void...
no. seems strange as **hard error**, not some circle count timeout which can happen as edge case. would try to update git, integrate with main. if remains, kill working dir,...
well done, lets merge.
you are really talented, keep pushing @iddeepak.
This might be an easy starter. Rewrite has evolved, passing much quicker. kindly request your feedback, thanks. @andrross @sandeshkr419
might be an inspiration for this one as well. seems to be related.
wip: ``` SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions...
im stuck on this. How to proceed, please?