| Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Import statement for 'org.codehaus.plexus.logging.LogEnabled' 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.codehaus.plexus.logging.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 'org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable' 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.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException' 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.unidal.lookup.ContainerHolder' 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.unidal.lookup.annotation.Inject' 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 'com.dianping.cat.message.Message' 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 'com.dianping.cat.message.Transaction' 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 'com.dianping.cat.message.internal.MessageIdFactory' 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 'com.dianping.cat.message.spi.MessageManager' 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 'com.dianping.cat.message.spi.MessageTree' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. |
16 |
Warning |
naming |
MemberName |
Member name 'm_factory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
25 |
Warning |
naming |
CatchParameterName |
Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. |
36 |