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
12 0 263 0

Rules

Category Rule Violations Severity
blocks EmptyCatchBlock
  • exceptionVariableName: "expected"
1  Warning
NeedBraces 32  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
  • specialImportsRegExp: "com.google"
138  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
20  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
33  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
12  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
3  Warning
FileTabCharacter
  • eachLine: "true"
15  Error
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"
3  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
1  Warning

Details

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.proxy.ProxyType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 5
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 16
 Warning naming LocalVariableName Local variable name 'emi_map' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 28

fr/in2p3/jsaga/adaptor/security/JSAGALoadProxyCredential.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. 5
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.util.VOMSProxyPathBuilder' 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.italiangrid.voms.credential.LoadCredentialsEventListener' 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.italiangrid.voms.credential.impl.AbstractLoadCredentialsStrategy' 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.italiangrid.voms.util.FilePermissionHelper' 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 'eu.emi.security.authn.x509.X509Credential' 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 'eu.emi.security.authn.x509.impl.PEMCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 12
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning blocks NeedBraces 'if' construct must use '{}'s. 38

fr/in2p3/jsaga/adaptor/security/JSAGALoadUserCredential.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. 6
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.util.VOMSProxyPathBuilder' 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.italiangrid.voms.credential.LoadCredentialsEventListener' 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.italiangrid.voms.credential.impl.AbstractLoadCredentialsStrategy' 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.italiangrid.voms.util.FilePermissionHelper' 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 'eu.emi.security.authn.x509.X509Credential' 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 'eu.emi.security.authn.x509.impl.KeystoreCredential' 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 'eu.emi.security.authn.x509.impl.PEMCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 14
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40
 Warning blocks NeedBraces 'if' construct must use '{}'s. 42
 Warning blocks NeedBraces 'if' construct must use '{}'s. 45
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 60
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 96
 Warning blocks NeedBraces 'else' construct must use '{}'s. 119

fr/in2p3/jsaga/adaptor/security/JSAGAProxyInitParams.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. 9
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.ProxyInitParams' 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.context.Context' 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.AuthenticationFailedException' 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.AuthorizationFailedException' 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.ogf.saga.error.DoesNotExistException' 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.ogf.saga.error.IncorrectStateException' 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.ogf.saga.error.NoSuccessException' 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.ogf.saga.error.NotImplementedException' 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.ogf.saga.error.PermissionDeniedException' 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.ogf.saga.error.TimeoutException' 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.base.usage.UDuration' 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 javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning blocks EmptyCatchBlock Empty catch block. 60
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 75
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.bouncycastle.asn1.x509.AttributeCertificate' 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.bouncycastle.openssl.PasswordFinder' 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 'org.italiangrid.voms.VOMSError' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 26
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.VOMSValidators' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 27
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.ac.VOMSACValidator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 28
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.ac.ValidationResultListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 29
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.ac.impl.DefaultVOMSValidator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 30
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.ProxyInitParams' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 31
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.impl.InitListenerAdapter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 32
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.impl.LoadProxyCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 33
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.impl.LoadUserCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 34
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.impl.ProxyCreationListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 35
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.strategies.ProxyInitStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 36
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.strategies.VOMSCommandsParsingStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 37
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.clients.util.VOMSProxyPathBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 38
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.credential.LoadCredentialsEventListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 39
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.credential.LoadCredentialsStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 40
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.credential.VOMSEnvironmentVariables' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 41
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.credential.impl.DefaultLoadCredentialsStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 42
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.VOMSACRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 43
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.VOMSACService' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 44
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.VOMSESLookupStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 45
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.VOMSProtocolListener' 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.italiangrid.voms.request.VOMSRequestListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 47
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.VOMSServerInfoStoreListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 48
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.impl.BaseVOMSESLookupStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 49
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.impl.DefaultVOMSACRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 50
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.impl.DefaultVOMSACService' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 51
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.impl.DefaultVOMSESLookupStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 52
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.impl.DefaultVOMSServerInfo' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 53
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.request.impl.DefaultVOMSServerInfoStore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 54
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.store.VOMSTrustStore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 55
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.store.VOMSTrustStoreStatusListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 56
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.store.impl.DefaultVOMSTrustStore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 57
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.util.CertificateValidatorBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 58
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.util.CredentialsUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 59
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.util.FilePermissionHelper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 60
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.util.VOMSFQANNamingScheme' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 61
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.CrlCheckingMode' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 63
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.NamespaceCheckingMode' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 64
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.OCSPCheckingMode' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 65
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.StoreUpdateListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 66
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.ValidationErrorListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 67
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.ValidationResult' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 68
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.X509CertChainValidatorExt' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 69
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.X509Credential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 70
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.helpers.proxy.ExtendedProxyType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 71
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.helpers.proxy.ProxyHelper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 72
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.proxy.ProxyCertificate' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 73
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.proxy.ProxyCertificateOptions' 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 'eu.emi.security.authn.x509.proxy.ProxyChainInfo' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 75
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.proxy.ProxyChainType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 76
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.proxy.ProxyGenerator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 77
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.proxy.ProxyPolicy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 78
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.proxy.ProxyType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 79
 Warning imports CustomImportOrder Import statement for 'eu.emi.security.authn.x509.proxy.ProxyUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 80
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 133
 Warning blocks NeedBraces 'if' construct must use '{}'s. 151
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 159
 Warning blocks NeedBraces 'if' construct must use '{}'s. 162
 Warning blocks NeedBraces 'if' construct must use '{}'s. 165
 Warning blocks NeedBraces 'if' construct must use '{}'s. 168
 Warning javadoc JavadocMethod Missing a Javadoc comment. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 186
 Warning blocks NeedBraces 'if' construct must use '{}'s. 196
 Warning naming LocalVariableName Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 204
 Warning naming LocalVariableName Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 210
 Warning blocks NeedBraces 'if' construct must use '{}'s. 218
 Warning blocks NeedBraces 'if' construct must use '{}'s. 227
 Warning blocks NeedBraces 'if' construct must use '{}'s. 230
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 244
 Warning blocks NeedBraces 'if' construct must use '{}'s. 246
 Warning blocks NeedBraces 'if' construct must use '{}'s. 251
 Warning blocks NeedBraces 'if' construct must use '{}'s. 254
 Warning whitespace SeparatorWrap ',' should be on the previous line. 260
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 320
 Warning blocks NeedBraces 'if' construct must use '{}'s. 327
 Warning whitespace OperatorWrap '+' should be on a new line. 357
 Warning blocks NeedBraces 'if' construct must use '{}'s. 367
 Warning blocks NeedBraces 'if' construct must use '{}'s. 413
 Warning blocks NeedBraces 'if' construct must use '{}'s. 416
 Warning naming LocalVariableName Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 426
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 452
 Warning blocks NeedBraces 'if' construct must use '{}'s. 459
 Warning blocks NeedBraces 'if' construct must use '{}'s. 462
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 475
 Warning blocks NeedBraces 'if' construct must use '{}'s. 477
 Warning blocks NeedBraces 'else' construct must use '{}'s. 479
 Warning blocks NeedBraces 'if' construct must use '{}'s. 489
 Warning blocks NeedBraces 'if' construct must use '{}'s. 548
 Warning blocks NeedBraces 'if' construct must use '{}'s. 552
 Warning blocks NeedBraces 'if' construct must use '{}'s. 562
 Warning blocks NeedBraces 'if' construct must use '{}'s. 566
 Warning blocks NeedBraces 'if' construct must use '{}'s. 570

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

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

fr/in2p3/jsaga/adaptor/security/VOMSMyProxySecurityAdaptor.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'. 9
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.globus.myproxy.DestroyParams' import. Should be before 'org.globus.myproxy.MyProxyException'. 10
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.globus.myproxy.GetParams' import. Should be before 'org.globus.myproxy.MyProxyException'. 11
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 90
 Warning javadoc JavadocMethod Missing a Javadoc comment. 90
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 150
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 151
 Warning blocks NeedBraces 'if' construct must use '{}'s. 157
 Warning javadoc JavadocMethod Missing a Javadoc comment. 166

fr/in2p3/jsaga/adaptor/security/VOMSMyProxySecurityCredential.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. 15
 Warning imports CustomImportOrder Import statement for 'org.globus.gsi.util.CertificateUtil' 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.util.ProxyCertificateUtil' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 17
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 27
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 30
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 49
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 77

fr/in2p3/jsaga/adaptor/security/VOMSProxyListener.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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.ac.VOMSValidationResult' 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.italiangrid.voms.clients.impl.InitListenerAdapter' 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.italiangrid.voms.request.VOMSACRequest' 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.italiangrid.voms.request.VOMSErrorMessage' 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.italiangrid.voms.request.VOMSResponse' 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.italiangrid.voms.request.VOMSServerInfo' 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.italiangrid.voms.request.VOMSWarningMessage' 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.italiangrid.voms.store.LSCInfo' 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 'eu.emi.security.authn.x509.ValidationError' 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 'eu.emi.security.authn.x509.proxy.ProxyCertificate' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 22
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 64
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 77
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 81
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 85
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 90
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 94
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 130
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 134
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 138
 Warning javadoc JavadocMethod Missing a Javadoc comment. 150

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.globus.common.CoGProperties' 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.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.gssapi.GlobusGSSCredentialImpl' 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.util.Util' 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.gridforum.jgss.ExtendedGSSCredential' 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.gridforum.jgss.ExtendedGSSManager' 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.ietf.jgss.GSSCredential' 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.ietf.jgss.GSSException' 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.italiangrid.voms.asn1.VOMSACUtils' 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.italiangrid.voms.clients.impl.DefaultVOMSCommandsParser' 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.italiangrid.voms.clients.strategies.ProxyInitStrategy' 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.ogf.saga.context.Context' 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.ogf.saga.error.BadParameterException' 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.error.IncorrectStateException' 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.NoSuccessException' 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.TimeoutException' 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 '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. 26
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.defaults.EnvironmentVariables' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 27
 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. 28
 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. 29
 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. 30
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UFile' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 31
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UFilePath' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 32
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UHidden' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 33
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UNoPrompt' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 34
 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. 35
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UOr' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 36
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UProxyValue' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 37
 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. 38
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.impl.InMemoryProxySecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 39
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 51
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 54
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 108
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 133
 Warning whitespace OperatorWrap '+' should be on a new line. 138
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 170
 Warning naming LocalVariableName Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 172
 Warning javadoc JavadocMethod Missing a Javadoc comment. 182
 Warning naming LocalVariableName Local variable name 'creation_listener' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 206
 Warning whitespace FileTabCharacter Line contains a tab character. 227
 Warning whitespace FileTabCharacter Line contains a tab character. 228
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 244
 Warning whitespace FileTabCharacter Line contains a tab character. 247
 Warning whitespace FileTabCharacter Line contains a tab character. 249
 Warning whitespace FileTabCharacter Line contains a tab character. 250
 Warning whitespace FileTabCharacter Line contains a tab character. 251
 Warning whitespace FileTabCharacter Line contains a tab character. 252
 Warning whitespace FileTabCharacter Line contains a tab character. 253
 Warning whitespace FileTabCharacter Line contains a tab character. 254
 Warning whitespace FileTabCharacter Line contains a tab character. 255
 Warning whitespace FileTabCharacter Line contains a tab character. 257

fr/in2p3/jsaga/adaptor/security/VOMSSecurityCredential.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. 24
 Warning imports CustomImportOrder Import statement for 'org.globus.gsi.util.CertificateUtil' 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 '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. 26
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 37
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning whitespace OperatorWrap '?' should be on a new line. 63
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 69
 Warning whitespace FileTabCharacter Line contains a tab character. 70
 Warning whitespace FileTabCharacter Line contains a tab character. 71
 Warning whitespace FileTabCharacter Line contains a tab character. 72
 Warning whitespace FileTabCharacter Line contains a tab character. 73
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 110
 Warning blocks NeedBraces 'if' construct must use '{}'s. 121