The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 6 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 8 | ![]() |
JavadocMethod | 103 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 29 | ![]() |
JavadocStyle | 9 | ![]() |
ConstantName | 3 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 3 | ![]() |
LineLength | 92 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 11 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 2 | ![]() |
WhitespaceAround | 2 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 3 | ![]() |
AvoidNestedBlocks | 2 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 9 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 11 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 68 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 93 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | First sentence should end with a period. | 39 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 66 |
![]() | 'cast' is not followed by whitespace. | 66 |
![]() | 'cast' is not followed by whitespace. | 66 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Method 'createEntityManager' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Method 'getSessionFactory' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter configuration should be final. | 112 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Comment matches to-do format 'TODO:'. | 128 |
![]() | Avoid nested blocks. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Avoid nested blocks. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Must have at least one statement. | 149 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 165 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.persistence.PersistenceContext. | 5 |
![]() | First sentence should end with a period. | 7 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Method 'injectField' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Parameter bean should be final. | 20 |
![]() | Expected @param tag for 'bean'. | 20 |
![]() | Parameter annotationClass should be final. | 20 |
![]() | Expected @param tag for 'annotationClass'. | 20 |
![]() | Parameter fieldClass should be final. | 20 |
![]() | Parameter toInject should be final. | 20 |
![]() | Expected @param tag for 'toInject'. | 20 |
![]() | Line is longer than 80 characters. | 27 |
![]() | '+' should be on a new line. | 33 |
![]() | '+' should be on a new line. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 45 |
![]() | '+' should be on a new line. | 50 |
![]() | '+' should be on a new line. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Method 'containsAnnotation' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter beanClass should be final. | 71 |
![]() | Parameter annotationClass should be final. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 14 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | '+' should be on a new line. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | '+' should be on a new line. | 38 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Parameter message should be final. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Parameter message should be final. | 9 |
![]() | Parameter cause should be final. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Class CurrentConnection should be declared as final. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter provider should be final. | 21 |
![]() | 'provider' hides a field. | 21 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | '+' should be on a new line. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter provider should be final. | 49 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter configuration should be final. | 19 |
![]() | Redundant throws: 'HibernateException' is unchecked exception. | 19 |
![]() | Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter connection should be final. | 31 |
![]() | 'connection' hides a field. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant throws: 'HibernateException' is unchecked exception. | 35 |
![]() | Method 'supportsAggressiveRelease' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 24 |
![]() | '+' should be on a new line. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Method 'getHibernateDialect' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 22 |
![]() | '+' should be on a new line. | 22 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Method 'getHibernateDialect' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Parameter message should be final. | 9 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter message should be final. | 13 |
![]() | Parameter cause should be final. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'getEJBLocalObject' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 27 |
![]() | Method 'getEJBObject' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 31 |
![]() | Method 'getMessageContext' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 35 |
![]() | Method 'getBusinessObject' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter arg0 should be final. | 39 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 39 |
![]() | Method 'getInvokedBusinessInterface' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 43 |
![]() | Method 'getEJBHome' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'getEJBLocalHome' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'getEnvironment' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'getCallerIdentity' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'getCallerPrincipal' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'setPrincipal' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter principal should be final. | 67 |
![]() | 'principal' hides a field. | 67 |
![]() | Method 'isCallerInRole' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter arg0 should be final. | 71 |
![]() | Method 'isCallerInRole' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter arg0 should be final. | 75 |
![]() | Method 'getUserTransaction' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 79 |
![]() | Method 'setRollbackOnly' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 83 |
![]() | Method 'getRollbackOnly' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 87 |
![]() | Method 'getTimerService' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 91 |
![]() | Method 'lookup' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter arg0 should be final. | 95 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter ejbClass should be final. | 34 |
![]() | 'ejbClass' hides a field. | 34 |
![]() | First sentence should end with a period. | 39 |
![]() | Expected an @return tag. | 42 |
![]() | Method 'getBeanToTest' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 62 |
![]() | Method 'injectEJB' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Expected @param tag for '<A>'. | 66 |
![]() | Parameter ejbInterfaceUsed should be final. | 66 |
![]() | Parameter bean should be final. | 66 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'clearInjectedEJBs' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Method 'setCallerPrincipal' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter principal should be final. | 85 |
![]() | Expected @param tag for 'principal'. | 85 |
![]() | Missing a Javadoc comment. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'setupJNDIContext' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Method 'clearJNDIContext' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'publishOnJNDI' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter name should be final. | 62 |
![]() | Parameter object should be final. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | '+' should be on a new line. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Expected an @return tag. | 80 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter memoryContext should be final. | 21 |
![]() | 'memoryContext' hides a field. | 21 |
![]() | Method 'lookup' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter name should be final. | 25 |
![]() | Method 'lookup' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter name should be final. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'bind' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter name should be final. | 38 |
![]() | Parameter obj should be final. | 38 |
![]() | Method 'bind' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter name should be final. | 42 |
![]() | Parameter obj should be final. | 42 |
![]() | Method 'rebind' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter name should be final. | 46 |
![]() | Parameter obj should be final. | 46 |
![]() | Method 'rebind' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter name should be final. | 50 |
![]() | Parameter obj should be final. | 50 |
![]() | Method 'unbind' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter name should be final. | 54 |
![]() | Method 'unbind' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter name should be final. | 58 |
![]() | Method 'rename' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter oldName should be final. | 62 |
![]() | Parameter newName should be final. | 62 |
![]() | Method 'rename' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter oldName should be final. | 66 |
![]() | Parameter newName should be final. | 66 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Method 'list' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter name should be final. | 72 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'list' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter name should be final. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Method 'listBindings' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter name should be final. | 80 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Method 'listBindings' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter name should be final. | 84 |
![]() | Method 'destroySubcontext' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter name should be final. | 88 |
![]() | Method 'destroySubcontext' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter name should be final. | 92 |
![]() | Method 'createSubcontext' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter name should be final. | 96 |
![]() | Method 'createSubcontext' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter name should be final. | 100 |
![]() | Method 'lookupLink' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter name should be final. | 104 |
![]() | Method 'lookupLink' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter name should be final. | 108 |
![]() | Method 'getNameParser' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter name should be final. | 112 |
![]() | Method 'getNameParser' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter name should be final. | 116 |
![]() | Method 'composeName' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Parameter name should be final. | 120 |
![]() | Parameter prefix should be final. | 120 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Method 'composeName' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter name should be final. | 124 |
![]() | Parameter prefix should be final. | 124 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Method 'addToEnvironment' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter propName should be final. | 128 |
![]() | Parameter propVal should be final. | 128 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Method 'removeFromEnvironment' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter propName should be final. | 132 |
![]() | Method 'getEnvironment' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Method 'getNameInNamespace' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'getInitialContext' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter environment should be final. | 18 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter child should be final. | 13 |
![]() | 'child' hides a field. | 13 |
![]() | Line is longer than 80 characters. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter child should be final. | 14 |
![]() | 'child' hides a field. | 14 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter klass should be final. | 22 |
![]() | Method 'classBlock' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter notifier should be final. | 29 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'methodBlock' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Parameter method should be final. | 42 |
![]() | '}' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter method should be final. | 78 |
![]() | Parameter target should be final. | 78 |
![]() | Parameter statement should be final. | 78 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter method should be final. | 82 |
![]() | Parameter target should be final. | 82 |
![]() | Parameter statement should be final. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'withAfterTestTransaction' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter method should be final. | 86 |
![]() | Parameter target should be final. | 86 |
![]() | Parameter statement should be final. | 86 |
![]() | Line is longer than 80 characters. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Parameter message should be final. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter target should be final. | 23 |
![]() | 'target' hides a field. | 23 |
![]() | Parameter statement should be final. | 23 |
![]() | 'statement' hides a field. | 23 |
![]() | Line is longer than 80 characters. | 31 |
![]() | '+' should be on a new line. | 31 |
![]() | Line is longer than 80 characters. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - com.markatta.jee5unit.framework.EJBTestCase. | 3 |
![]() | Unused import - com.markatta.jee5unit.framework.EntityTestCase. | 4 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter klass should be final. | 34 |
![]() | Parameter method should be final. | 41 |
![]() | '}' is not followed by whitespace. | 50 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter method should be final. | 72 |
![]() | Parameter target should be final. | 72 |
![]() | Parameter statement should be final. | 72 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter method should be final. | 76 |
![]() | Parameter target should be final. | 76 |
![]() | Parameter statement should be final. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter method should be final. | 80 |
![]() | Parameter target should be final. | 80 |
![]() | Parameter statement should be final. | 80 |
![]() | Line is longer than 80 characters. | 81 |