forked from phoedos/pmd
Update changelog, refs #307
This commit is contained in:
@ -21,6 +21,8 @@ This is a bug fixing release.
|
||||
* [#305](https://github.com/pmd/pmd/issues/305): \[core] PMD not executing under git bash
|
||||
* java-design:
|
||||
* [#275](https://github.com/pmd/pmd/issues/275): \[java] FinalFieldCouldBeStatic: Constant in @interface incorrectly reported as "could be made static"
|
||||
* java-optimizations:
|
||||
* [#222](https://github.com/pmd/pmd/issues/222): \[java] UseStringBufferForStringAppends: False Positive with ternary operator
|
||||
* java-strings:
|
||||
* [#290](https://github.com/pmd/pmd/issues/290): \[java] InefficientEmptyStringCheck misses String.trim().isEmpty()
|
||||
|
||||
@ -29,3 +31,5 @@ This is a bug fixing release.
|
||||
### External Contributions
|
||||
|
||||
* [#303](https://github.com/pmd/pmd/pull/303): \[java] InefficientEmptyStringCheckRule now reports String.trim().isEmpty()
|
||||
* [#307](https://github.com/pmd/pmd/pull/307): \[java] Fix false positive with UseStringBufferForStringAppendsRule
|
||||
|
||||
|
Reference in New Issue
Block a user