Affects PMD Version: 7.11.0
Rule: UnusedAssignment
Description:
Code Sample demonstrating the issue:
record TestRecord(Set<Integer> foo) { TestRecord { foo = foo == null ? emptySet() : new TreeSet<>(foo); // <!--- violation here } }
Expected outcome:
PMD should not report false-positive about unused foo in compact constructor.
Running PMD through: [Maven | Other]
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