Merge branch 'pr-1097'

This commit is contained in:
Andreas Dangel
2018-05-15 09:17:30 +02:00
3 changed files with 20 additions and 4 deletions
+1
View File
@@ -31,6 +31,7 @@ This is a bug fixing release.
* [#1067](https://github.com/pmd/pmd/issues/1067): \[java] [6.3.0] PrematureDeclaration false-positive
* java-design
* [#824](https://github.com/pmd/pmd/issues/824): \[java] UseUtilityClass false positive when extending
* [#1097](https://github.com/pmd/pmd/pull/1097): \[java] False negative in AvoidThrowingRawExceptionTypes
* java-performance
* [#1098](https://github.com/pmd/pmd/pull/1098): \[java] Simplify LongInstantiation, IntegerInstantiation, ByteInstantiation, and ShortInstantiation using type resolution