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
3 0 155 0

Rules

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

Details

fr/in2p3/jsaga/adaptor/lfc/LFCDataAdaptor.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. 11
 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. 12
 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. 13
 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. 14
 Warning imports CustomImportOrder Import statement for 'org.italiangrid.voms.VOMSAttribute' 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.VOMSValidators' 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.context.Context' 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.context.ContextFactory' 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.AlreadyExistsException' 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.error.AuthenticationFailedException' 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.AuthorizationFailedException' 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.BadParameterException' 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.DoesNotExistException' 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 '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. 26
 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. 27
 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. 28
 Warning imports CustomImportOrder Import statement for 'org.ogf.saga.file.FileFactory' 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.permissions.Permission' 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.session.Session' 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.session.SessionFactory' 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.url.URL' 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.url.URLFactory' 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.defaults.Default' 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.Usage' 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.data.ParentDoesNotExist' 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.data.link.LinkAdaptor' 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.data.link.NotLink' 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.data.optimise.DataRename' 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.data.permission.PermissionAdaptorBasic' 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.data.permission.PermissionBytes' 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.data.read.FileAttributes' 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 'fr.in2p3.jsaga.adaptor.data.read.LogicalReader' 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 'fr.in2p3.jsaga.adaptor.data.write.LogicalWriter' 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 'fr.in2p3.jsaga.adaptor.security.SecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 47
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.security.impl.GSSCredentialSecurityCredential' 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 '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. 49
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.helpers.URLEncoder' 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 'fr.maatg.glite.dm.CNSConnector' 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.maatg.glite.dm.connection.DMError' 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.maatg.glite.dm.connection.ReceiveException' 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.maatg.glite.dm.ns.CNSConnection' 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.maatg.glite.dm.ns.CNSConnections' 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.maatg.glite.dm.ns.CNSFileReaddir' 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.maatg.glite.dm.ns.CNSFileStat' 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.maatg.glite.dm.ns.CNSPermissions' 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.maatg.glite.dm.ns.CNSReplica' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 59
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 61
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning javadoc JavadocMethod Missing a Javadoc comment. 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 142
 Warning javadoc JavadocMethod Missing a Javadoc comment. 155
 Warning javadoc JavadocMethod Missing a Javadoc comment. 176
 Warning javadoc JavadocMethod Missing a Javadoc comment. 207
 Warning naming LocalVariableName Local variable name 'new_replicaEntry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 246
 Warning javadoc JavadocMethod Missing a Javadoc comment. 302
 Warning naming LocalVariableName Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 324
 Warning javadoc JavadocMethod Missing a Javadoc comment. 349
 Warning javadoc JavadocMethod Missing a Javadoc comment. 380
 Warning javadoc JavadocMethod Missing a Javadoc comment. 412
 Warning javadoc JavadocMethod Missing a Javadoc comment. 436
 Warning javadoc JavadocMethod Missing a Javadoc comment. 464
 Warning javadoc JavadocMethod Missing a Javadoc comment. 488
 Warning javadoc JavadocMethod Missing a Javadoc comment. 606
 Warning javadoc JavadocMethod Missing a Javadoc comment. 630
 Warning javadoc JavadocMethod Missing a Javadoc comment. 661
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 719
 Warning coding MissingSwitchDefault switch without "default" clause. 721
 Warning javadoc JavadocMethod Missing a Javadoc comment. 804
 Warning javadoc JavadocMethod Missing a Javadoc comment. 895
 Warning naming LocalVariableName Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 913
 Warning javadoc JavadocMethod Missing a Javadoc comment. 932

fr/in2p3/jsaga/adaptor/lfc/NSFileAttributes.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 'fr.in2p3.jsaga.adaptor.data.permission.PermissionBytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 8
 Warning imports CustomImportOrder Import statement for 'fr.in2p3.jsaga.adaptor.data.read.FileAttributes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 9
 Warning imports CustomImportOrder Import statement for 'fr.maatg.glite.dm.ns.CNSConnection' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 10
 Warning imports CustomImportOrder Import statement for 'fr.maatg.glite.dm.ns.CNSFile' 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 'fr.maatg.glite.dm.ns.CNSFileReaddir' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 12
 Warning imports CustomImportOrder Import statement for 'fr.maatg.glite.dm.ns.CNSPermissions' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 13
 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
 Warning whitespace FileTabCharacter Line contains a tab character. 19
 Warning whitespace FileTabCharacter Line contains a tab character. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 33
 Warning whitespace FileTabCharacter Line contains a tab character. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning whitespace FileTabCharacter Line contains a tab character. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning whitespace FileTabCharacter Line contains a tab character. 58
 Warning blocks NeedBraces 'if' construct must use '{}'s. 59
 Warning whitespace FileTabCharacter Line contains a tab character. 59
 Warning whitespace FileTabCharacter Line contains a tab character. 60
 Warning blocks NeedBraces 'if' construct must use '{}'s. 61
 Warning whitespace FileTabCharacter Line contains a tab character. 61
 Warning whitespace FileTabCharacter Line contains a tab character. 62
 Warning blocks NeedBraces 'if' construct must use '{}'s. 63
 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 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. 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 whitespace FileTabCharacter Line contains a tab character. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning whitespace FileTabCharacter Line contains a tab character. 78
 Warning blocks NeedBraces 'if' construct must use '{}'s. 79
 Warning whitespace FileTabCharacter Line contains a tab character. 79
 Warning whitespace FileTabCharacter Line contains a tab character. 80
 Warning blocks NeedBraces 'if' construct must use '{}'s. 81
 Warning whitespace FileTabCharacter Line contains a tab character. 81
 Warning whitespace FileTabCharacter Line contains a tab character. 82
 Warning blocks NeedBraces 'if' construct must use '{}'s. 83
 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. 97
 Warning whitespace FileTabCharacter Line contains a tab character. 98
 Warning blocks NeedBraces 'if' construct must use '{}'s. 99
 Warning whitespace FileTabCharacter Line contains a tab character. 99
 Warning whitespace FileTabCharacter Line contains a tab character. 100
 Warning blocks NeedBraces 'if' construct must use '{}'s. 101
 Warning whitespace FileTabCharacter Line contains a tab character. 101
 Warning whitespace FileTabCharacter Line contains a tab character. 102
 Warning blocks NeedBraces 'if' construct must use '{}'s. 103
 Warning whitespace FileTabCharacter Line contains a tab character. 103
 Warning whitespace FileTabCharacter Line contains a tab character. 104
 Warning whitespace FileTabCharacter Line contains a tab character. 105
 Warning whitespace FileTabCharacter Line contains a tab character. 106
 Warning whitespace FileTabCharacter Line contains a tab character. 107
 Warning whitespace FileTabCharacter Line contains a tab character. 108
 Warning whitespace FileTabCharacter Line contains a tab character. 109
 Warning whitespace FileTabCharacter Line contains a tab character. 110
 Warning whitespace FileTabCharacter Line contains a tab character. 111
 Warning whitespace FileTabCharacter Line contains a tab character. 112
 Warning whitespace FileTabCharacter Line contains a tab character. 113
 Warning whitespace FileTabCharacter Line contains a tab character. 114
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 129