Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
11 0 0 33

Rules

Rules Violations Severity
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
MemberName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
NoWhitespaceAfter 0 error Error
NoWhitespaceBefore 0 error Error
TabCharacter 7 error Error
WhitespaceAfter 13 error Error
WhitespaceAround 0 error Error
ModifierOrder 0 error Error
RedundantModifier 3 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
NeedBraces 0 error Error
LeftCurly
  • option: "nl"
2 error Error
RightCurly
  • option: "alone"
0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 3 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 2 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 3 error Error
TodoComment 0 error Error
UpperEll 0 error Error
Header
  • ignoreLines: "2"
  • headerFile: "/opt/j2ee/domains/mulesource.com/bamboo/webapps/atlassian-bamboo/data/bamboo-2.0/xml-data/build-dir/MULE-RELSITE/modules/pgp/target/checkstyle-header.txt"
0 error Error

Details

org/mule/module/pgp/PGPAuthentication.java

Violation Message Line
error Variable 'authenticated' must be private and have accessor methods. 22

org/mule/module/pgp/PGPSecurityContext.java

Violation Message Line
error 'cast' is not followed by whitespace. 32

org/mule/module/pgp/PGPKeyRing.java

Violation Message Line
error Redundant 'public' modifier. 17
error Redundant 'public' modifier. 19
error Redundant 'public' modifier. 21

org/mule/module/pgp/PGPSecurityContextFactory.java

Violation Message Line
error 'cast' is not followed by whitespace. 27

org/mule/module/pgp/PGPCryptInfo.java

Violation Message Line
error Variable 'keyBundle' must be private and have accessor methods. 17
error Variable 'signRequested' must be private and have accessor methods. 18

org/mule/module/pgp/filters/PGPSecurityFilter.java

Violation Message Line
error Redundant throws: 'SecurityException' is unchecked exception. 61
error 'cast' is not followed by whitespace. 65
error 'cast' is not followed by whitespace. 119
error 'cast' is not followed by whitespace. 137
error 'cast' is not followed by whitespace. 142
error 'cast' is not followed by whitespace. 146
error 'cast' is not followed by whitespace. 151
error Redundant throws: 'SecurityException' is unchecked exception. 164
error 'cast' is not followed by whitespace. 175

org/mule/module/pgp/i18n/PGPMessages.java

Violation Message Line
error '3' is a magic number. 32
error '4' is a magic number. 37
error '5' is a magic number. 42

org/mule/module/pgp/KeyBasedEncryptionStrategy.java

Violation Message Line
error Line contains a tab character. 50
error 'cast' is not followed by whitespace. 56
error 'cast' is not followed by whitespace. 63
error 'cast' is not followed by whitespace. 106
error 'cast' is not followed by whitespace. 110
error Line contains a tab character. 148
error '{' should be on a new line. 148
error Line contains a tab character. 149
error Line contains a tab character. 150
error Line contains a tab character. 152
error '{' should be on a new line. 152
error Line contains a tab character. 153
error Line contains a tab character. 154