A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/5592 below:

[java] UnusedAssignment false positive in record compact constructor · Issue #5592 · pmd/pmd · GitHub

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