Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
7 0 294 0

Rules

Category Rule Violations Severity
blocks EmptyCatchBlock
  • exceptionVariableName: "expected"
1  Warning
NeedBraces 19  Warning
coding MissingSwitchDefault 1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
  • specialImportsRegExp: "com.google"
56  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
11  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
29  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
35  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
3  Warning
TypeName 7  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
1  Warning
FileTabCharacter
  • eachLine: "true"
74  Error
MethodParamPad 11  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
46  Warning

Details

it/infn/ct/jsaga/adaptor/rocci/data/rOCCIDataAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.AuthenticationFailedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 8
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.AuthorizationFailedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 9
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.BadParameterException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 10
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.NoSuccessException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 11
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 12
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.TimeoutException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 13
 Warning imports CustomImportOrder Import statement for 'ch.ethz.ssh2.Connection' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 15
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 26
 Warning naming TypeName Type name 'rOCCIDataAdaptor' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 26
 Warning whitespace FileTabCharacter Line contains a tab character. 28
 Warning whitespace FileTabCharacter Line contains a tab character. 29
 Warning whitespace FileTabCharacter Line contains a tab character. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning whitespace FileTabCharacter Line contains a tab character. 37
 Warning whitespace FileTabCharacter Line contains a tab character. 38
 Warning whitespace FileTabCharacter Line contains a tab character. 39
 Warning whitespace FileTabCharacter Line contains a tab character. 40
 Warning whitespace FileTabCharacter Line contains a tab character. 41
 Warning whitespace FileTabCharacter Line contains a tab character. 42
 Warning whitespace FileTabCharacter Line contains a tab character. 43
 Warning whitespace FileTabCharacter Line contains a tab character. 44
 Warning whitespace FileTabCharacter Line contains a tab character. 45
 Warning whitespace FileTabCharacter Line contains a tab character. 46
 Warning whitespace FileTabCharacter Line contains a tab character. 47
 Warning whitespace FileTabCharacter Line contains a tab character. 48
 Warning whitespace FileTabCharacter Line contains a tab character. 49
 Warning whitespace FileTabCharacter Line contains a tab character. 50
 Warning whitespace FileTabCharacter Line contains a tab character. 51
 Warning whitespace FileTabCharacter Line contains a tab character. 52
 Warning whitespace FileTabCharacter Line contains a tab character. 53
 Warning blocks NeedBraces 'if' construct must use '{}'s. 54
 Warning whitespace FileTabCharacter Line contains a tab character. 54
 Warning whitespace FileTabCharacter Line contains a tab character. 55
 Warning whitespace FileTabCharacter Line contains a tab character. 56
 Warning whitespace FileTabCharacter Line contains a tab character. 57
 Warning whitespace FileTabCharacter Line contains a tab character. 59

it/infn/ct/jsaga/adaptor/rocci/job/rOCCIJobControlAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.base.usage.U' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.base.usage.UAnd' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.base.usage.UOptional' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.base.usage.Usage' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.control.description.JobDescriptionTranslator' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.control.advanced.CleanableJobAdaptor' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.control.staging.StagingJobAdaptorTwoPhase' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.control.staging.StagingTransfer' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.control.JobControlAdaptor' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.monitor.JobMonitorAdaptor' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 41
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.BadResource' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 42
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.ssh3.job.SSHJobControlAdaptor' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 43
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.ogf.saga.error.AuthenticationFailedException' import. Should be before 'org.ogf.saga.error.NotImplementedException'. 47
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.ogf.saga.error.AuthorizationFailedException' import. Should be before 'org.ogf.saga.error.NotImplementedException'. 48
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.ogf.saga.error.BadParameterException' import. Should be before 'org.ogf.saga.error.NotImplementedException'. 49
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.ogf.saga.error.IncorrectURLException' import. Should be before 'org.ogf.saga.error.NotImplementedException'. 50
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.ogf.saga.error.PermissionDeniedException' import. Should be before 'org.ogf.saga.error.TimeoutException'. 52
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'java.io.IOException'. 55
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.File' import. Should be before 'java.io.IOException'. 56
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.regex.Matcher' import. Should be before 'java.util.regex.Pattern'. 72
 Warning imports CustomImportOrder Import statement for 'org.apache.log4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 74
 Warning imports CustomImportOrder Import statement for 'org.apache.commons.net.telnet.TelnetClient' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 76
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 90
 Warning naming TypeName Type name 'rOCCIJobControlAdaptor' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 90
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 102
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 107
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 122
 Warning naming TypeName Type name 'ACTION_TYPE' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 122
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 124
 Warning javadoc JavadocMethod Missing a Javadoc comment. 138
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 153
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 153
 Warning naming ParameterName Parameter name 'action_type' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 153
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 157
 Warning naming LocalVariableName Local variable name 'list_rOCCI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 157
 Warning naming LocalVariableName Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 161
 Warning coding MissingSwitchDefault switch without "default" clause. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 196
 Warning whitespace OperatorWrap '||' should be on a new line. 196
 Warning whitespace OperatorWrap '||' should be on a new line. 197
 Warning blocks NeedBraces 'for' construct must use '{}'s. 201
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 210
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 227
 Warning blocks NeedBraces 'if' construct must use '{}'s. 236
 Warning blocks NeedBraces 'else' construct must use '{}'s. 238
 Warning blocks NeedBraces 'if' construct must use '{}'s. 266
 Warning blocks NeedBraces 'if' construct must use '{}'s. 269
 Warning blocks NeedBraces 'if' construct must use '{}'s. 272
 Warning naming LocalVariableName Local variable name 'Execute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 275
 Warning whitespace OperatorWrap '+' should be on a new line. 275
 Warning whitespace OperatorWrap '+' should be on a new line. 276
 Warning whitespace OperatorWrap '+' should be on a new line. 277
 Warning whitespace OperatorWrap '+' should be on a new line. 278
 Warning whitespace OperatorWrap '+' should be on a new line. 279
 Warning whitespace OperatorWrap '+' should be on a new line. 280
 Warning blocks NeedBraces 'if' construct must use '{}'s. 287
 Warning blocks NeedBraces 'if' construct must use '{}'s. 298
 Warning naming LocalVariableName Local variable name 'Execute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 301
 Warning whitespace OperatorWrap '+' should be on a new line. 301
 Warning whitespace OperatorWrap '+' should be on a new line. 302
 Warning whitespace OperatorWrap '+' should be on a new line. 303
 Warning whitespace OperatorWrap '+' should be on a new line. 304
 Warning whitespace OperatorWrap '+' should be on a new line. 305
 Warning whitespace OperatorWrap '+' should be on a new line. 306
 Warning whitespace OperatorWrap '+' should be on a new line. 307
 Warning blocks NeedBraces 'if' construct must use '{}'s. 314
 Warning blocks NeedBraces 'if' construct must use '{}'s. 325
 Warning naming LocalVariableName Local variable name 'Execute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 328
 Warning whitespace OperatorWrap '+' should be on a new line. 328
 Warning whitespace OperatorWrap '+' should be on a new line. 329
 Warning whitespace OperatorWrap '+' should be on a new line. 330
 Warning whitespace OperatorWrap '+' should be on a new line. 331
 Warning whitespace OperatorWrap '+' should be on a new line. 332
 Warning whitespace OperatorWrap '+' should be on a new line. 333
 Warning whitespace OperatorWrap '+' should be on a new line. 334
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 352
 Warning naming LocalVariableName Local variable name '_publicIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 352
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 356
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 373
 Warning naming LocalVariableName Local variable name '_publicIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 373
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 376
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 390
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 397
 Warning naming LocalVariableName Local variable name '_publicIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 397
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 400
 Warning naming LocalVariableName Local variable name '_resourceId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 401
 Warning naming LocalVariableName Local variable name 'Execute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 403
 Warning whitespace OperatorWrap '+' should be on a new line. 403
 Warning whitespace OperatorWrap '+' should be on a new line. 404
 Warning whitespace OperatorWrap '+' should be on a new line. 405
 Warning whitespace OperatorWrap '+' should be on a new line. 406
 Warning whitespace OperatorWrap '+' should be on a new line. 407
 Warning whitespace OperatorWrap '+' should be on a new line. 408
 Warning whitespace OperatorWrap '+' should be on a new line. 409
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 430
 Warning javadoc JavadocMethod Missing a Javadoc comment. 430
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 430
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 432
 Warning naming LocalVariableName Local variable name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 434
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 445
 Warning naming LocalVariableName Local variable name '_IP0' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 454
 Warning naming LocalVariableName Local variable name '_IP1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 457
 Warning naming LocalVariableName Local variable name '_IP2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 460
 Warning naming LocalVariableName Local variable name '_IP3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 463
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 494
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 500
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 501
 Warning blocks NeedBraces 'if' construct must use '{}'s. 509
 Warning blocks NeedBraces 'if' construct must use '{}'s. 512
 Warning blocks NeedBraces 'if' construct must use '{}'s. 515
 Warning naming LocalVariableName Local variable name 'Execute' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 518
 Warning whitespace OperatorWrap '+' should be on a new line. 518
 Warning whitespace OperatorWrap '+' should be on a new line. 519
 Warning whitespace OperatorWrap '+' should be on a new line. 520
 Warning whitespace OperatorWrap '+' should be on a new line. 521
 Warning whitespace OperatorWrap '+' should be on a new line. 522
 Warning whitespace OperatorWrap '+' should be on a new line. 523
 Warning whitespace OperatorWrap '+' should be on a new line. 524
 Warning whitespace OperatorWrap '+' should be on a new line. 525
 Warning whitespace OperatorWrap '+' should be on a new line. 526
 Warning blocks NeedBraces 'if' construct must use '{}'s. 534
 Warning naming LocalVariableName Local variable name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 546
 Warning whitespace OperatorWrap '+' should be on a new line. 556
 Warning whitespace OperatorWrap '+' should be on a new line. 557
 Warning whitespace OperatorWrap '+' should be on a new line. 558
 Warning whitespace OperatorWrap '+' should be on a new line. 559
 Warning whitespace OperatorWrap '+' should be on a new line. 560
 Warning whitespace OperatorWrap '+' should be on a new line. 561
 Warning whitespace OperatorWrap '+' should be on a new line. 562
 Warning whitespace OperatorWrap '+' should be on a new line. 563
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 570
 Warning blocks NeedBraces 'if' construct must use '{}'s. 571
 Warning blocks NeedBraces 'else' construct must use '{}'s. 572
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 582
 Warning naming LocalVariableName Local variable name 'ret_read' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 589
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 591
 Warning naming LocalVariableName Local variable name 'MAX' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 591
 Warning blocks EmptyCatchBlock Empty catch block. 614
 Warning blocks NeedBraces 'else' construct must use '{}'s. 640
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 650
 Warning naming LocalVariableName Local variable name '_publicIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 650
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 653
 Warning whitespace FileTabCharacter Line contains a tab character. 655
 Warning whitespace FileTabCharacter Line contains a tab character. 656
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 677
 Warning naming LocalVariableName Local variable name '_publicIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 677
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 680
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 720
 Warning naming LocalVariableName Local variable name '_publicIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 720
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 723

it/infn/ct/jsaga/adaptor/rocci/job/rOCCIJobMonitorAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.control.manage.ListableJobAdaptor' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.monitor.JobInfoAdaptor' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.monitor.JobStatus' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.monitor.QueryIndividualJob' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.ssh3.job.SSHJobMonitorAdaptor' import. Should be before 'it.infn.ct.jsaga.adaptor.rocci.rOCCIAdaptorCommon'. 39
 Warning imports CustomImportOrder Import statement for 'org.apache.log4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 46
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.*' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 48
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 62
 Warning naming TypeName Type name 'rOCCIJobMonitorAdaptor' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 62
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 100
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 109
 Warning naming LocalVariableName Local variable name '_publicIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 109
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 112
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 144
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 157
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 170
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 183
 Warning naming LocalVariableName Local variable name '_nativeJobId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 196

it/infn/ct/jsaga/adaptor/rocci/rOCCIAdaptorCommon.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.ogf.saga.error.*' import. Should be before 'org.ogf.saga.session.SessionFactory'. 44
 Warning imports CustomImportOrder Wrong lexicographical order for 'it.infn.ct.jsaga.adaptor.rocci.security.rOCCISecurityCredential' import. Should be before 'org.ogf.saga.session.SessionFactory'. 46
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 62
 Warning naming TypeName Type name 'rOCCIAdaptorCommon' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning whitespace FileTabCharacter Line contains a tab character. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning whitespace FileTabCharacter Line contains a tab character. 83
 Warning whitespace FileTabCharacter Line contains a tab character. 84
 Warning whitespace FileTabCharacter Line contains a tab character. 85
 Warning whitespace FileTabCharacter Line contains a tab character. 86
 Warning whitespace FileTabCharacter Line contains a tab character. 87
 Warning whitespace FileTabCharacter Line contains a tab character. 88
 Warning whitespace FileTabCharacter Line contains a tab character. 89
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning whitespace FileTabCharacter Line contains a tab character. 110
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning whitespace FileTabCharacter Line contains a tab character. 119
 Warning whitespace FileTabCharacter Line contains a tab character. 120
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 120
 Warning whitespace FileTabCharacter Line contains a tab character. 121
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 121
 Warning whitespace FileTabCharacter Line contains a tab character. 122
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 122
 Warning whitespace FileTabCharacter Line contains a tab character. 123

it/infn/ct/jsaga/adaptor/rocci/security/rOCCISecurityAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.IncorrectStateException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 8
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.NoSuccessException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 9
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.TimeoutException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 10
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.defaults.Default' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 12
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.U' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 13
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UAnd' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 14
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UOptional' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 15
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.Usage' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 16
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.ssh3.security.SSHSecurityAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 17
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.SecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 18
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.VOMSSecurityAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 19
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.VOMSSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 20
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.impl.SSHSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 32
 Warning naming TypeName Type name 'rOCCISecurityAdaptor' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65

it/infn/ct/jsaga/adaptor/rocci/security/rOCCISecurityCredential.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.NoSuccessException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 5
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 6
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.SecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 8
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.VOMSSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 9
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.impl.SSHSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 10
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 21
 Warning naming TypeName Type name 'rOCCISecurityCredential' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 21
 Warning whitespace FileTabCharacter Line contains a tab character. 23
 Warning whitespace FileTabCharacter Line contains a tab character. 24
 Warning whitespace FileTabCharacter Line contains a tab character. 25
 Warning whitespace FileTabCharacter Line contains a tab character. 26
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26
 Warning whitespace FileTabCharacter Line contains a tab character. 27
 Warning whitespace FileTabCharacter Line contains a tab character. 28
 Warning whitespace FileTabCharacter Line contains a tab character. 29
 Warning whitespace FileTabCharacter Line contains a tab character. 30
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 31
 Warning whitespace FileTabCharacter Line contains a tab character. 31
 Warning whitespace FileTabCharacter Line contains a tab character. 32
 Warning whitespace FileTabCharacter Line contains a tab character. 33
 Warning whitespace FileTabCharacter Line contains a tab character. 35
 Warning whitespace FileTabCharacter Line contains a tab character. 36
 Warning whitespace FileTabCharacter Line contains a tab character. 37
 Warning whitespace FileTabCharacter Line contains a tab character. 38
 Warning whitespace FileTabCharacter Line contains a tab character. 40
 Warning whitespace FileTabCharacter Line contains a tab character. 41
 Warning whitespace FileTabCharacter Line contains a tab character. 42
 Warning whitespace FileTabCharacter Line contains a tab character. 43
 Warning whitespace FileTabCharacter Line contains a tab character. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning whitespace FileTabCharacter Line contains a tab character. 46
 Warning whitespace FileTabCharacter Line contains a tab character. 47
 Warning whitespace FileTabCharacter Line contains a tab character. 48
 Warning whitespace FileTabCharacter Line contains a tab character. 49
 Warning whitespace FileTabCharacter Line contains a tab character. 50
 Warning whitespace FileTabCharacter Line contains a tab character. 51
 Warning whitespace FileTabCharacter Line contains a tab character. 52
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 54
 Warning whitespace FileTabCharacter Line contains a tab character. 54
 Warning whitespace FileTabCharacter Line contains a tab character. 55
 Warning whitespace FileTabCharacter Line contains a tab character. 56
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 57
 Warning whitespace FileTabCharacter Line contains a tab character. 57
 Warning whitespace FileTabCharacter Line contains a tab character. 58
 Warning whitespace FileTabCharacter Line contains a tab character. 59