forked from phoedos/pmd
Update changelog
This commit is contained in:
@ -572,7 +572,7 @@ public class MyClass {
|
|||||||
|
|
||||||
|
|
||||||
<test-code>
|
<test-code>
|
||||||
<description>lambda failure</description>
|
<description>#177 [java] SingularField with lambdas as final fields</description>
|
||||||
<expected-problems>0</expected-problems>
|
<expected-problems>0</expected-problems>
|
||||||
<code><![CDATA[
|
<code><![CDATA[
|
||||||
/** Dummy class. */
|
/** Dummy class. */
|
||||||
|
@ -35,6 +35,7 @@ This is a bug fixing release, no major changes were introduced.
|
|||||||
|
|
||||||
* java-design
|
* java-design
|
||||||
* [#1552](https://sourceforge.net/p/pmd/bugs/1552/): \[java] MissingBreakInSwitch - False positive for continue
|
* [#1552](https://sourceforge.net/p/pmd/bugs/1552/): \[java] MissingBreakInSwitch - False positive for continue
|
||||||
|
* [#177](https://github.com/pmd/pmd/issues/177): \[java] SingularField with lambdas as final fields
|
||||||
* java-imports
|
* java-imports
|
||||||
* [#1546](https://sourceforge.net/p/pmd/bugs/1546/): \[java] UnnecessaryFullyQualifiedNameRule doesn't take into consideration conflict resolution
|
* [#1546](https://sourceforge.net/p/pmd/bugs/1546/): \[java] UnnecessaryFullyQualifiedNameRule doesn't take into consideration conflict resolution
|
||||||
* [#1547](https://sourceforge.net/p/pmd/bugs/1547/): \[java] UnusedImportRule - False Positive for only usage in Javadoc - {@link ClassName#CONSTANT}
|
* [#1547](https://sourceforge.net/p/pmd/bugs/1547/): \[java] UnusedImportRule - False Positive for only usage in Javadoc - {@link ClassName#CONSTANT}
|
||||||
|
Reference in New Issue
Block a user