Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 9.3 with google_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
44 0 17 0

Files

File
 I
 W
 E
com/google/code/beanmatchers/BeanMatchers.java 0 4 0
com/google/code/beanmatchers/BeanMatchersException.java 0 1 0
com/google/code/beanmatchers/HasToStringDescribingPropertiesExcludingMatcher.java 0 1 0
com/google/code/beanmatchers/HasToStringDescribingPropertiesMatcher.java 0 1 0
com/google/code/beanmatchers/HasValidBeanConstructorMatcher.java 0 1 0
com/google/code/beanmatchers/HasValidBeanEqualsExcludingMatcher.java 0 1 0
com/google/code/beanmatchers/HasValidBeanEqualsForMatcher.java 0 1 0
com/google/code/beanmatchers/HasValidBeanHashCodeExcludingMatcher.java 0 1 0
com/google/code/beanmatchers/HasValidBeanHashCodeForMatcher.java 0 1 0
com/google/code/beanmatchers/HasValidGettersAndSettersExcludingMatcher.java 0 1 0
com/google/code/beanmatchers/HasValidGettersAndSettersMatcher.java 0 1 0
com/google/code/beanmatchers/InstantiatingMatcherDecorator.java 0 1 0
com/google/code/beanmatchers/TypeBasedValueGenerator.java 0 1 0
com/google/code/beanmatchers/ValueGeneratorRepository.java 0 1 0

Rules

Category Rule Violations Severity
javadoc MissingJavadocType
  • scope: "protected"
  • excludeScope: "nothing"
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, RECORD_DEF, ANNOTATION_DEF"
12
 Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
2
 Warning
naming AbbreviationAsWordInName
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "0"
3
 Warning

Details

com/google/code/beanmatchers/BeanMatchers.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 9
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'isABeanWithValidGettersAndSettersFor' must contain no more than '1' consecutive capital letters. 47
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'isABeanWithValidGettersAndSettersExcluding' must contain no more than '1' consecutive capital letters. 56
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'isABeanWithValidGettersAndSetters' must contain no more than '1' consecutive capital letters. 64

com/google/code/beanmatchers/BeanMatchersException.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 3

com/google/code/beanmatchers/HasToStringDescribingPropertiesExcludingMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 9

com/google/code/beanmatchers/HasToStringDescribingPropertiesMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 8

com/google/code/beanmatchers/HasValidBeanConstructorMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 8

com/google/code/beanmatchers/HasValidBeanEqualsExcludingMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 9

com/google/code/beanmatchers/HasValidBeanEqualsForMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 8

com/google/code/beanmatchers/HasValidBeanHashCodeExcludingMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 8

com/google/code/beanmatchers/HasValidBeanHashCodeForMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 8

com/google/code/beanmatchers/HasValidGettersAndSettersExcludingMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 8

com/google/code/beanmatchers/HasValidGettersAndSettersMatcher.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 8

com/google/code/beanmatchers/InstantiatingMatcherDecorator.java

Severity Category Rule Message Line
 Warning
javadoc MissingJavadocType Missing a Javadoc comment. 9

com/google/code/beanmatchers/TypeBasedValueGenerator.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc Summary javadoc is missing. 5

com/google/code/beanmatchers/ValueGeneratorRepository.java

Severity Category Rule Message Line
 Warning
javadoc SummaryJavadoc Summary javadoc is missing. 9