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
44 0 498 0

Files

File  I  W  E
fr/in2p3/jsaga/adaptor/data/CopyListener.java 0 20 0
fr/in2p3/jsaga/adaptor/data/Gsiftp1DataAdaptor.java 0 7 0
fr/in2p3/jsaga/adaptor/data/Gsiftp1FileAttributes.java 0 8 0
fr/in2p3/jsaga/adaptor/data/Gsiftp2DataAdaptor.java 0 5 0
fr/in2p3/jsaga/adaptor/data/Gsiftp2FileAttributes.java 0 13 0
fr/in2p3/jsaga/adaptor/data/GsiftpClient.java 0 46 0
fr/in2p3/jsaga/adaptor/data/GsiftpDCacheDataAdaptor.java 0 2 0
fr/in2p3/jsaga/adaptor/data/GsiftpDPMDataAdaptor.java 0 3 0
fr/in2p3/jsaga/adaptor/data/GsiftpDataAdaptor.java 0 2 0
fr/in2p3/jsaga/adaptor/data/GsiftpDataAdaptorAbstract.java 0 30 0
fr/in2p3/jsaga/adaptor/data/GsiftpDefaultDataAdaptor.java 0 2 0
fr/in2p3/jsaga/adaptor/data/GsiftpInputStream.java 0 2 0
fr/in2p3/jsaga/adaptor/data/GsiftpOutputStream.java 0 10 0
fr/in2p3/jsaga/adaptor/data/GsiftpStoRMDataAdaptor.java 0 23 0
fr/in2p3/jsaga/adaptor/data/GsiftpWinDataAdaptor.java 0 3 0
fr/in2p3/jsaga/adaptor/job/GassServerFactory.java 0 5 0
fr/in2p3/jsaga/adaptor/job/GatekeeperCondorJobControlAdaptor.java 0 7 0
fr/in2p3/jsaga/adaptor/job/GatekeeperJobAdaptorAbstract.java 0 35 0
fr/in2p3/jsaga/adaptor/job/GatekeeperJobControlAdaptor.java 0 6 0
fr/in2p3/jsaga/adaptor/job/GatekeeperJobMonitorAdaptor.java 0 23 0
fr/in2p3/jsaga/adaptor/job/GatekeeperJobOutputListener.java 0 6 0
fr/in2p3/jsaga/adaptor/job/GatekeeperJobStatus.java 0 2 0
fr/in2p3/jsaga/adaptor/job/GatekeeperJobStatusListener.java 0 3 0
fr/in2p3/jsaga/adaptor/job/GkCommonJobControlAdaptor.java 0 40 0
fr/in2p3/jsaga/adaptor/job/GkCommonJobMonitorAdaptor.java 0 7 0
fr/in2p3/jsaga/adaptor/job/LCGCEJobControlAdaptor.java 0 2 0
fr/in2p3/jsaga/adaptor/job/LCGCEJobMonitorAdaptor.java 0 6 0
fr/in2p3/jsaga/adaptor/job/LCGCEJobMonitorListener.java 0 5 0
fr/in2p3/jsaga/adaptor/job/LCGCEJobMonitorWatchdog.java 0 6 0
fr/in2p3/jsaga/adaptor/job/UnmonitoredJobControlAdaptor.java 0 10 0
fr/in2p3/jsaga/adaptor/job/UnmonitoredJobMonitorAdaptor.java 0 8 0
fr/in2p3/jsaga/adaptor/security/DelegationTypeMap.java 0 1 0
fr/in2p3/jsaga/adaptor/security/GlobusContext.java 0 1 0
fr/in2p3/jsaga/adaptor/security/GlobusProxyFactory.java 0 79 0
fr/in2p3/jsaga/adaptor/security/GlobusSecurityAdaptor.java 0 18 0
fr/in2p3/jsaga/adaptor/security/GlobusSecurityCredential.java 0 3 0
fr/in2p3/jsaga/adaptor/security/MyProxySecurityAdaptor.java 0 15 0
fr/in2p3/jsaga/adaptor/security/MyProxySecurityCredential.java 0 24 0
fr/in2p3/jsaga/adaptor/security/ProxyTypeMap.java 0 1 0
fr/in2p3/jsaga/adaptor/security/usage/UProxyFile.java 0 1 0
fr/in2p3/jsaga/adaptor/security/usage/UProxyObject.java 0 2 0
fr/in2p3/jsaga/adaptor/security/usage/Util.java 0 6 0

Rules

Category Rule Violations Severity
blocks EmptyCatchBlock
  • exceptionVariableName: "expected"
3  Warning
NeedBraces 15  Warning
coding FallThrough 2  Warning
MissingSwitchDefault 1  Warning
OneStatementPerLine 1  Warning
VariableDeclarationUsageDistance 2  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
  • specialImportsRegExp: "com.google"
44  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
66  Warning
misc ArrayTypeStyle 1  Warning
modifier ModifierOrder 1  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
17  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
14  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
11  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
16  Warning
FileTabCharacter
  • eachLine: "true"
253  Error
MethodParamPad 1  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"
10  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
2  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
2  Warning

Details

fr/in2p3/jsaga/adaptor/data/CopyListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.data.optimise.DataCopyMonitor' import. Should be before 'org.globus.ftp.PerfMarker'. 7
 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 naming ParameterName Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 25
 Warning whitespace FileTabCharacter Line contains a tab character. 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 javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning whitespace FileTabCharacter Line contains a tab character. 30
 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. 34
 Warning blocks EmptyCatchBlock Empty catch block. 35
 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

fr/in2p3/jsaga/adaptor/data/Gsiftp1DataAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 25
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 38
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 43
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 56
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 58
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 81

fr/in2p3/jsaga/adaptor/data/Gsiftp1FileAttributes.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 54
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112

fr/in2p3/jsaga/adaptor/data/Gsiftp2DataAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 98
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 127

fr/in2p3/jsaga/adaptor/data/Gsiftp2FileAttributes.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning naming LocalVariableName Local variable name '_type' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 52
 Warning blocks NeedBraces 'if' construct must use '{}'s. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning naming LocalVariableName Local variable name '_size' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 64
 Warning blocks NeedBraces 'if' construct must use '{}'s. 65
 Warning naming LocalVariableName Local variable name '_perm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 86
 Warning blocks NeedBraces 'if' construct must use '{}'s. 87
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning naming LocalVariableName Local variable name '_date' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 111
 Warning blocks NeedBraces 'if' construct must use '{}'s. 112

fr/in2p3/jsaga/adaptor/data/GsiftpClient.java

Severity Category Rule Message Line
 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. 6
 Warning imports CustomImportOrder Import statement for 'org.globus.ftp.GridFTPClient' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 7
 Warning imports CustomImportOrder Import statement for 'org.globus.ftp.exception.ServerException' 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.globus.ftp.vanilla.BasicClientControlChannel' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 9
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 20
 Warning whitespace FileTabCharacter Line contains a tab character. 25
 Warning whitespace FileTabCharacter Line contains a tab character. 26
 Warning whitespace EmptyLineSeparator 'CTOR_DEF' should be separated from previous statement. 27
 Warning whitespace FileTabCharacter Line contains a tab character. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 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. 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. 34
 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. 39
 Warning whitespace FileTabCharacter Line contains a tab character. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 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 whitespace FileTabCharacter Line contains a tab character. 54
 Warning whitespace FileTabCharacter Line contains a tab character. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 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. 58
 Warning whitespace FileTabCharacter Line contains a tab character. 59
 Warning whitespace FileTabCharacter Line contains a tab character. 60
 Warning whitespace FileTabCharacter Line contains a tab character. 61
 Warning whitespace FileTabCharacter Line contains a tab character. 63
 Warning whitespace FileTabCharacter Line contains a tab character. 64

fr/in2p3/jsaga/adaptor/data/GsiftpDCacheDataAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 15
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 23

fr/in2p3/jsaga/adaptor/data/GsiftpDPMDataAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.data.read.FileAttributes' import. Should be before 'org.ogf.saga.error.TimeoutException'. 10
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 24

fr/in2p3/jsaga/adaptor/data/GsiftpDataAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64

fr/in2p3/jsaga/adaptor/data/GsiftpDataAdaptorAbstract.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 41
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 47
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 54
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 55
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 56
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning javadoc JavadocMethod Missing a Javadoc comment. 145
 Warning blocks NeedBraces 'if' construct must use '{}'s. 148
 Warning javadoc JavadocMethod Missing a Javadoc comment. 170
 Warning blocks NeedBraces 'if' construct must use '{}'s. 181
 Warning blocks NeedBraces 'if' construct must use '{}'s. 182
 Warning blocks NeedBraces 'if' construct must use '{}'s. 183
 Warning blocks NeedBraces 'if' construct must use '{}'s. 184
 Warning blocks NeedBraces 'if' construct must use '{}'s. 185
 Warning blocks NeedBraces 'else' construct must use '{}'s. 186
 Warning javadoc JavadocMethod Missing a Javadoc comment. 228
 Warning javadoc JavadocMethod Missing a Javadoc comment. 268
 Warning javadoc JavadocMethod Missing a Javadoc comment. 276
 Warning javadoc JavadocMethod Missing a Javadoc comment. 284
 Warning javadoc JavadocMethod Missing a Javadoc comment. 296
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 304
 Warning javadoc JavadocMethod Missing a Javadoc comment. 304
 Warning coding FallThrough Fall through from previous branch of the switch statement. 440
 Warning coding FallThrough Fall through from previous branch of the switch statement. 446
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 459
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 459

fr/in2p3/jsaga/adaptor/data/GsiftpDefaultDataAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 20
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 44

fr/in2p3/jsaga/adaptor/data/GsiftpInputStream.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22

fr/in2p3/jsaga/adaptor/data/GsiftpOutputStream.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 18
 Warning whitespace FileTabCharacter Line contains a tab character. 30
 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. 34
 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

fr/in2p3/jsaga/adaptor/data/GsiftpStoRMDataAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.globus.ftp.exception.ServerException' 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.AlreadyExistsException' 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 '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. 7
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.DoesNotExistException' 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.PermissionDeniedException' 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.TimeoutException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 11
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 22
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 25
 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 blocks NeedBraces 'if' construct must use '{}'s. 48
 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 whitespace FileTabCharacter Line contains a tab character. 54

fr/in2p3/jsaga/adaptor/data/GsiftpWinDataAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.security.GlobusSecurityCredential' import. Should be before 'org.ogf.saga.error.*'. 7
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.security.MyProxySecurityCredential' import. Should be before 'org.ogf.saga.error.*'. 8
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 22

fr/in2p3/jsaga/adaptor/job/GassServerFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 20
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 57

fr/in2p3/jsaga/adaptor/job/GatekeeperCondorJobControlAdaptor.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 61
 Warning whitespace SeparatorWrap '.' should be on a new line. 63
 Warning coding VariableDeclarationUsageDistance Distance between variable 'subst' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 66
 Warning whitespace SeparatorWrap '.' should be on a new line. 77
 Warning blocks NeedBraces 'if' construct must use '{}'s. 80
 Warning whitespace OperatorWrap '+' should be on a new line. 81
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 111

fr/in2p3/jsaga/adaptor/job/GatekeeperJobAdaptorAbstract.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning blocks NeedBraces 'if' construct must use '{}'s. 45
 Warning whitespace FileTabCharacter Line contains a tab character. 45
 Warning whitespace FileTabCharacter Line contains a tab character. 46
 Warning blocks NeedBraces 'else' construct must use '{}'s. 47
 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. 52
 Warning whitespace FileTabCharacter Line contains a tab character. 53
 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
 Warning whitespace FileTabCharacter Line contains a tab character. 60
 Warning whitespace FileTabCharacter Line contains a tab character. 61
 Warning whitespace FileTabCharacter Line contains a tab character. 62
 Warning whitespace FileTabCharacter Line contains a tab character. 64
 Warning whitespace FileTabCharacter Line contains a tab character. 65
 Warning whitespace FileTabCharacter Line contains a tab character. 66
 Warning whitespace FileTabCharacter Line contains a tab character. 67
 Warning whitespace FileTabCharacter Line contains a tab character. 68
 Warning whitespace FileTabCharacter Line contains a tab character. 76
 Warning whitespace FileTabCharacter Line contains a tab character. 77
 Warning whitespace FileTabCharacter Line contains a tab character. 78
 Warning whitespace FileTabCharacter Line contains a tab character. 79
 Warning whitespace FileTabCharacter Line contains a tab character. 80
 Warning whitespace FileTabCharacter Line contains a tab character. 81
 Warning whitespace FileTabCharacter Line contains a tab character. 82
 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

fr/in2p3/jsaga/adaptor/job/GatekeeperJobControlAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 68
 Warning coding OneStatementPerLine Only one statement per line allowed. 81
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 106
 Warning coding VariableDeclarationUsageDistance Distance between variable 'gassURL' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 106

fr/in2p3/jsaga/adaptor/job/GatekeeperJobMonitorAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 26
 Warning whitespace FileTabCharacter Line contains a tab character. 30
 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 javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning whitespace FileTabCharacter Line contains a tab character. 61
 Warning whitespace FileTabCharacter Line contains a tab character. 63
 Warning whitespace OperatorWrap '||' should be on a new line. 64
 Warning whitespace FileTabCharacter Line contains a tab character. 65
 Warning whitespace OperatorWrap '||' should be on a new line. 65
 Warning whitespace FileTabCharacter Line contains a tab character. 66
 Warning whitespace FileTabCharacter Line contains a tab character. 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning whitespace FileTabCharacter Line contains a tab character. 85
 Warning whitespace OperatorWrap '||' should be on a new line. 85
 Warning whitespace FileTabCharacter Line contains a tab character. 86
 Warning whitespace OperatorWrap '||' should be on a new line. 86
 Warning whitespace FileTabCharacter Line contains a tab character. 87

fr/in2p3/jsaga/adaptor/job/GatekeeperJobOutputListener.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 27
 Warning blocks EmptyCatchBlock Empty catch block. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning blocks EmptyCatchBlock Empty catch block. 42

fr/in2p3/jsaga/adaptor/job/GatekeeperJobStatus.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31

fr/in2p3/jsaga/adaptor/job/GatekeeperJobStatusListener.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 17
 Warning whitespace FileTabCharacter Line contains a tab character. 21
 Warning whitespace FileTabCharacter Line contains a tab character. 22

fr/in2p3/jsaga/adaptor/job/GkCommonJobControlAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning whitespace FileTabCharacter Line contains a tab character. 65
 Warning whitespace FileTabCharacter Line contains a tab character. 67
 Warning whitespace FileTabCharacter Line contains a tab character. 76
 Warning whitespace FileTabCharacter Line contains a tab character. 77
 Warning whitespace FileTabCharacter Line contains a tab character. 80
 Warning whitespace FileTabCharacter Line contains a tab character. 81
 Warning whitespace FileTabCharacter Line contains a tab character. 82
 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 FileTabCharacter Line contains a tab character. 90
 Warning whitespace FileTabCharacter Line contains a tab character. 91
 Warning whitespace FileTabCharacter Line contains a tab character. 92
 Warning whitespace FileTabCharacter Line contains a tab character. 93
 Warning whitespace FileTabCharacter Line contains a tab character. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 103
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 140
 Warning whitespace FileTabCharacter Line contains a tab character. 141
 Warning whitespace FileTabCharacter Line contains a tab character. 142
 Warning whitespace FileTabCharacter Line contains a tab character. 143
 Warning whitespace FileTabCharacter Line contains a tab character. 154
 Warning javadoc JavadocMethod Missing a Javadoc comment. 154
 Warning whitespace FileTabCharacter Line contains a tab character. 156
 Warning whitespace FileTabCharacter Line contains a tab character. 157
 Warning whitespace FileTabCharacter Line contains a tab character. 158
 Warning whitespace FileTabCharacter Line contains a tab character. 159
 Warning whitespace FileTabCharacter Line contains a tab character. 160
 Warning whitespace FileTabCharacter Line contains a tab character. 161
 Warning whitespace FileTabCharacter Line contains a tab character. 162
 Warning whitespace FileTabCharacter Line contains a tab character. 163
 Warning whitespace FileTabCharacter Line contains a tab character. 164
 Warning whitespace FileTabCharacter Line contains a tab character. 165
 Warning whitespace FileTabCharacter Line contains a tab character. 166
 Warning whitespace FileTabCharacter Line contains a tab character. 167

fr/in2p3/jsaga/adaptor/job/GkCommonJobMonitorAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 25
 Warning whitespace FileTabCharacter Line contains a tab character. 29
 Warning whitespace FileTabCharacter Line contains a tab character. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning whitespace FileTabCharacter Line contains a tab character. 46
 Warning whitespace FileTabCharacter Line contains a tab character. 50
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 61

fr/in2p3/jsaga/adaptor/job/LCGCEJobControlAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 15
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 18

fr/in2p3/jsaga/adaptor/job/LCGCEJobMonitorAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 24
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 84

fr/in2p3/jsaga/adaptor/job/LCGCEJobMonitorListener.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 19
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 31
 Warning misc ArrayTypeStyle Array brackets at illegal position. 37

fr/in2p3/jsaga/adaptor/job/LCGCEJobMonitorWatchdog.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 27
 Warning whitespace OperatorWrap '+' should be on a new line. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58

fr/in2p3/jsaga/adaptor/job/UnmonitoredJobControlAdaptor.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning whitespace FileTabCharacter Line contains a tab character. 68
 Warning whitespace FileTabCharacter Line contains a tab character. 70
 Warning whitespace FileTabCharacter Line contains a tab character. 79
 Warning whitespace FileTabCharacter Line contains a tab character. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 132
 Warning whitespace FileTabCharacter Line contains a tab character. 133
 Warning whitespace FileTabCharacter Line contains a tab character. 134
 Warning whitespace FileTabCharacter Line contains a tab character. 135

fr/in2p3/jsaga/adaptor/job/UnmonitoredJobMonitorAdaptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 42
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 45
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 48
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 51
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 62

fr/in2p3/jsaga/adaptor/security/DelegationTypeMap.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46

fr/in2p3/jsaga/adaptor/security/GlobusContext.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 12

fr/in2p3/jsaga/adaptor/security/GlobusProxyFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.bouncycastle.openssl.PasswordFinder' 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.globus.common.Version' 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.globus.gsi.CredentialException' 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.globus.gsi.GSIConstants' 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 'org.globus.gsi.GSIConstants.CertificateType' 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 'org.globus.gsi.X509Credential' 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 'org.globus.gsi.bc.BouncyCastleCertProcessingFactory' 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 'org.globus.gsi.gssapi.GlobusGSSCredentialImpl' 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 'org.globus.gsi.util.CertificateLoadUtil' 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 'org.globus.util.Util' 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 'org.ietf.jgss.GSSCredential' 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 'org.ietf.jgss.GSSException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 21
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.context.Context' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 22
 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. 23
 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. 24
 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. 25
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UDuration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 27
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning whitespace FileTabCharacter Line contains a tab character. 60
 Warning whitespace FileTabCharacter Line contains a tab character. 70
 Warning whitespace FileTabCharacter Line contains a tab character. 72
 Warning whitespace FileTabCharacter Line contains a tab character. 75
 Warning whitespace FileTabCharacter Line contains a tab character. 76
 Warning whitespace FileTabCharacter Line contains a tab character. 77
 Warning whitespace FileTabCharacter Line contains a tab character. 78
 Warning whitespace FileTabCharacter Line contains a tab character. 79
 Warning whitespace FileTabCharacter Line contains a tab character. 80
 Warning whitespace FileTabCharacter Line contains a tab character. 81
 Warning whitespace FileTabCharacter Line contains a tab character. 82
 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 FileTabCharacter Line contains a tab character. 90
 Warning whitespace FileTabCharacter Line contains a tab character. 91
 Warning whitespace FileTabCharacter Line contains a tab character. 92
 Warning whitespace FileTabCharacter Line contains a tab character. 93
 Warning whitespace FileTabCharacter Line contains a tab character. 94
 Warning whitespace FileTabCharacter Line contains a tab character. 95
 Warning whitespace FileTabCharacter Line contains a tab character. 96
 Warning whitespace FileTabCharacter Line contains a tab character. 97
 Warning whitespace FileTabCharacter Line contains a tab character. 104
 Warning whitespace FileTabCharacter Line contains a tab character. 106
 Warning coding MissingSwitchDefault switch without "default" clause. 113
 Warning whitespace FileTabCharacter Line contains a tab character. 115
 Warning whitespace OperatorWrap '?' should be on a new line. 115
 Warning whitespace FileTabCharacter Line contains a tab character. 120
 Warning whitespace OperatorWrap '?' should be on a new line. 120
 Warning whitespace FileTabCharacter Line contains a tab character. 125
 Warning whitespace OperatorWrap '?' should be on a new line. 125
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning whitespace FileTabCharacter Line contains a tab character. 133
 Warning whitespace FileTabCharacter Line contains a tab character. 134
 Warning whitespace FileTabCharacter Line contains a tab character. 135
 Warning whitespace FileTabCharacter Line contains a tab character. 136
 Warning whitespace FileTabCharacter Line contains a tab character. 137
 Warning whitespace FileTabCharacter Line contains a tab character. 138
 Warning whitespace FileTabCharacter Line contains a tab character. 139
 Warning whitespace FileTabCharacter Line contains a tab character. 141
 Warning whitespace FileTabCharacter Line contains a tab character. 142
 Warning whitespace FileTabCharacter Line contains a tab character. 143
 Warning whitespace FileTabCharacter Line contains a tab character. 144
 Warning whitespace FileTabCharacter Line contains a tab character. 145
 Warning whitespace FileTabCharacter Line contains a tab character. 146
 Warning whitespace FileTabCharacter Line contains a tab character. 147
 Warning whitespace FileTabCharacter Line contains a tab character. 148
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 150
 Warning whitespace FileTabCharacter Line contains a tab character. 150
 Warning whitespace FileTabCharacter Line contains a tab character. 151
 Warning whitespace FileTabCharacter Line contains a tab character. 152
 Warning whitespace FileTabCharacter Line contains a tab character. 153
 Warning whitespace FileTabCharacter Line contains a tab character. 157
 Warning whitespace FileTabCharacter Line contains a tab character. 158
 Warning whitespace FileTabCharacter Line contains a tab character. 159
 Warning whitespace FileTabCharacter Line contains a tab character. 160

fr/in2p3/jsaga/adaptor/security/GlobusSecurityAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.globus.gsi.X509Credential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 22
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 45
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 49
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 50
 Warning naming LocalVariableName Local variable name 'PKCS12' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 50
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 51
 Warning naming LocalVariableName Local variable name 'PEM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 51
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 70
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 84
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 107
 Warning whitespace OperatorWrap '+' should be on a new line. 112
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 135
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 135
 Warning naming LocalVariableName Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 137
 Warning javadoc JavadocMethod Missing a Javadoc comment. 147
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 186

fr/in2p3/jsaga/adaptor/security/GlobusSecurityCredential.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.globus.gsi.X509Credential' 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.globus.gsi.util.ProxyCertificateUtil' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 11
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 22

fr/in2p3/jsaga/adaptor/security/MyProxySecurityAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.globus.myproxy.InitParams' import. Should be before 'org.globus.myproxy.MyProxyException'. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.globus.myproxy.InfoParams' import. Should be before 'org.globus.myproxy.MyProxyException'. 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.globus.myproxy.DestroyParams' import. Should be before 'org.globus.myproxy.MyProxyException'. 15
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.globus.myproxy.GetParams' import. Should be before 'org.globus.myproxy.MyProxyException'. 16
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 126
 Warning whitespace FileTabCharacter Line contains a tab character. 142
 Warning whitespace FileTabCharacter Line contains a tab character. 212
 Warning javadoc JavadocMethod Missing a Javadoc comment. 218
 Warning whitespace FileTabCharacter Line contains a tab character. 231
 Warning whitespace FileTabCharacter Line contains a tab character. 250
 Warning whitespace FileTabCharacter Line contains a tab character. 254
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 267
 Warning whitespace FileTabCharacter Line contains a tab character. 290
 Warning whitespace FileTabCharacter Line contains a tab character. 291

fr/in2p3/jsaga/adaptor/security/MyProxySecurityCredential.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning whitespace FileTabCharacter Line contains a tab character. 43
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 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 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. 58
 Warning whitespace FileTabCharacter Line contains a tab character. 59
 Warning whitespace FileTabCharacter Line contains a tab character. 60
 Warning whitespace FileTabCharacter Line contains a tab character. 61
 Warning whitespace FileTabCharacter Line contains a tab character. 62
 Warning whitespace FileTabCharacter Line contains a tab character. 63
 Warning whitespace FileTabCharacter Line contains a tab character. 64

fr/in2p3/jsaga/adaptor/security/ProxyTypeMap.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44

fr/in2p3/jsaga/adaptor/security/usage/UProxyFile.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21

fr/in2p3/jsaga/adaptor/security/usage/UProxyObject.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 17
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 33

fr/in2p3/jsaga/adaptor/security/usage/Util.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.base.usage.UAnd' import. Should be before 'org.ogf.saga.context.Context'. 5
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.base.usage.UFile' import. Should be before 'org.ogf.saga.context.Context'. 6
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.base.usage.UOr' import. Should be before 'org.ogf.saga.context.Context'. 7
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.security.GlobusContext' import. Should be before 'org.ogf.saga.context.Context'. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.security.GlobusSecurityAdaptor' import. Should be before 'org.ogf.saga.context.Context'. 9
 Warning javadoc JavadocMethod Missing a Javadoc comment. 13