Affects PMD Version: 6.33.0
Rule: PrematureDeclaration
Description:
Don't report variables that are not used at all. Those should be left to UnusedLocalVariable.
Code Sample demonstrating the issue:
public String wrongEscapeSequences() { final String r1 = "\u0008"; // unused var - not a premature declaration return "\u000csssdfsd"; }
Expected outcome:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4