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 |