Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
509 0 40 0

Rules

Rules Violations Severity
FileContentsHolder 0 error Error
ConstantName 0 error Error
LocalFinalVariableName 0  Ignore
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 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 1 error Error
MethodLength 0 error Error
ParameterNumber
  • tokens : "METHOD_DEF"
0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 3 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 1 error Error
TypecastParenPad 0 error Error
TabCharacter 0  Ignore
WhitespaceAfter 7 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,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
EmptyBlock
  • tokens : "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_FOR,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
3 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
MissingSwitchDefault 0 error Error
RedundantThrows
  • allowSubclasses : "true"
  • allowUnchecked : "true"
0 error Error
SimplifyBooleanExpression 0  Ignore
SimplifyBooleanReturn 0 error Error
DesignForExtension 0  Ignore
FinalClass 3 error Error
HideUtilityClassConstructor 1 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"
13 error Error
HiddenField
  • ignoreConstructorParameter : "true"
  • ignoreSetter : "true"
6 error Error
EmptyBlock
  • tokens : "LITERAL_CATCH"
  • option : "text"
3 error Error
AnonInnerLength
  • max : "40"
0 error Error
StringLiteralEquality 0 error Error
SuppressionCommentFilter
  • offCommentFormat : "CHECKSTYLE\:MAGIC\:OFF"
  • checkFormat : "MagicNumber"
  • onCommentFormat : "CHECKSTYLE\:MAGIC\:ON"
0 error Error
SuppressionCommentFilter 0 error Error
PackageHtml 0  Ignore
Translation 0 error Error

Files

Files info warning error
com/atlassian/theplugin/idea/bamboo/BuildHistoryPanel.java 0 1 0
com/atlassian/theplugin/idea/bamboo/build/BuildDetailsPanel.java 0 1 0
com/atlassian/theplugin/idea/bamboo/ThreePanePanel.java 0 2 0
com/atlassian/theplugin/idea/ui/DialogWithDetails.java 0 1 0
com/atlassian/connector/intellij/bamboo/IntelliJBambooServerFacade.java 0 1 0
com/atlassian/theplugin/idea/config/ProjectCfgManagerImpl.java 0 1 0
com/atlassian/theplugin/idea/config/serverconfig/ServerTreePanel.java 0 1 0
com/atlassian/theplugin/commons/ssl/PluginSSLProtocolSocketFactory.java 0 1 0
com/atlassian/theplugin/idea/ThePluginProjectComponent.java 0 1 0
com/atlassian/connector/intellij/tasks/TaskListenerImpl.java 0 2 0
com/atlassian/connector/intellij/tasks/TaskManagerHelper.java 0 3 0
com/atlassian/connector/intellij/crucible/CrucibleServerFacade.java 0 1 0
com/atlassian/theplugin/idea/bamboo/build/TestDetailsPanel.java 0 7 0
com/atlassian/theplugin/idea/bamboo/tree/BuildTreeModel.java 0 1 0
com/atlassian/connector/intellij/crucible/IntelliJCrucibleServerFacade.java 0 1 0
com/atlassian/theplugin/idea/bamboo/BuildToolWindow.java 0 1 0
com/atlassian/theplugin/idea/config/PasswordStorage.java 0 1 0
com/atlassian/connector/intellij/tasks/PluginTaskManager.java 0 2 0
com/atlassian/theplugin/idea/jira/LogTimeCheckinHandlerFactory.java 0 1 0
com/atlassian/theplugin/idea/IdeaVersionFacade.java 0 4 0
com/atlassian/theplugin/idea/config/ProjectConfigurationComponent.java 0 1 0
com/atlassian/theplugin/idea/jira/IssueDetailsToolWindow.java 0 1 0
com/atlassian/theplugin/idea/jira/IssueListToolWindowPanel.java 0 2 0
com/atlassian/connector/intellij/tasks/TaskListenerInvocationHandler.java 0 2 0

Details

com/atlassian/theplugin/idea/bamboo/BuildHistoryPanel.java

Violation Message Line
warning Line is longer than 128 characters. 157

com/atlassian/theplugin/idea/bamboo/build/BuildDetailsPanel.java

Violation Message Line
warning Line is longer than 128 characters. 124

com/atlassian/theplugin/idea/bamboo/ThreePanePanel.java

Violation Message Line
warning 'cast' is not followed by whitespace. 141
warning 'cast' is not followed by whitespace. 146

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

Violation Message Line
warning ')' is preceded with whitespace. 192

com/atlassian/connector/intellij/bamboo/IntelliJBambooServerFacade.java

Violation Message Line
warning Class IntelliJBambooServerFacade should be declared as final. 51

com/atlassian/theplugin/idea/config/ProjectCfgManagerImpl.java

Violation Message Line
warning 'project' hides a field. 130

com/atlassian/theplugin/idea/config/serverconfig/ServerTreePanel.java

Violation Message Line
warning Unused import - com.atlassian.theplugin.commons.cfg.FishEyeServerCfg. 22

com/atlassian/theplugin/commons/ssl/PluginSSLProtocolSocketFactory.java

Violation Message Line
warning 'cast' is not followed by whitespace. 121

com/atlassian/theplugin/idea/ThePluginProjectComponent.java

Violation Message Line
warning Line is longer than 128 characters. 295

com/atlassian/connector/intellij/tasks/TaskListenerImpl.java

Violation Message Line
warning ';' is not followed by whitespace. 11
warning Line is longer than 128 characters. 33

com/atlassian/connector/intellij/tasks/TaskManagerHelper.java

Violation Message Line
warning Class TaskManagerHelper should be declared as final. 14
warning 'project' hides a field. 53
warning 'project' hides a field. 60

com/atlassian/connector/intellij/crucible/CrucibleServerFacade.java

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

com/atlassian/theplugin/idea/bamboo/build/TestDetailsPanel.java

Violation Message Line
warning 'buildDetails' hides a field. 90
warning Class JobNode should be declared as final. 325
warning 'cast' is not followed by whitespace. 430
warning Must have at least one statement. 449
warning 'failedTests' hides a field. 511
warning '{' is not followed by whitespace. 620
warning 'failedTests' hides a field. 622

com/atlassian/theplugin/idea/bamboo/tree/BuildTreeModel.java

Violation Message Line
warning '(' should be on the previous line. 163

com/atlassian/connector/intellij/crucible/IntelliJCrucibleServerFacade.java

Violation Message Line
warning Line is longer than 128 characters. 239

com/atlassian/theplugin/idea/bamboo/BuildToolWindow.java

Violation Message Line
warning Line is longer than 128 characters. 128

com/atlassian/theplugin/idea/config/PasswordStorage.java

Violation Message Line
warning Utility classes should not have a public or default constructor. 22

com/atlassian/connector/intellij/tasks/PluginTaskManager.java

Violation Message Line
warning '(' should be on the previous line. 154
warning '(' should be on the previous line. 172

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

Violation Message Line
warning Line is longer than 128 characters. 127

com/atlassian/theplugin/idea/IdeaVersionFacade.java

Violation Message Line
warning Variable 'isIdeaX5' must be private and have accessor methods. 83
warning ';' is not followed by whitespace. 263
warning Line is longer than 128 characters. 657
warning Line is longer than 128 characters. 661

com/atlassian/theplugin/idea/config/ProjectConfigurationComponent.java

Violation Message Line
warning 'cast' is not followed by whitespace. 495

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

Violation Message Line
warning Line is longer than 128 characters. 595

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

Violation Message Line
warning Line is longer than 128 characters. 394
warning Line is longer than 128 characters. 1624

com/atlassian/connector/intellij/tasks/TaskListenerInvocationHandler.java

Violation Message Line
warning Must have at least one statement. 53
warning Must have at least one statement. 56