The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 47 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 21 | |
| MemberName | 0 | |
JavadocMethod
| 201 | |
JavadocType
| 3 | |
JavadocVariable
| 56 | |
| ConstantName | 8 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 2 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 203 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 4 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 6 | |
ParenPad
| 2 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 3 | |
| ModifierOrder | 2 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 17 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 2 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 46 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 34 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 40 | |
| Using the '.*' form of import should be avoided - org.apache.maven.artifact.*. | 41 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 42 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.logging.*. | 43 | |
| Using the '.*' form of import should be avoided - org.apache.maven.project.*. | 44 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 45 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 47 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.java.*. | 48 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.logging.*. | 50 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*. | 51 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 54 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.line.*. | 55 | |
| Using the '.*' form of import should be avoided - java.io.*. | 57 | |
| Using the '.*' form of import should be avoided - java.text.*. | 58 | |
| Using the '.*' form of import should be avoided - java.util.*. | 59 | |
| Line is longer than 120 characters. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 80 | |
| More than 7 parameters. | 80 | |
| Line is longer than 120 characters. | 87 | |
| Line is longer than 120 characters. | 133 | |
| Line is longer than 120 characters. | 217 | |
| Line is longer than 120 characters. | 231 | |
| '(' is not followed by whitespace. | 231 | |
| ')' is not preceded with whitespace. | 231 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 248 | |
| Line is longer than 120 characters. | 257 | |
| Missing a Javadoc comment. | 257 | |
| '+' should be on a new line. | 280 | |
| '+' should be on a new line. | 281 | |
| '+' should be on a new line. | 282 | |
| 'project' hides a field. | 309 | |
| 'attachedMode' hides a field. | 309 | |
| Line is longer than 120 characters. | 313 | |
| Line is longer than 120 characters. | 314 | |
| Missing a Javadoc comment. | 339 | |
| Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 | |
| Line is longer than 120 characters. | 360 | |
| Missing a Javadoc comment. | 368 | |
| Missing a Javadoc comment. | 380 | |
| Missing a Javadoc comment. | 392 | |
| Missing a Javadoc comment. | 446 | |
| Line is longer than 120 characters. | 501 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 31 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.java.*. | 32 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*. | 33 | |
| Line is longer than 120 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Name 'validateMojoSettingsAndApplyFormatSpecificSettingsToPackage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 120 characters. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*. | 27 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 28 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 31 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 32 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.deb.*. | 33 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 34 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.line.*. | 35 | |
| Using the '.*' form of import should be avoided - java.io.*. | 38 | |
| 'static' modifier out of order with the JLS suggestions. | 58 | |
| Name 'scriptUtil' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 77 | |
| More than 7 parameters. | 77 | |
| 'useFakeroot' hides a field. | 79 | |
| Missing a Javadoc comment. | 101 | |
| 'workingDirectory' hides a field. | 101 | |
| Missing a Javadoc comment. | 108 | |
| 'debug' hides a field. | 108 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 147 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 194 | |
| Missing a Javadoc comment. | 253 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.maven.artifact.*. | 27 | |
| Using the '.*' form of import should be avoided - java.io.*. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.logging.*. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 124 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.logging.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.commons.logging.impl.*. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Name 'mavenLogger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Redundant throws: 'LogConfigurationException' is unchecked exception. | 47 | |
| Missing a Javadoc comment. | 60 | |
| Redundant throws: 'LogConfigurationException' is unchecked exception. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 78 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 28 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 29 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 32 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 33 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 34 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 35 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 36 | |
| Using the '.*' form of import should be avoided - java.util.*. | 39 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 102 | |
| 'pattern' hides a field. | 106 | |
| Line is longer than 120 characters. | 119 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.*. | 30 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.*. | 30 | |
| '}' is not preceded with whitespace. | 42 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.project.*. | 28 | |
| Using the '.*' form of import should be avoided - java.util.*. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.artifact.*. | 29 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 31 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 32 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 33 | |
| Using the '.*' form of import should be avoided - org.codehaus.plexus.util.*. | 34 | |
| Using the '.*' form of import should be avoided - java.io.*. | 36 | |
| Using the '.*' form of import should be avoided - java.util.*. | 37 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 83 | |
| Line is longer than 120 characters. | 88 | |
| Missing a Javadoc comment. | 92 | |
| Line is longer than 120 characters. | 97 | |
| Line is longer than 120 characters. | 102 | |
| Missing a Javadoc comment. | 106 | |
| Line is longer than 120 characters. | 113 | |
| Missing a Javadoc comment. | 127 | |
| '+' should be on a new line. | 132 | |
| '+' should be on a new line. | 138 | |
| Missing a Javadoc comment. | 145 | |
| '+' should be on a new line. | 150 | |
| Missing a Javadoc comment. | 157 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 31 | |
| Using the '.*' form of import should be avoided - java.io.*. | 34 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 75 | |
| 'toFile' hides a field. | 81 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 31 | |
| Using the '.*' form of import should be avoided - java.io.*. | 33 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 31 | |
| Using the '.*' form of import should be avoided - java.io.*. | 34 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 27 | |
| '}' is not preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'priority' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'section' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'depends' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'recommends' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'suggests' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'preDepends' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'provides' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'replaces' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'useFakeroot' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Using the '.*' form of import should be avoided - fj.*. | 3 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'fileAttributes' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'directoryAttributes' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'defaultsConstructor' must be private and have accessor methods. | 48 | |
| Name '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.plexus.util.*. | 29 | |
| Using the '.*' form of import should be avoided - java.io.*. | 31 | |
| Using the '.*' form of import should be avoided - java.util.zip.*. | 32 | |
| Line is longer than 120 characters. | 109 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 30 | |
| Using the '.*' form of import should be avoided - java.io.*. | 32 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 31 | |
| Using the '.*' form of import should be avoided - java.io.*. | 33 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.artifact.*. | 29 | |
| Using the '.*' form of import should be avoided - org.apache.maven.model.*. | 30 | |
| Using the '.*' form of import should be avoided - org.apache.maven.project.*. | 31 | |
| Using the '.*' form of import should be avoided - java.io.*. | 34 | |
| Using the '.*' form of import should be avoided - java.util.*. | 36 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'groupId' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'artifactId' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'version' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'artifact' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'name' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'description' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'basedir' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'buildDirectory' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'artifacts' must be private and have accessor methods. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'licenses' must be private and have accessor methods. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'artifactConflictIdMap' must be private and have accessor methods. | 66 | |
| Missing a Javadoc comment. | 68 | |
| More than 7 parameters. | 68 | |
| Missing a Javadoc comment. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 30 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 31 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'user' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'group' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'mode' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'tags' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Name 'create_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 27 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'classifier' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'id' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'name' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'description' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'defaults' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'assembly' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 68 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.deb.*. | 30 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.deb.*. | 30 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.rpm.*. | 30 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.rpm.*. | 30 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.sysvpkg.*. | 30 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.sysvpkg.*. | 30 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 27 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 27 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'name' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'revision' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'description' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'contact' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'contactEmail' must be private and have accessor methods. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'architecture' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'defaults' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'assembly' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'packages' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 49 | |
| More than 7 parameters. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 27 | |
| '}' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'classes' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'category' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.commons.lang.builder.*. | 29 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 30 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 31 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 32 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 33 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 34 | |
| Using the '.*' form of import should be avoided - java.util.*. | 37 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 86 | |
| 'basedir' hides a field. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.maven.plugin.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 31 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Using the '.*' form of import should be avoided - org.apache.maven.artifact.*. | 3 | |
| Using the '.*' form of import should be avoided - java.util.*. | 5 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'artifact' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'artifactMap' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 17 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*. | 29 | |
| Line is longer than 120 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Name 'validateMojoSettingsAndApplyFormatSpecificSettingsToPackage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Missing a Javadoc comment. | 44 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*. | 28 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 29 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*. | 32 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.rpm.*. | 33 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 35 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.line.*. | 36 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.vfs.*. | 37 | |
| Using the '.*' form of import should be avoided - org.codehaus.plexus.util.*. | 38 | |
| Using the '.*' form of import should be avoided - org.joda.time.*. | 39 | |
| Using the '.*' form of import should be avoided - java.io.*. | 41 | |
| 'static' modifier out of order with the JLS suggestions. | 59 | |
| Name 'scriptUtil' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 92 | |
| 'workingDirectory' hides a field. | 92 | |
| Missing a Javadoc comment. | 99 | |
| 'debug' hides a field. | 99 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 114 | |
| 'rpmbuildPath' hides a field. | 114 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 207 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 28 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*. | 29 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 120 characters. | 37 | |
| Name 'validateMojoSettingsAndApplyFormatSpecificSettingsToPackage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 30 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 32 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.provider.local.*. | 33 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 34 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.UnixFsObject.*. | 36 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.sysvpkg.*. | 38 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.sysvpkg.prototype.*. | 39 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 40 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.line.*. | 42 | |
| Using the '.*' form of import should be avoided - org.codehaus.plexus.util.*. | 44 | |
| Using the '.*' form of import should be avoided - org.joda.time.*. | 45 | |
| Using the '.*' form of import should be avoided - java.io.*. | 48 | |
| Using the '.*' form of import should be avoided - java.util.*. | 49 | |
| Using the '.*' form of import should be avoided - java.util.concurrent.*. | 50 | |
| Line is longer than 120 characters. | 63 | |
| Name 'scriptUtil' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 104 | |
| 'workingDirectory' hides a field. | 104 | |
| Missing a Javadoc comment. | 111 | |
| 'debug' hides a field. | 111 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 220 | |
| Missing a Javadoc comment. | 237 | |
| Missing a Javadoc comment. | 242 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 266 | |
| Missing a Javadoc comment. | 271 | |
| Missing a Javadoc comment. | 280 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*. | 28 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 27 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*. | 28 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Using the '.*' form of import should be avoided - fj.*. | 27 | |
| Using the '.*' form of import should be avoided - fj.data.*. | 29 | |
| Using the '.*' form of import should be avoided - org.apache.commons.vfs.*. | 30 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.*. | 31 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.java.*. | 35 | |
| Using the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*. | 36 | |
| Using the '.*' form of import should be avoided - org.codehaus.plexus.util.*. | 38 | |
| Using the '.*' form of import should be avoided - org.joda.time.*. | 39 | |
| Using the '.*' form of import should be avoided - java.io.*. | 41 | |
| Using the '.*' form of import should be avoided - java.util.concurrent.*. | 42 | |
| Using the '.*' form of import should be avoided - java.util.zip.*. | 43 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 73 | |
| 'directory' hides a field. | 73 | |
| Missing a Javadoc comment. | 84 | |
| 'file' hides a field. | 84 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 112 | |
| 'workingDirectory' hides a field. | 112 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 155 | |
| 'file' hides a field. | 197 |