From c9ceada8cf73b9e5044c05c0fc071ec7b8c13e0a Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Sun, 5 Jun 2016 22:11:30 +0300 Subject: Disable missing Javadoc checks on private members Change-Id: Ic786692f480c44526762fe7872b1c78751a665aa --- checkstyle/vaadin-checkstyle.xml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml index 2979857a87..e55b20b1df 100644 --- a/checkstyle/vaadin-checkstyle.xml +++ b/checkstyle/vaadin-checkstyle.xml @@ -18,12 +18,12 @@ to ^[A-Z_]*$ . Others (protected, package and private) still have ^[a-z][a-zA-Z0-9]*$ - Modified the severity of the following Checks from error to info: • JavadocPackage (checks for package-info.java) - • JavadocType (class and interface declarations, scope private) - • JavadocMethod (method declarations, scope private) - • JavadocVariable (variable declarations, scope private) + - Modified the severity of the following Checks from error to warning and the scope from private to protected: + • JavadocType (class and interface declarations) + • JavadocMethod (method declarations) + • JavadocVariable (variable declarations) • JavadocStyle (Javadocs are "well formed") - - Modified the severity of the following Checks from error to warning because - not so critical: + - Modified the severity of the following Checks from error to warning because not so critical: • LineLenght (the default value is 80 which is also used in formatter, but i.e. member declarations are not wrapped onto next line) • RedundantModifier (i.e. using public in interface method declarations) @@ -104,16 +104,20 @@ - + + - - + + + - + + - + + -- cgit v1.2.3