Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
8 2 32 0

Files

File  I  W  E
org/apache/maven/archetype/mojos/CreateArchetypeFromProjectMojo.java 0 4 0
org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java 0 1 0
org/apache/maven/archetype/mojos/IntegrationTestMojo.java 0 3 0
org/apache/maven/archetype/ui/ArchetypeConfiguration.java 0 1 0
org/apache/maven/archetype/ui/creation/ArchetypeCreationQueryer.java 0 21 0
org/apache/maven/archetype/ui/generation/ArchetypeGenerationConfigurator.java 1 0 0
org/apache/maven/archetype/ui/generation/ArchetypeSelector.java 1 0 0
org/apache/maven/archetype/ui/generation/ArchetypeSelectorUtils.java 0 2 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
9  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
23  Warning
JavadocVariable
  • scope: "protected"
2  Info

Details

org/apache/maven/archetype/mojos/CreateArchetypeFromProjectMojo.java

Severity Category Rule Message Line
 Warning coding HiddenField 'archetypeFilteredExtentions' hides a field. 280
 Warning coding HiddenField 'propertyFile' hides a field. 280
 Warning coding HiddenField 'archetypeLanguages' hides a field. 310
 Warning coding HiddenField 'propertyFile' hides a field. 310

org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java

Severity Category Rule Message Line
 Warning coding HiddenField 'goals' hides a field. 227

org/apache/maven/archetype/mojos/IntegrationTestMojo.java

Severity Category Rule Message Line
 Warning coding HiddenField 'properties' hides a field. 425
 Warning coding HiddenField 'properties' hides a field. 440
 Warning coding HiddenField 'properties' hides a field. 482

org/apache/maven/archetype/ui/ArchetypeConfiguration.java

Severity Category Rule Message Line
 Warning coding HiddenField 'requiredProperties' hides a field. 169

org/apache/maven/archetype/ui/creation/ArchetypeCreationQueryer.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 33
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 33
 Warning javadoc JavadocMethod @return tag should be present and have description. 37
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 37
 Warning javadoc JavadocMethod @return tag should be present and have description. 41
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 41
 Warning javadoc JavadocMethod @return tag should be present and have description. 45
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 45
 Warning javadoc JavadocMethod @return tag should be present and have description. 49
 Warning javadoc JavadocMethod @return tag should be present and have description. 53
 Warning javadoc JavadocMethod @return tag should be present and have description. 57
 Warning javadoc JavadocMethod Expected @param tag for 'propertyKey'. 57
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 57
 Warning javadoc JavadocMethod @return tag should be present and have description. 61
 Warning javadoc JavadocMethod Expected @param tag for 'archetypeConfiguration'. 61
 Warning javadoc JavadocMethod @return tag should be present and have description. 65
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 65
 Warning javadoc JavadocMethod @return tag should be present and have description. 69
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 69
 Warning javadoc JavadocMethod @return tag should be present and have description. 73
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 73

org/apache/maven/archetype/ui/generation/ArchetypeGenerationConfigurator.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 35

org/apache/maven/archetype/ui/generation/ArchetypeSelector.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 37

org/apache/maven/archetype/ui/generation/ArchetypeSelectorUtils.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 55
 Warning javadoc JavadocMethod Expected @param tag for 'filter'. 56