Affects PMD 7.0.0. There is a test case for that (currently disabled), see https://github.com/pmd/pmd/blob/28a644cd8e1080a315372e4d1fe829d9b7049da9/pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/LocalVariableCouldBeFinal.xml#L65-L66 https://github.com/pmd/pmd/pull/3113#r579209759 This requires some sort of control-flow awareness, which could be part of pmd 7.
Affects PMD 7.0.0.
There is a test case for that (currently disabled), see
pmd/pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/codestyle/xml/LocalVariableCouldBeFinal.xml
Lines 65 to 66 in 28a644c
#3113 (comment)
This requires some sort of control-flow awareness, which could be part of pmd 7.