diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index 0218ffee9..858fa1add 100755 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -12,19 +12,24 @@ The following checks were added: - AvoidStaticImport - ClassTypeParameterName + AnnotationUseStyle + MissingDeprecated + MissingOverride + PackageAnnotation + SuppressWarnings EqualsAvoidNull - FileTabCharacter - GenericWhitespace - JavadocPackage - MethodTypeParameterName NoClone NoFinalizer - OuterTypeNumber + AvoidStaticImport + JavadocPackage + ClassTypeParameterName + MethodTypeParameterName RegexpMultiline RegexpSingleline RegexpSinglelineJava + OuterTypeNumber + FileTabCharacter + GenericWhitespace The following checks were changed from a Check to a FileSetCheck: @@ -85,6 +90,22 @@ All the J2EE checks. + + New Features: + + + New Annotation checks + AnnotationUseStyle + MissingDeprecated + MissingOverride + PackageAnnotation + SuppressWarnings + . Big thanks to Travis Schneeberger who is now a committer on the + project. + + + + Major change to FileSetCheck architecture to move the
The following checks were added:
The following checks were changed from a Check to a FileSetCheck:
New Features:
Major change to FileSetCheck architecture to move the