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

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
  • specialImportsRegExp: "com.google"
23  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
3  Warning
naming ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
whitespace FileTabCharacter
  • eachLine: "true"
15  Error

Details

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

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter Line contains a tab character. 5
 Warning whitespace FileTabCharacter Line contains a tab character. 6
 Warning whitespace FileTabCharacter Line contains a tab character. 7
 Warning whitespace FileTabCharacter Line contains a tab character. 9
 Warning whitespace FileTabCharacter Line contains a tab character. 10
 Warning whitespace FileTabCharacter Line contains a tab character. 11
 Warning whitespace FileTabCharacter Line contains a tab character. 12
 Warning whitespace FileTabCharacter Line contains a tab character. 14

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

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter Line contains a tab character. 5
 Warning whitespace FileTabCharacter Line contains a tab character. 6
 Warning whitespace FileTabCharacter Line contains a tab character. 7
 Warning whitespace FileTabCharacter Line contains a tab character. 9
 Warning whitespace FileTabCharacter Line contains a tab character. 10
 Warning whitespace FileTabCharacter Line contains a tab character. 11
 Warning whitespace FileTabCharacter Line contains a tab character. 12

fr/in2p3/jsaga/adaptor/security/SecretServiceSecurityAdaptor.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. 10
 Warning imports CustomImportOrder Import statement for 'org.freedesktop.DBus' 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.freedesktop.DBus.Introspectable' 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.freedesktop.DBus.Properties' 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.freedesktop.Secret.Collection' 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.freedesktop.Secret.Item' 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.freedesktop.Secret.Pair' 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.freedesktop.Secret.Service' 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.freedesktop.Secret.Secret' 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.freedesktop.dbus.DBusConnection' 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.freedesktop.dbus.DBusInterface' 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.freedesktop.dbus.exceptions.DBusException' 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.freedesktop.dbus.exceptions.DBusExecutionException' 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.context.Context' 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.TimeoutException' 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.Default' 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.UOptional' 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.Usage' 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.security.impl.UserPassSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning coding VariableDeclarationUsageDistance Distance between variable 'dbusSession' 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). 94
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 252
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 252