forked from phoedos/pmd
Update changelog, refs #308
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-junit
|
||||
* [#285](https://github.com/pmd/pmd/issues/285): \[java] JUnitTestsShouldIncludeAssertRule should support @Rule as well as @Test(expected = ...)
|
||||
* java-optimizations:
|
||||
* [#222](https://github.com/pmd/pmd/issues/222): \[java] UseStringBufferForStringAppends: False Positive with ternary operator
|
||||
* java-strings:
|
||||
@ -32,4 +34,5 @@ This is a bug fixing release.
|
||||
|
||||
* [#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
|
||||
* [#308](https://github.com/pmd/pmd/pull/308): \[java] JUnitTestsShouldIncludeAssertRule supports @Rule annotated ExpectedExceptions
|
||||
|
||||
|
Reference in New Issue
Block a user