Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
25 0 0 224

Rules

Rules Violations Severity
PackageHtml 0 Errors Error
NewlineAtEndOfFile 3 Errors Error
Translation 0 Errors Error
JavadocMethod 59 Errors Error
JavadocType 17 Errors Error
JavadocVariable 29 Errors Error
JavadocStyle 1 Errors Error
ConstantName 1 Errors Error
LocalFinalVariableName 1 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 4 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 68 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 17 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 1 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 4 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 2 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 5 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
12 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

net/labidi/maven/plugins/jbpm/api/PluginConfig.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 5
Errors Redundant 'public' modifier. 5
Errors Missing a Javadoc comment. 7
Errors Redundant 'public' modifier. 7

net/labidi/maven/plugins/jbpm/api/PluginControl.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 7
Errors Redundant 'public' modifier. 7

net/labidi/maven/plugins/jbpm/api/Process.java

Violation Message Line
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 9
Errors Redundant 'public' modifier. 9
Errors Missing a Javadoc comment. 11
Errors Redundant 'public' modifier. 11
Errors Missing a Javadoc comment. 13
Errors Redundant 'public' modifier. 13
Errors Missing a Javadoc comment. 15
Errors Redundant 'public' modifier. 15
Errors Missing a Javadoc comment. 17
Errors Redundant 'public' modifier. 17
Errors Missing a Javadoc comment. 19
Errors Redundant 'public' modifier. 19
Errors Missing a Javadoc comment. 21
Errors Redundant 'public' modifier. 21

net/labidi/maven/plugins/jbpm/api/ProcessBuilder.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 7
Errors Redundant 'public' modifier. 7
Errors '<' is not preceded with whitespace. 7
Errors '<' is not followed by whitespace. 7
Errors '>' is not preceded with whitespace. 7

net/labidi/maven/plugins/jbpm/api/ProcessDepoyer.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 5
Errors Redundant 'public' modifier. 5

net/labidi/maven/plugins/jbpm/api/ProcessScanner.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 5
Errors Redundant 'public' modifier. 5

net/labidi/maven/plugins/jbpm/api/ScanResult.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors '<' is not preceded with whitespace. 5
Errors '<' is not followed by whitespace. 5
Errors '>' is not preceded with whitespace. 5
Errors Missing a Javadoc comment. 7
Errors Redundant 'public' modifier. 7
Errors Missing a Javadoc comment. 9
Errors Redundant 'public' modifier. 9
Errors Missing a Javadoc comment. 11
Errors Redundant 'public' modifier. 11
Errors Missing a Javadoc comment. 13
Errors Redundant 'public' modifier. 13

net/labidi/maven/plugins/jbpm/impl/ObjectFactory.java

Violation Message Line
Errors Missing a Javadoc comment. 11
Errors Utility classes should not have a public or default constructor. 11
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 37

net/labidi/maven/plugins/jbpm/impl/PluginConfigImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 8
Errors Missing a Javadoc comment. 10
Errors '<' is not preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors '<' is not preceded with whitespace. 10
Errors '<' is not followed by whitespace. 10
Errors '>' is not preceded with whitespace. 10
Errors '>' is not followed by whitespace. 10
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 22

net/labidi/maven/plugins/jbpm/impl/PluginControlImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 10
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 49
Errors '<' is not preceded with whitespace. 53
Errors '<' is not followed by whitespace. 53
Errors '>' is not preceded with whitespace. 53

net/labidi/maven/plugins/jbpm/impl/ProcessBuilderImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 31
Errors '<' is not preceded with whitespace. 31
Errors '<' is not followed by whitespace. 31
Errors '>' is not preceded with whitespace. 31
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '>' is not followed by whitespace. 32
Errors Missing a Javadoc comment. 34
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors Variable 'processes' must be private and have accessor methods. 34
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '>' is not followed by whitespace. 34
Errors Missing a Javadoc comment. 36
Errors Variable 'pd' must be private and have accessor methods. 36
Errors Missing a Javadoc comment. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors '1024' is a magic number. 97

net/labidi/maven/plugins/jbpm/impl/ProcessDepoyerImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 27

net/labidi/maven/plugins/jbpm/impl/ProcessImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 71
Errors Missing a Javadoc comment. 77
Errors Missing a Javadoc comment. 82

net/labidi/maven/plugins/jbpm/impl/ProcessScannerImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 16
Errors Variable 'filter' must be private and have accessor methods. 16
Errors Missing a Javadoc comment. 19
Errors Variable 'conf' must be private and have accessor methods. 19
Errors Missing a Javadoc comment. 22
Errors Variable 'excludedProcess' must be private and have accessor methods. 22
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 34
Errors Name 'L' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 62

net/labidi/maven/plugins/jbpm/impl/ScanResultImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 10
Errors Missing a Javadoc comment. 12
Errors '<' is not preceded with whitespace. 12
Errors '<' is not followed by whitespace. 12
Errors '>' is not preceded with whitespace. 12
Errors '<' is not preceded with whitespace. 12
Errors '<' is not followed by whitespace. 12
Errors '>' is not preceded with whitespace. 12
Errors '>' is not followed by whitespace. 12
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 36
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36

net/labidi/maven/plugins/jbpm/mojos/DeployMojo.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 17
Errors Line has trailing spaces. 21
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 25
Errors Missing a Javadoc comment. 25
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors '<' is not preceded with whitespace. 39
Errors '<' is not followed by whitespace. 39
Errors '>' is not preceded with whitespace. 39
Errors '>' is not followed by whitespace. 39

net/labidi/maven/plugins/jbpm/mojos/InitMojo.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 21
Errors First sentence should end with a period. 25
Errors Line has trailing spaces. 27
Errors Line has trailing spaces. 30
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 47
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52

net/labidi/maven/plugins/jbpm/mojos/ScanMojo.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 24
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51

net/labidi/maven/plugins/jbpm/utils/ControlRule.java

Violation Message Line
Errors Missing a Javadoc comment. 4
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 8

net/labidi/maven/plugins/jbpm/utils/JbpmRuntimeComponentConfigurator.java

Violation Message Line
Errors Line is longer than 80 characters. 10
Errors Line is longer than 80 characters. 12
Errors Line is longer than 80 characters. 13
Errors Line has trailing spaces. 17
Errors Line has trailing spaces. 18
Errors Line is longer than 80 characters. 19
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 26
Errors Method 'configureComponent' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors '>' is not followed by whitespace. 37
Errors '<' is not preceded with whitespace. 41
Errors '<' is not followed by whitespace. 41
Errors '>' is not preceded with whitespace. 41
Errors '>' is not followed by whitespace. 41

net/labidi/maven/plugins/jbpm/utils/MojosSharedContext.java

Violation Message Line
Errors Missing a Javadoc comment. 6
Errors Utility classes should not have a public or default constructor. 6
Errors Missing a Javadoc comment. 8
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 10
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 13
Errors '<' is not preceded with whitespace. 13
Errors '<' is not followed by whitespace. 13
Errors '>' is not preceded with whitespace. 13
Errors Name 'context' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 13
Errors '<' is not preceded with whitespace. 14
Errors '<' is not followed by whitespace. 14
Errors '>' is not preceded with whitespace. 14
Errors '>' is not followed by whitespace. 14
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 28