The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 0 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 4 | Error |
MemberName | 0 | Error |
JavadocMethod
| 36 | Warning |
JavadocType
| 0 | Error |
JavadocVariable
| 0 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 0 | Error |
ParenPad
| 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 8 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.plugin.descriptor.MojoDescriptor. | 24 | |
Missing a Javadoc comment. | 61 | |
'pluginDescriptor' hides a field. | 78 | |
'project' hides a field. | 95 | |
'encoding' hides a field. | 112 | |
'skipErrorNoDescriptorsFound' hides a field. | 137 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 152 | |
'dependencies' hides a field. | 152 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 163 | |
'remoteRepos' hides a field. | 163 | |
Missing a Javadoc comment. | 169 | |
Missing a Javadoc comment. | 174 | |
'local' hides a field. | 174 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 49 | |
'requiresDependencyCollection' hides a field. | 49 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.plugin.descriptor.MojoDescriptor. | 24 | |
Expected an @return tag. | 44 | |
Expected an @return tag. | 49 | |
Expected @param tag for 'project'. | 49 | |
Expected an @return tag. | 55 | |
Expected an @return tag. | 60 | |
Expected @param tag for 'pluginDescriptor'. | 60 | |
Expected an @return tag. | 85 | |
Expected @param tag for 'skipErrorNoDescriptorsFound'. | 85 | |
Expected an @return tag. | 91 | |
Expected an @return tag. | 99 | |
Expected an @return tag. | 106 | |
Expected @param tag for 'dependencies'. | 106 | |
Expected an @return tag. | 113 | |
Expected an @return tag. | 121 | |
Expected @param tag for 'remoteRepos'. | 121 | |
Expected an @return tag. | 128 | |
Expected an @return tag. | 136 | |
Expected @param tag for 'local'. | 136 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 95 | |
Expected @param tag for 'request'. | 95 | |
Line is longer than 120 characters. | 146 | |
Expected @param tag for 'request'. | 146 | |
Line is longer than 120 characters. | 200 | |
Expected @param tag for 'request'. | 212 | |
Line is longer than 120 characters. | 226 | |
Expected @param tag for 'request'. | 235 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'project'. | 50 | |
Expected @param tag for 'pluginDescriptor'. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 149 |