The following document contains the results of Checkstyle .
Files | Infos | Warnings | Errors |
---|---|---|---|
106 | 307 | 494 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 284 | Error |
JavadocType | 26 | Error |
JavadocVariable | 183 | Info |
JavadocStyle | 3 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 5 | Error |
MemberName | 2 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RedundantImport | 1 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 0 | Ignore |
MethodLength | 0 | Error |
AvoidNestedBlocks | 15 | Error |
EmptyBlock
|
3 | Error |
LeftCurly | 0 | Ignore |
NeedBraces | 0 | Error |
RightCurly | 0 | Ignore |
AvoidInlineConditionals | 8 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
MagicNumber | 46 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 5 | Error |
SimplifyBooleanReturn | 0 | Error |
FinalClass | 1 | Error |
HideUtilityClassConstructor | 11 | Error |
VisibilityModifier | 13 | Error |
FinalParameters | 0 | Ignore |
GenericIllegalRegexp
|
0 | Ignore |
TodoComment | 6 | Error |
EmptyBlock
|
3 | Error |
MultipleStringLiterals | 100 | Info |
CyclomaticComplexity | 6 | Error |
ClassFanOutComplexity | 7 | Info |
GenericIllegalRegexp
|
0 | Error |
IllegalCatch | 9 | Info |
JUnitTestCase | 0 | Error |
CovariantEquals | 0 | Error |
JavaNCSS | 3 | Info |
IllegalThrows | 3 | Error |
MissingCtor | 1 | Error |
ModifiedControlVariable | 0 | Error |
ParameterAssignment | 12 | Error |
SimplifyBooleanExpression | 0 | Error |
StringLiteralEquality | 0 | Error |
MutableException | 1 | Error |
GenericIllegalRegexp
|
3 | Error |
ParameterNumber | 1 | Error |
ReturnCount | 13 | Info |
ReturnCount
|
13 | Error |
BooleanExpressionComplexity | 2 | Info |
MultipleStringLiterals
|
100 | Error |
ClassDataAbstractionCoupling | 5 | Info |
DeclarationOrder | 20 | Error |
HiddenField
|
3 | Error |
IllegalInstantiation | 0 | Info |
GenericIllegalRegexp
|
0 | Error |
EqualsHashCode | 0 | Info |
Translation | 0 | Error |
NewlineAtEndOfFile | 0 | Error |
StrictDuplicateCode
|
0 | Ignore |
StrictDuplicateCode
|
0 | Error |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'suRootPath' hides a field. | 66 | |
Catching 'Exception' is not allowed. | 106 | |
The String "CIC001012_Error_registering_endpoint" appears 2 times in the file. | 109 | |
The String "CIC001011_Error_reading_copy_file" appears 2 times in the file. | 172 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 24 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Return count is 6 (max allowed is 2). | 97 | |
Return count is 6 (max allowed is 4). | 97 | |
Throwing 'Throwable' is not allowed. | 97 | |
Throwing 'Throwable' is not allowed. | 141 | |
Redundant throws: 'SQLException' is subclass of 'Throwable'. | 141 | |
Missing a Javadoc comment. | 159 | |
Return count is 3 (max allowed is 2). | 159 | |
Missing a Javadoc comment. | 177 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Utility classes should not have a public or default constructor. | 18 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Cyclomatic Complexity is 16 (max allowed is 10). | 42 | |
Missing a Javadoc comment. | 42 | |
More than 7 parameters. | 42 | |
Assignment of parameter 'value' is not allowed. | 44 | |
Assignment of parameter 'value' is not allowed. | 45 | |
Avoid inline conditionals. | 47 | |
Assignment of parameter 'value' is not allowed. | 51 | |
'0x0f' is a magic number. | 69 | |
Boolean expression complexity is 5 (max allowed is 3). | 71 | |
'4' is a magic number. | 73 | |
'4' is a magic number. | 76 | |
'0xf0' is a magic number. | 80 | |
Cyclomatic Complexity is 16 (max allowed is 10). | 94 | |
Missing a Javadoc comment. | 94 | |
Avoid inline conditionals. | 95 | |
Avoid nested blocks. | 102 | |
Avoid nested blocks. | 103 | |
Avoid nested blocks. | 104 | |
The String "CIC002119_Sign_not_recognized" appears 2 times in the file. | 105 | |
Boolean expression complexity is 5 (max allowed is 3). | 115 | |
'0xf0' is a magic number. | 116 | |
'4' is a magic number. | 116 | |
'0x0f' is a magic number. | 122 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Name 'ServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
Utility classes should not have a public or default constructor. | 17 | |
Missing a Javadoc comment. | 37 | |
The String "CIC002116_Code_page_not_supported" appears 6 times in the file. | 42 | |
The String "CIC002117_Size_error" appears 2 times in the file. | 47 | |
The String "CIC002118_Error_code" appears 2 times in the file. | 94 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 117 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 10 (max allowed is 7) classes [DeploymentException, ServiceUnit, ArrayList, J2CAccount, ServiceDescriptor, WsdlFilter, CICSInteractionDescription, Jbi4cicsEndpoint, File, SimpleLocation]. | 56 | |
Class Fan-Out Complexity is 33 (max allowed is 20). | 56 | |
Catching 'Exception' is not allowed. | 168 | |
The String "CIC001035_Could_not_register_endpoint" appears 2 times in the file. | 169 | |
The String "CIC001040_Error_loading_location_type" appears 2 times in the file. | 413 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 122 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
Utility classes should not have a public or default constructor. | 17 | |
Missing a Javadoc comment. | 33 | |
Variable access definition in wrong order. | 33 | |
Missing a Javadoc comment. | 34 | |
Variable access definition in wrong order. | 34 | |
Missing a Javadoc comment. | 35 | |
Variable access definition in wrong order. | 35 | |
Missing a Javadoc comment. | 46 | |
Assignment of parameter 'value' is not allowed. | 49 | |
Assignment of parameter 'value' is not allowed. | 51 | |
Assignment of parameter 'value' is not allowed. | 55 | |
'4' is a magic number. | 88 | |
'0x0f' is a magic number. | 92 | |
'0x0f' is a magic number. | 95 | |
'0x0f' is a magic number. | 96 | |
'4' is a magic number. | 102 | |
Missing a Javadoc comment. | 110 | |
'0x0F' is a magic number. | 119 | |
Avoid nested blocks. | 121 | |
Avoid nested blocks. | 122 | |
Avoid nested blocks. | 123 | |
The String "CIC002115_Signed_decimal_int_not_found" appears 2 times in the file. | 124 | |
'0xF0' is a magic number. | 129 | |
'4' is a magic number. | 129 | |
'0x0F' is a magic number. | 133 | |
'0xF0' is a magic number. | 134 | |
'4' is a magic number. | 134 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Variable 'connectionFactory' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 52 | |
The String "CIC000302_Wrong_execution_of_the_request" appears 2 times in the file. | 70 | |
The String "CIC000303_Error_executing_the_request" appears 2 times in the file. | 76 | |
Missing a Javadoc comment. | 89 | |
The String "CIC000304_Error_releasing_resources" appears 2 times in the file. | 99 | |
Missing a Javadoc comment. | 104 | |
The String "CIC000305_Error_getting_interaction_from_JCA" appears 2 times in the file. | 110 | |
Missing a Javadoc comment. | 115 | |
The String "CIC000306_Error_getting_connection_from_JCA" appears 2 times in the file. | 126 | |
The String "CIC000307_Error_retrieving_JCA_connection_factory" appears 2 times in the file. | 148 | |
The String "CIC000308_Lookup_failed" appears 2 times in the file. | 152 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 28 | |
Unused @param tag for 'resultSet'. | 39 | |
Expected @param tag for 'cacheRowSet'. | 41 |
Violation | Message | Line |
---|---|---|
The String "CIC000400_Error_istantiating_connection_spec" appears 12 times in the file. | 69 | |
The String "CIC000404_Connection_spec_not_found" appears 2 times in the file. | 94 | |
The String "CIC000405_Cics_interaction_description_not_found" appears 2 times in the file. | 110 | |
The String "CIC000401_Expected_commarea_bean_mapping_descriptor" appears 4 times in the file. | 160 | |
The String "setCommareaLength" appears 2 times in the file. | 177 | |
The String "CIC000402_Error_setting_commarea_lengths" appears 2 times in the file. | 187 | |
The String "CIC000403_Method_invocation_error" appears 12 times in the file. | 211 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 55 | |
The String " millis" appears 3 times in the file. | 77 | |
The String "]" appears 3 times in the file. | 78 | |
The String "CIC002301_Formatting_input_bean_error" appears 2 times in the file. | 81 | |
The String "CIC002302_Error_executing_call" appears 2 times in the file. | 103 | |
The String "CIC002303_IO_exception=CIC002303" appears 2 times in the file. | 121 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 23 (max allowed is 20). | 39 | |
Expected @param tag for 'serviceContext'. | 65 | |
Expected @throws tag for 'FormatException'. | 65 | |
The String "CIC001801_Jdbc_statement_descriptor_not_found" appears 2 times in the file. | 69 | |
Avoid nested blocks. | 80 | |
Avoid nested blocks. | 85 | |
Cyclomatic Complexity is 16 (max allowed is 10). | 121 | |
NCSS for this method is 60 (max allowed is 50). | 121 | |
Expected @param tag for 'serviceContext'. | 121 | |
Expected @throws tag for 'FormatException'. | 121 | |
The String "CIC001803_Jdbc_bean_mapping_descriptor_not_found" appears 2 times in the file. | 125 | |
The String "CIC001804_Jdbc_output_message_not_found" appears 2 times in the file. | 136 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
The String "CIC001800_Not_implemented" appears 3 times in the file. | 81 |
Violation | Message | Line |
---|---|---|
Comment matches to-do format 'TODO:'. | 22 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Name 'JNDIConnectionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 138 | |
'17' is a magic number. | 139 | |
'37' is a magic number. | 139 |
Violation | Message | Line |
---|---|---|
The String "." appears 2 times in the file. | 39 | |
Return count is 3 (max allowed is 2). | 102 | |
Return count is 3 (max allowed is 2). | 146 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 14 |
Violation | Message | Line |
---|---|---|
Unclosed HTML tag found: <propertyName/proertyIndex,FieldDescriptor> | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 50 | |
Class Data Abstraction Coupling is 14 (max allowed is 7) classes [ByteArrayOutputStream, ByteArrayInputStream, ServiceInterfaceGenerator, QName, DOMSource, Jbi4cicsException, ServiceBeanGenerator, FileWriter, StreamResult, ServiceCreator, Jbi4cicsExchangeProcessor, StringReader, CommareaParser, CommareaLexer]. | 50 | |
Class Fan-Out Complexity is 39 (max allowed is 20). | 50 | |
Missing a Javadoc comment. | 100 | |
Expected @throws tag for 'Jbi4cicsException'. | 144 | |
Expected @throws tag for 'IOException'. | 144 | |
Expected @throws tag for 'ANTLRException'. | 145 | |
Expected @throws tag for 'SAXException'. | 145 | |
Expected @throws tag for 'ParserConfigurationException'. | 145 | |
Expected @throws tag for 'WSDLException'. | 146 | |
Expected @throws tag for 'TransformerException'. | 146 | |
Unused @throws tag for 'IllegalArgumentException'. | 316 | |
Missing a Javadoc comment. | 326 | |
'4096' is a magic number. | 328 | |
Missing a Javadoc comment. | 376 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 19 | |
Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 36 | |
Return count is 5 (max allowed is 2). | 36 | |
Return count is 5 (max allowed is 4). | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 105 | |
The String "CIC001805_Jdbc_parameter_descriptor_not_found" appears 2 times in the file. | 107 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 140 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
The String "CIC001600_Error_adding_field_mapping" appears 2 times in the file. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 98 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 20 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 25 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 45 | |
Return count is 4 (max allowed is 2). | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 128 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 36 | |
Variable 'locationName' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'connectionType' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 69 | |
Return count is 4 (max allowed is 2). | 77 | |
Return count is 4 (max allowed is 2). | 94 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 13 (max allowed is 10). | 62 | |
Missing a Javadoc comment. | 62 | |
NCSS for this method is 52 (max allowed is 50). | 62 | |
The String "CIC001301_Invalid_username" appears 2 times in the file. | 99 | |
The String "CIC001302_Invalid_password" appears 2 times in the file. | 109 | |
The String "CIC001303_Invalid_connection_type" appears 2 times in the file. | 120 | |
The String "CIC001304_Invalid_jndi_connection_name" appears 2 times in the file. | 130 | |
The String "CIC001305_Invalid_program_name" appears 2 times in the file. | 140 | |
The String "CIC001306_Invalid_transaction_name" appears 2 times in the file. | 149 | |
The String "CIC001307_Invalid_tpn" appears 2 times in the file. | 160 | |
The String ">\n" appears 2 times in the file. | 164 |
Violation | Message | Line |
---|---|---|
Class HexDump should be declared as final. | 35 | |
Missing a Javadoc comment. | 49 | |
Variable access definition in wrong order. | 49 | |
The String "line.separator" appears 2 times in the file. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 65 | |
Cyclomatic Complexity is 12 (max allowed is 10). | 86 | |
Redundant throws: 'ArrayIndexOutOfBoundsException' is unchecked exception. | 88 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 89 | |
The String "CIC002112_Illegal_index" appears 4 times in the file. | 99 | |
The String "CIC002113_Cannot_write_nullstream" appears 2 times in the file. | 105 | |
Name 'display_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
'74' is a magic number. | 111 | |
Name 'data_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
'16' is a magic number. | 115 | |
Name 'chars_read' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
'16' is a magic number. | 119 | |
'16' is a magic number. | 121 | |
'16' is a magic number. | 126 | |
The String " " appears 2 times in the file. | 134 | |
'127' is a magic number. | 140 | |
Redundant throws: 'ArrayIndexOutOfBoundsException' is unchecked exception. | 177 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 178 | |
Name 'display_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
'74' is a magic number. | 205 | |
'16' is a magic number. | 207 | |
Name 'chars_read' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
'16' is a magic number. | 211 | |
'16' is a magic number. | 213 | |
'16' is a magic number. | 216 | |
'127' is a magic number. | 230 | |
Missing a Javadoc comment. | 246 | |
'8' is a magic number. | 250 | |
'8' is a magic number. | 252 | |
'15' is a magic number. | 252 | |
Missing a Javadoc comment. | 257 | |
'6' is a magic number. | 263 | |
'15' is a magic number. | 263 | |
The String ", " appears 2 times in the file. | 282 | |
'10' is a magic number. | 301 | |
'0.5' is a magic number. | 301 | |
'4' is a magic number. | 333 | |
'8' is a magic number. | 355 | |
'16' is a magic number. | 366 | |
Missing a Javadoc comment. | 370 | |
'16' is a magic number. | 375 | |
'15' is a magic number. | 375 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 60 | |
Expected @param tag for 'propertyName'. | 75 | |
Expected @param tag for 'fieldIndex'. | 75 | |
Expected @param tag for 'fieldDescriptor'. | 76 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 113 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 54 | |
The String "CIC000600_Expected_disconnected_statement_input_message" appears 2 times in the file. | 63 | |
The String "CIC000601_Expected_jdbc_statement_descriptor_input_message" appears 2 times in the file. | 69 | |
The String "CIC000602_Error_preparing_statement" appears 2 times in the file. | 79 | |
Avoid nested blocks. | 84 | |
Avoid nested blocks. | 88 | |
Avoid nested blocks. | 97 | |
The String "CIC000603_Unexpected_sql_type" appears 2 times in the file. | 98 | |
The String "CIC000604_Error_executing_statement" appears 2 times in the file. | 105 | |
Missing a Javadoc comment. | 119 | |
The String "CIC000606_Error_retrieving_data_source" appears 2 times in the file. | 133 | |
The String "CIC000608_Error_getting_connection_data_source" appears 2 times in the file. | 144 | |
Missing a Javadoc comment. | 149 | |
The String "CIC000609_Error_releasing_resources" appears 2 times in the file. | 159 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 265 | |
Missing a Javadoc comment. | 271 |
Violation | Message | Line |
---|---|---|
Redundant import from the same package - it.imolinfo.jbi4cics.jbi.processor.wsdl11wrapper.*. | 33 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
The String "<" appears 3 times in the file. | 136 | |
The String ">\n" appears 4 times in the file. | 160 | |
The String ">" appears 2 times in the file. | 167 | |
The String "</" appears 3 times in the file. | 168 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 55 | |
The String "CIC002400_Class_generation_error" appears 2 times in the file. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 41 | |
The String "CIC000500_Error_istantiating_connection_spec" appears 12 times in the file. | 49 | |
Must have at least one statement. | 65 | |
The String "CIC000501_InteractionSpec_not_retrieved" appears 2 times in the file. | 81 | |
Missing a Javadoc comment. | 91 | |
Must have at least one statement. | 108 | |
The String "CIC000502_ConnectionSpec_not_retrieved" appears 2 times in the file. | 123 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 | |
The String "CIC002114_Unexpected_size" appears 2 times in the file. | 41 | |
'0xff' is a magic number. | 45 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 70 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 |
Violation | Message | Line |
---|---|---|
'svcPackageName' hides a field. | 184 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 | |
Class Data Abstraction Coupling is 11 (max allowed is 7) classes [StAXSourceTransformer, StringWriter, StaxSerializer, SimpleAttachment, ByteArrayOutputStream, StringSource, JavaMailAttachments, SourceTransformer, InMessage, MessageContext, org.codehaus.xfire.exchange.MessageExchange]. | 55 | |
Class Fan-Out Complexity is 39 (max allowed is 20). | 55 | |
Missing a Javadoc comment. | 69 | |
Variable access definition in wrong order. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable access definition in wrong order. | 70 | |
Missing a Javadoc comment. | 71 | |
Variable access definition in wrong order. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable access definition in wrong order. | 72 | |
Missing a Javadoc comment. | 73 | |
Variable access definition in wrong order. | 73 | |
Missing a Javadoc comment. | 75 | |
Variable 'channel' must be private and have accessor methods. | 75 | |
Missing a Javadoc comment. | 76 | |
Variable 'endpoint' must be private and have accessor methods. | 76 | |
Missing a Javadoc comment. | 77 | |
Variable 'transformer' must be private and have accessor methods. | 77 | |
Missing a Javadoc comment. | 79 | |
Cyclomatic Complexity is 17 (max allowed is 10). | 84 | |
Missing a Javadoc comment. | 84 | |
NCSS for this method is 84 (max allowed is 50). | 84 | |
Comment matches to-do format 'TODO:'. | 95 | |
Missing a Javadoc comment. | 224 | |
Missing a Javadoc comment. | 228 | |
Missing a Javadoc comment. | 231 | |
Missing a Javadoc comment. | 235 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 38 | |
Assignment of parameter 'value' is not allowed. | 46 | |
The String "CIC002104_String_not_found" appears 2 times in the file. | 48 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 71 | |
The String "CIC002109_Integer_too_much_long" appears 2 times in the file. | 75 | |
Missing a Javadoc comment. | 82 | |
Assignment of parameter 'value' is not allowed. | 90 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 114 | |
Assignment of parameter 'value' is not allowed. | 122 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 141 | |
Missing a Javadoc comment. | 155 | |
Assignment of parameter 'value' is not allowed. | 163 | |
Missing a Javadoc comment. | 169 | |
Missing a Javadoc comment. | 179 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 188 | |
Missing a Javadoc comment. | 202 | |
Missing a Javadoc comment. | 213 | |
Missing a Javadoc comment. | 219 | |
Missing a Javadoc comment. | 224 | |
Missing a Javadoc comment. | 238 | |
Missing a Javadoc comment. | 279 | |
Missing a Javadoc comment. | 281 | |
Missing a Javadoc comment. | 284 | |
Missing a Javadoc comment. | 287 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Variable 'sql' must be private and have accessor methods. | 22 | |
Missing a Javadoc comment. | 23 | |
Variable 'autoGeneratedKeys' must be private and have accessor methods. | 23 | |
Missing a Javadoc comment. | 24 | |
Variable 'columnIndexes' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 25 | |
Variable 'columnNames' must be private and have accessor methods. | 25 | |
Return count is 4 (max allowed is 2). | 91 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 53 | |
The String "CIC002102_Unrecognized_cobol_type" appears 4 times in the file. | 58 | |
Missing a Javadoc comment. | 71 | |
The String "CIC002105_Array_not_found" appears 2 times in the file. | 79 | |
The String "CIC002106_Array_size_not_allowed" appears 2 times in the file. | 86 | |
Assignment of parameter 'offset' is not allowed. | 104 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 119 | |
The String "numberValue.toString(): " appears 3 times in the file. | 126 | |
The String "CIC002107_Number_not_found" appears 6 times in the file. | 134 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 159 | |
First sentence should end with a period. | 181 | |
Expected an @return tag. | 194 | |
Expected @param tag for 'buffer'. | 194 | |
Expected @param tag for 'desc'. | 194 | |
Expected @param tag for 'offset'. | 195 | |
Expected @throws tag for 'FormatException'. | 195 | |
The String "CIC002108_Not_enough_space_reading_cobol_type" appears 2 times in the file. | 201 | |
Missing a Javadoc comment. | 213 | |
Assignment of parameter 'offset' is not allowed. | 228 | |
Missing a Javadoc comment. | 233 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 60 | |
The String "CIC000312_Error_setting_commarea_lengths" appears 2 times in the file. | 73 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
The field 'localizedMessage' must be declared final. | 29 | |
Missing a Javadoc comment. | 110 |
Violation | Message | Line |
---|---|---|
The String "CIC001314_Element_found_many_times" appears 2 times in the file. | 157 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 19 | |
Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Class should define a constructor. | 21 | |
Utility classes should not have a public or default constructor. | 21 | |
First sentence should end with a period. | 29 | |
Expected an @return tag. | 36 | |
Expected @param tag for 'commareaBeanMappingDescriptor'. | 36 | |
Expected @throws tag for 'FormatException'. | 36 | |
Avoid nested blocks. | 61 | |
Avoid nested blocks. | 66 | |
Avoid nested blocks. | 83 | |
Avoid nested blocks. | 91 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
The String "jbi://" appears 2 times in the file. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
The String "CIC001800_Not_implemented" appears 2 times in the file. | 61 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 88 | |
Catching 'Exception' is not allowed. | 123 | |
The String "CIC001005_Init_error" appears 2 times in the file. | 126 | |
Missing a Javadoc comment. | 132 | |
The String "CIC001006_Null_mBeanServer" appears 2 times in the file. | 142 | |
Catching 'Exception' is not allowed. | 172 | |
The String "CIC001007_Clean_up_error" appears 2 times in the file. | 175 | |
Missing a Javadoc comment. | 181 | |
Catching 'Exception' is not allowed. | 213 | |
The String "CIC001008_On_install_error" appears 2 times in the file. | 216 | |
Missing a Javadoc comment. | 222 | |
Catching 'Exception' is not allowed. | 243 | |
The String "CIC001009_On_uninstall_error" appears 2 times in the file. | 246 | |
Missing a Javadoc comment. | 252 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 55 | |
'bcelClassLoader' hides a field. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 51 | |
The String "CIC001702_Expected_commarea_bean_mapping_descriptor" appears 4 times in the file. | 60 | |
Missing a Javadoc comment. | 89 | |
The String "CIC001703_Expected_byte_array" appears 2 times in the file. | 109 | |
The String "]\nin output bean: " appears 2 times in the file. | 138 |
Violation | Message | Line |
---|---|---|
Class Fan-Out Complexity is 26 (max allowed is 20). | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 76 | |
The String "CIC001400_Error_closing_output_stream" appears 2 times in the file. | 85 | |
Comment matches to-do format 'TODO:'. | 111 | |
Must have at least one statement. | 123 | |
Catching 'Exception' is not allowed. | 128 | |
The String "CIC001404_Error_sending_exchange" appears 2 times in the file. | 129 | |
Missing a Javadoc comment. | 137 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
The String "Dummy" appears 2 times in the file. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 74 | |
Avoid inline conditionals. | 77 | |
Avoid inline conditionals. | 79 | |
Missing a Javadoc comment. | 83 | |
The String "java/lang/Object" appears 2 times in the file. | 90 | |
Expected an @return tag. | 99 | |
Expected @param tag for 'loader'. | 99 | |
Expected @throws tag for 'ClassGenerationException'. | 100 | |
The String "CIC002400_Class_generation_error" appears 4 times in the file. | 149 | |
The String "<init>" appears 2 times in the file. | 174 | |
The String "()V" appears 2 times in the file. | 174 | |
The String "toString" appears 2 times in the file. | 199 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 156 | |
Expected @throws tag for 'FormatException'. | 309 | |
The String "CIC002110_Unknown_cobol_type" appears 2 times in the file. | 313 | |
Missing a Javadoc comment. | 388 | |
The String "CIC002111_Unexpected_cobol_type" appears 2 times in the file. | 392 | |
Missing a Javadoc comment. | 399 | |
Missing a Javadoc comment. | 403 | |
Missing a Javadoc comment. | 407 | |
Missing a Javadoc comment. | 411 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Variable access definition in wrong order. | 62 | |
Variable 'resultSetType' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 63 | |
Variable access definition in wrong order. | 63 | |
Variable 'resultSetConcurrency' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable access definition in wrong order. | 64 | |
Variable 'resultSetHoldability' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 98 | |
Return count is 9 (max allowed is 2). | 98 | |
Return count is 9 (max allowed is 4). | 98 | |
Throwing 'Throwable' is not allowed. | 98 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 147 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 166 | |
The String "CIC000705_Illegal_access" appears 2 times in the file. | 255 | |
The String "CIC000706_Target_exception" appears 2 times in the file. | 259 | |
The String ", " appears 3 times in the file. | 274 | |
Avoid inline conditionals. | 275 | |
Avoid inline conditionals. | 276 | |
Avoid inline conditionals. | 277 | |
Missing a Javadoc comment. | 292 | |
Missing a Javadoc comment. | 293 | |
Missing a Javadoc comment. | 294 | |
Missing a Javadoc comment. | 327 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 43 | |
Class Data Abstraction Coupling is 8 (max allowed is 7) classes [StreamResult, ByteArrayOutputStream, java.io.StringReader, WrapperProcessingException, StringSource, StringReader, InputSource, DOMSource]. | 43 | |
Class Fan-Out Complexity is 27 (max allowed is 20). | 43 | |
Utility classes should not have a public or default constructor. | 43 | |
Variable access definition in wrong order. | 58 | |
Missing a Javadoc comment. | 60 | |
Variable access definition in wrong order. | 60 | |
Missing a Javadoc comment. | 62 | |
Variable access definition in wrong order. | 62 | |
Missing a Javadoc comment. | 64 | |
Variable access definition in wrong order. | 64 | |
Missing a Javadoc comment. | 66 | |
Variable access definition in wrong order. | 66 | |
Missing a Javadoc comment. | 68 | |
Variable access definition in wrong order. | 68 | |
Missing a Javadoc comment. | 70 | |
Variable access definition in wrong order. | 70 | |
Missing a Javadoc comment. | 72 | |
Variable access definition in wrong order. | 72 | |
Comment matches to-do format 'TODO:'. | 272 | |
Comment matches to-do format 'TODO:'. | 288 | |
The String "UTF-8" appears 4 times in the file. | 300 | |
Catching 'Exception' is not allowed. | 301 | |
The String "yes" appears 2 times in the file. | 328 | |
Avoid inline conditionals. | 333 | |
Comment matches to-do format 'TODO:'. | 373 | |
Line matches the illegal pattern 'printStackTrace'. | 396 | |
Catching 'Exception' is not allowed. | 432 | |
Line matches the illegal pattern 'printStackTrace'. | 433 | |
Line matches the illegal pattern 'printStackTrace'. | 443 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 17 (max allowed is 7) classes [ServiceInvoker, ObjectServiceFactory, ByteArrayOutputStream, ByteArrayInputStream, ServiceInterfaceGenerator, BCELClassLoader, QName, Jbi4cicsException, ServiceBeanGenerator, Jbi4CicsAddress, JbiTransport, BigIntegerType, Jbi4CicsBinding, InputSource, BigDecimalType, HashMap, DefaultXFire]. | 62 | |
Class Fan-Out Complexity is 46 (max allowed is 20). | 62 | |
Missing a Javadoc comment. | 232 |