Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
263 0 0 44

Rules

Rules Violations Severity
ConstantName 0 error Error
LocalFinalVariableName 0  Ignore
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 2 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 20 error Error
FileLength 0 error Error
MethodLength 0 error Error
ParameterNumber
  • tokens : "METHOD_DEF"
0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter
  • tokens : "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0 error Error
NoWhitespaceBefore 0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 0  Ignore
WhitespaceAfter 0 error Error
WhitespaceAround
  • tokens : "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"
1 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks
  • allowInSwitchCase : "true"
0 error Error
EmptyBlock
  • tokens : "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_FOR,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
0 error Error
LeftCurly
  • maxLineLength : "128"
0 error Error
NeedBraces 0 error Error
RightCurly 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 6 error Error
MissingSwitchDefault 0 error Error
RedundantThrows
  • allowSubclasses : "true"
  • allowUnchecked : "true"
0 error Error
SimplifyBooleanExpression 0  Ignore
SimplifyBooleanReturn 0 error Error
DesignForExtension 0  Ignore
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier
  • protectedAllowed : "true"
1 error Error
ArrayTypeStyle 0 error Error
FinalParameters 0  Ignore
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
0  Ignore
TodoComment 0  Ignore
UpperEll 0 error Error
LineLength
  • max : "128"
14 error Error
HiddenField
  • ignoreConstructorParameter : "true"
  • ignoreSetter : "true"
0 error Error
EmptyBlock
  • tokens : "LITERAL_CATCH"
  • option : "text"
0 error Error
AnonInnerLength
  • max : "30"
0 error Error
StringLiteralEquality 0 error Error
PackageHtml 0  Ignore
Translation 0 error Error

Details

com/atlassian/theplugin/idea/crucible/UserListCellRenderer.java

Violation Message Line
error Unused import - com.atlassian.theplugin.commons.crucible.api.UserData. 19

com/atlassian/theplugin/idea/action/crucible/CustomFilterAction.java

Violation Message Line
error Line is longer than 128 characters. 35
error Line is longer than 128 characters. 38
error Line is longer than 128 characters. 39

com/atlassian/theplugin/idea/action/crucible/Crucible16RepositoryAction.java

Violation Message Line
error Unused import - com.intellij.openapi.vcs.changes.Change. 7
error Unused import - com.intellij.openapi.vcs.history.VcsRevisionNumber. 8
error Unused import - com.intellij.openapi.application.ApplicationManager. 9
error Unused import - com.intellij.openapi.application.ModalityState. 10
error Unused import - com.atlassian.theplugin.idea.crucible.CruciblePatchUploader. 11
error Unused import - com.atlassian.theplugin.idea.crucible.CrucibleRevisionReviewCreator. 12
error Unused import - com.atlassian.theplugin.commons.crucible.CrucibleServerFacadeImpl. 14
error Unused import - java.util.List. 17
error Unused import - java.util.ArrayList. 18

com/atlassian/theplugin/idea/action/crucible/RefreshCruciblePanelAction.java

Violation Message Line
error Unused import - com.atlassian.theplugin.idea.ProgressAnimationProvider. 20
error Unused import - com.atlassian.theplugin.util.PluginUtil. 23
error Unused import - com.atlassian.theplugin.commons.util.Logger. 24

com/atlassian/theplugin/idea/action/crucible/AddRevisionToReviewAction.java

Violation Message Line
error Unused import - com.intellij.openapi.actionSystem.AnAction. 3
error Unused import - com.atlassian.theplugin.idea.crucible.CrucibleRevisionReviewCreator. 9
error Unused import - com.atlassian.theplugin.commons.crucible.CrucibleVersion. 13
error Unused import - com.atlassian.theplugin.commons.crucible.api.ReviewData. 14

com/atlassian/theplugin/idea/crucible/CruciblePatchUploader.java

Violation Message Line
error Line is longer than 128 characters. 33

com/atlassian/theplugin/idea/jira/GetUserName.java

Violation Message Line
error Name '$$$setupUI$$$' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
error '12' is a magic number. 91
error '12' is a magic number. 91
error '12' is a magic number. 91
error '12' is a magic number. 100
error '12' is a magic number. 100
error '10' is a magic number. 103
error Name '$$$getRootComponent$$$' must match pattern '^[a-z][a-zA-Z0-9]*$'. 118

com/atlassian/theplugin/idea/crucible/FilterNameUtil.java

Violation Message Line
error Unused import - com.atlassian.theplugin.commons.Server. 20
error Unused import - com.atlassian.theplugin.commons.crucible.api.CustomFilterData. 21
error Unused import - java.util.Collection. 23

com/atlassian/theplugin/idea/ui/AtlassianTableView.java

Violation Message Line
error '{' is not preceded with whitespace. 85

com/atlassian/theplugin/idea/crucible/CrucibleNewReviewNotifier.java

Violation Message Line
error Line is longer than 128 characters. 117

com/atlassian/theplugin/idea/crucible/CrucibleRevisionAddWorker.java

Violation Message Line
error Variable 'helperForm' must be private and have accessor methods. 29

com/atlassian/theplugin/idea/crucible/CrucibleTableToolWindowPanel.java

Violation Message Line
error Line is longer than 128 characters. 178
error Line is longer than 128 characters. 191
error Line is longer than 128 characters. 327
error Line is longer than 128 characters. 440
error Line is longer than 128 characters. 441
error Line is longer than 128 characters. 451
error Line is longer than 128 characters. 464
error Line is longer than 128 characters. 465

com/atlassian/theplugin/idea/action/crucible/PredefinedFilterAction.java

Violation Message Line
error Line is longer than 128 characters. 37