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
9 0 256 0

Rules

Category Rule Violations Severity
blocks NeedBraces 3  Warning
coding VariableDeclarationUsageDistance 5  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
  • specialImportsRegExp: "com.google"
86  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
26  Warning
modifier ModifierOrder 3  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
14  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
4  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
3  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
7  Warning
FileTabCharacter
  • eachLine: "true"
99  Error

Details

fr/in2p3/jsaga/adaptor/wms/job/DefaultJDL.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 whitespace EmptyLineSeparator 'CTOR_DEF' should be separated from previous statement. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 40

fr/in2p3/jsaga/adaptor/wms/job/StagingJDL.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 20
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 23
 Warning whitespace EmptyLineSeparator 'CTOR_DEF' should be separated from previous statement. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 54
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning whitespace FileTabCharacter Line contains a tab character. 74
 Warning whitespace FileTabCharacter Line contains a tab character. 75
 Warning whitespace FileTabCharacter Line contains a tab character. 76
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 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. 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

fr/in2p3/jsaga/adaptor/wms/job/WMSJobAdaptorAbstract.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63

fr/in2p3/jsaga/adaptor/wms/job/WMSJobControlAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.apache.axis.SimpleTargetedChain' 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.apache.axis.configuration.SimpleProvider' 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.apache.log4j.Logger' 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.glite.jdl.AdParser' 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.glite.jdl.JobAdException' 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.glite.security.delegation.GrDPConstants' 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.glite.security.delegation.GrDPX509Util' 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.glite.wms.wmproxy.AuthenticationFaultType' 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.glite.wms.wmproxy.AuthorizationFaultType' 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.glite.wms.wmproxy.BaseFaultType' 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.glite.wms.wmproxy.GenericFaultType' 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.glite.wms.wmproxy.InvalidArgumentFaultType' 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.glite.wms.wmproxy.JdlType' 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.glite.wms.wmproxy.NoSuitableResourcesFaultType' 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.glite.wms.wmproxy.ServerOverloadedFaultType' 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.glite.wms.wmproxy.StringAndLongList' 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.glite.wms.wmproxy.StringAndLongType' 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.glite.wms.wmproxy.StringList' 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.glite.wms.wmproxy.WMProxyLocator' 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.glite.wms.wmproxy.WMProxy_PortType' 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.globus.axis.gsi.GSIConstants' 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.globus.axis.transport.HTTPSSender' 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.globus.gsi.bc.BouncyCastleCertProcessingFactory' 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.globus.gsi.gssapi.GlobusGSSCredentialImpl' 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.globus.gsi.gssapi.auth.NoAuthorization' 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.gridsite.www.namespaces.delegation_1.DelegationSoapBindingStub' 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.ogf.saga.context.Context' 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.ogf.saga.error.AuthenticationFailedException' 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.ogf.saga.error.AuthorizationFailedException' 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.ogf.saga.error.BadParameterException' 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.ogf.saga.error.IncorrectStateException' 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.ogf.saga.error.NoSuccessException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 46
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.error.NotImplementedException' 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.ogf.saga.error.PermissionDeniedException' 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.ogf.saga.error.TimeoutException' 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 '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. 51
 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. 52
 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. 53
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UOptionalBoolean' 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 'fr.in2p3.jsaga.adaptor.base.usage.UOptionalInteger' 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 '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. 56
 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. 57
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.job.BadResource' 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 'fr.in2p3.jsaga.adaptor.job.JobAdaptor' 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 'fr.in2p3.jsaga.adaptor.job.control.advanced.CleanableJobAdaptor' 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 'fr.in2p3.jsaga.adaptor.job.control.description.JobDescriptionTranslator' 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 'fr.in2p3.jsaga.adaptor.job.control.description.JobDescriptionTranslatorXSLT' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 62
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.job.control.staging.StagingJobAdaptorTwoPhase' 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 'fr.in2p3.jsaga.adaptor.job.control.staging.StagingTransfer' 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 'fr.in2p3.jsaga.adaptor.job.monitor.JobMonitorAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 65
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.UUID' import. Should be before 'javax.xml.rpc.Stub'. 66
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicBoolean' import. Should be before 'javax.xml.rpc.Stub'. 67
 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. 69
 Warning imports CustomImportOrder Import statement for 'org.globus.gsi.TrustedCertificates' 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 'org.globus.gsi.X509Credential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 71
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 82
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 87
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 98
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning naming LocalVariableName Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 142
 Warning coding VariableDeclarationUsageDistance Distance between variable 'trustedCertificates' 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). 148
 Warning javadoc JavadocMethod Missing a Javadoc comment. 200
 Warning javadoc JavadocMethod Missing a Javadoc comment. 210
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 242
 Warning naming ParameterName Parameter name 'm_client2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 242
 Warning whitespace FileTabCharacter Line contains a tab character. 256
 Warning whitespace FileTabCharacter Line contains a tab character. 282
 Warning javadoc JavadocMethod Missing a Javadoc comment. 329
 Warning javadoc JavadocMethod Missing a Javadoc comment. 355
 Warning javadoc JavadocMethod Missing a Javadoc comment. 380
 Warning javadoc JavadocMethod Missing a Javadoc comment. 390
 Warning javadoc JavadocMethod Missing a Javadoc comment. 400
 Warning coding VariableDeclarationUsageDistance Distance between variable 'date' 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). 442
 Warning coding VariableDeclarationUsageDistance Distance between variable 'ec' declaration and its first usage is 8, 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). 444
 Warning coding VariableDeclarationUsageDistance Distance between variable 'cause' declaration and its first usage is 9, 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). 445
 Warning whitespace FileTabCharacter Line contains a tab character. 460
 Warning naming ParameterName Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 495
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous statement. 504
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 504
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 505

fr/in2p3/jsaga/adaptor/wms/job/WMSJobIOHandler.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38

fr/in2p3/jsaga/adaptor/wms/job/WMSJobMonitorAdaptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.apache.axis.SimpleTargetedChain' 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.apache.axis.client.Stub' 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.apache.axis.configuration.SimpleProvider' 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.glite.wsdl.services.lb.LoggingAndBookkeepingLocator' 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.glite.wsdl.services.lb.LoggingAndBookkeepingPortType' 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.glite.wsdl.types.lb.GenericFault' 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.glite.wsdl.types.lb.JobFlags' 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.glite.wsdl.types.lb.JobFlagsValue' 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.glite.wsdl.types.lb.StatName' 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.glite.wsdl.types.lb.StateEnterTimesItem' 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.glite.wsdl.types.lb.holders.JobStatusArrayHolder' 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.axis.gsi.GSIConstants' 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.axis.transport.HTTPSSender' 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.globus.gsi.TrustedCertificates' 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.globus.gsi.gssapi.auth.NoAuthorization' 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.ietf.jgss.GSSCredential' 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.ogf.saga.error.AuthenticationFailedException' 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.ogf.saga.error.AuthorizationFailedException' 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.ogf.saga.error.BadParameterException' 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.ogf.saga.error.IncorrectStateException' 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.ogf.saga.error.NoSuccessException' 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.ogf.saga.error.NotImplementedException' 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.ogf.saga.error.PermissionDeniedException' 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.ogf.saga.error.TimeoutException' 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.defaults.Default' 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 '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. 40
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.job.control.manage.ListableJobAdaptor' 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 'fr.in2p3.jsaga.adaptor.job.monitor.JobInfoAdaptor' 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 'fr.in2p3.jsaga.adaptor.job.monitor.JobStatus' 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 'fr.in2p3.jsaga.adaptor.job.monitor.QueryIndividualJob' 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.glite.wsdl.types.lb.JobFlags' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 45
 Warning whitespace FileTabCharacter Line contains a tab character. 53
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 58
 Warning whitespace FileTabCharacter Line contains a tab character. 63
 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 javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning whitespace FileTabCharacter Line contains a tab character. 83
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 85
 Warning whitespace FileTabCharacter Line contains a tab character. 86
 Warning whitespace FileTabCharacter Line contains a tab character. 87
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 101
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 105
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning whitespace FileTabCharacter Line contains a tab character. 121
 Warning whitespace FileTabCharacter Line contains a tab character. 122
 Warning whitespace FileTabCharacter Line contains a tab character. 123
 Warning whitespace FileTabCharacter Line contains a tab character. 124
 Warning blocks NeedBraces 'if' construct must use '{}'s. 125
 Warning whitespace FileTabCharacter Line contains a tab character. 125
 Warning whitespace FileTabCharacter Line contains a tab character. 126
 Warning whitespace FileTabCharacter Line contains a tab character. 127
 Warning whitespace FileTabCharacter Line contains a tab character. 128
 Warning whitespace FileTabCharacter Line contains a tab character. 129
 Warning whitespace FileTabCharacter Line contains a tab character. 130
 Warning whitespace FileTabCharacter Line contains a tab character. 131
 Warning whitespace FileTabCharacter Line contains a tab character. 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. 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. 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 whitespace FileTabCharacter Line contains a tab character. 149
 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. 154
 Warning whitespace FileTabCharacter Line contains a tab character. 155
 Warning whitespace FileTabCharacter Line contains a tab character. 156
 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
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 169
 Warning whitespace FileTabCharacter Line contains a tab character. 183
 Warning whitespace FileTabCharacter Line contains a tab character. 184
 Warning whitespace FileTabCharacter Line contains a tab character. 185
 Warning whitespace FileTabCharacter Line contains a tab character. 186
 Warning whitespace FileTabCharacter Line contains a tab character. 187
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 204
 Warning whitespace FileTabCharacter Line contains a tab character. 204
 Warning naming ParameterName Parameter name 'm_credential' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 204
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 215
 Warning coding VariableDeclarationUsageDistance Distance between variable 'lbURL' 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). 215
 Warning whitespace FileTabCharacter Line contains a tab character. 217
 Warning naming LocalVariableName Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 219
 Warning whitespace FileTabCharacter Line contains a tab character. 234

fr/in2p3/jsaga/adaptor/wms/job/WMSJobStatus.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 16
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28
 Warning whitespace FileTabCharacter Line contains a tab character. 29
 Warning whitespace FileTabCharacter Line contains a tab character. 41
 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. 52
 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. 57
 Warning whitespace FileTabCharacter Line contains a tab character. 58
 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. 65
 Warning blocks NeedBraces 'if' construct must use '{}'s. 66
 Warning whitespace FileTabCharacter Line contains a tab character. 66
 Warning whitespace FileTabCharacter Line contains a tab character. 67
 Warning blocks NeedBraces 'else' construct must use '{}'s. 68
 Warning whitespace FileTabCharacter Line contains a tab character. 68
 Warning whitespace FileTabCharacter Line contains a tab character. 69
 Warning whitespace FileTabCharacter Line contains a tab character. 70
 Warning whitespace FileTabCharacter Line contains a tab character. 71

fr/in2p3/jsaga/adaptor/wms/job/WMStoLB.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 20
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 30
 Warning whitespace EmptyLineSeparator 'CTOR_DEF' should be separated from previous statement. 36
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 75
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75
 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