# | File | Line | Column |
1 | MissingPackageDeclarationRuleViolationTestCase.java | 32 | 9 |
2 | com/hammurapi/inspectors/testcases/violations/RootPackageRuleViolationTestCase.java | 32 | 9 |
3 | org/hammurapi/inspectors/performance/testcases/fixes/StringConcatenationInspectorFixTestCase.java | 29 | 1 |
4 | org/hammurapi/inspectors/performance/testcases/violations/StringConcatenationInspectorViolationTestCase.java | 29 | 1 |
5 | org/hammurapi/inspectors/testcases/HammurapiTestCasesException.java | 31 | 1 |
6 | org/hammurapi/inspectors/testcases/fixes/AbstractMethodFromConstructorRuleFixTestCase.java | 32 | 9 |
7 | org/hammurapi/inspectors/testcases/fixes/AbstractMethodInConstructorRuleFixTestCase.java | 30 | 1 |
8 | org/hammurapi/inspectors/testcases/fixes/AccessToStaticMembersRuleFixTestCase.java | 32 | 9 |
9 | org/hammurapi/inspectors/testcases/fixes/AlphabeticalImportRuleFixTestCase.java | 29 | 9 |
10 | org/hammurapi/inspectors/testcases/fixes/ArrayDeclarationRuleFixTestCase.java | 31 | 9 |
11 | org/hammurapi/inspectors/testcases/fixes/AssignmentInsideConditionalRuleFixTestCase.java | 31 | 9 |
12 | org/hammurapi/inspectors/testcases/fixes/AssignmentSnooperFixTestCase.java | 30 | 1 |
13 | org/hammurapi/inspectors/testcases/fixes/BooleanEqualityRuleFixTestCase.java | 31 | 9 |
14 | org/hammurapi/inspectors/testcases/fixes/BraceRuleFixTestCase.java | 31 | 9 |
15 | org/hammurapi/inspectors/testcases/fixes/CastingPrimitiveTypesRuleFixTestCase.java | 32 | 9 |
16 | org/hammurapi/inspectors/testcases/fixes/CatchTooGeneralExceptionTypeRuleFixTestCase.java | 36 | 9 |
17 | org/hammurapi/inspectors/testcases/fixes/CloseJdbcResourcesRuleFixTestCase.java | 30 | 1 |
18 | org/hammurapi/inspectors/testcases/fixes/CloseStreamsInFinallyBlockRuleFixTestCase.java | 30 | 1 |
19 | org/hammurapi/inspectors/testcases/fixes/CodeTooLongRuleFixTestCase.java | 37 | 9 |
20 | org/hammurapi/inspectors/testcases/fixes/CommonPrefixRuleFixTestCase.java | 30 | 1 |
21 | org/hammurapi/inspectors/testcases/fixes/ConditionalExpressionRuleFixTestCase.java | 32 | 9 |
22 | org/hammurapi/inspectors/testcases/fixes/ConstructorWithoutSuperRuleFixTestCase.java | 32 | 9 |
23 | org/hammurapi/inspectors/testcases/fixes/ConstructorsInCloneRuleFixTestCase.java | 32 | 9 |
24 | org/hammurapi/inspectors/testcases/fixes/ContinueRuleFixTestCase.java | 34 | 9 |
25 | org/hammurapi/inspectors/testcases/fixes/CyclomaticComplexityRule2FixTestCase.java | 35 | 9 |
26 | org/hammurapi/inspectors/testcases/fixes/CyclomaticComplexityRuleFixTestCase.java | 32 | 9 |
27 | org/hammurapi/inspectors/testcases/fixes/DeadlockRuleFixTestCase.java | 30 | 1 |
28 | org/hammurapi/inspectors/testcases/fixes/DefineLoggerForClassRuleFixTestCase.java | 33 | 9 |
29 | org/hammurapi/inspectors/testcases/fixes/DefineLoggerPrivateStaticFixTestCase.java | 30 | 1 |
30 | org/hammurapi/inspectors/testcases/fixes/DeprecatedRuleFixTestCase.java | 30 | 9 |
31 | org/hammurapi/inspectors/testcases/fixes/DirectoryStructureRuleFixTestCase.java | 32 | 9 |
32 | org/hammurapi/inspectors/testcases/fixes/DoNotUseFinalizeRuleFixTestCase.java | 30 | 1 |
33 | org/hammurapi/inspectors/testcases/fixes/DoNotUseNewForStringsRuleFixTestCase.java | 32 | 9 |
34 | org/hammurapi/inspectors/testcases/fixes/DoNotUseTypeRuleFixTestCase.java | 29 | 9 |
35 | org/hammurapi/inspectors/testcases/fixes/DuplicateImportRuleFixTestCase.java | 40 | 9 |
36 | org/hammurapi/inspectors/testcases/fixes/EjbPostCreateModifiersRuleFixTestCase.java | 38 | 9 |
37 | org/hammurapi/inspectors/testcases/fixes/EmptyBodiesRuleFixTestCase.java | 32 | 9 |
38 | org/hammurapi/inspectors/testcases/fixes/EmptyCatchBlockRuleFixTestCase.java | 38 | 9 |
39 | org/hammurapi/inspectors/testcases/fixes/EmptyCompilationUnitRuleFixTestCase.java | 32 | 9 |
40 | org/hammurapi/inspectors/testcases/fixes/EmptyFinallyBlockRuleFixTestCase.java | 39 | 9 |
41 | org/hammurapi/inspectors/testcases/fixes/EmptyStatementsFixTestCase.java | 32 | 9 |
42 | org/hammurapi/inspectors/testcases/fixes/EnsureVoidReturnTypeForSessionBeanEjbCreateRuleFixTestCase.java | 36 | 9 |
43 | org/hammurapi/inspectors/testcases/fixes/FileHeaderRuleFixTestCase.java | 31 | 9 |
44 | org/hammurapi/inspectors/testcases/fixes/FilesPerPackageFixTestCase.java | 30 | 1 |
45 | org/hammurapi/inspectors/testcases/fixes/FinalParametersRuleFixTestCase.java | 32 | 9 |
46 | org/hammurapi/inspectors/testcases/fixes/ForConditionRuleFixTestCase.java | 34 | 9 |
47 | org/hammurapi/inspectors/testcases/fixes/ForInitRuleFixTestCase.java | 34 | 9 |
48 | org/hammurapi/inspectors/testcases/fixes/ForIteratorRuleFixTestCase.java | 34 | 9 |
49 | org/hammurapi/inspectors/testcases/fixes/ForLoopControlVariablesRuleFixTestCase.java | 34 | 9 |
50 | org/hammurapi/inspectors/testcases/fixes/HardcodedCharacterLiteralsRuleFixTestCase.java | 32 | 9 |
51 | org/hammurapi/inspectors/testcases/fixes/HardcodedNumericLiteralsRuleFixTestCase.java | 32 | 9 |
52 | org/hammurapi/inspectors/testcases/fixes/HardcodedStringLiteralsRuleFixTestCase.java | 32 | 9 |
53 | org/hammurapi/inspectors/testcases/fixes/HidingInheritedFieldsRuleFixTestCase.java | 35 | 9 |
54 | org/hammurapi/inspectors/testcases/fixes/IndentationRuleFixTestCase.java | 30 | 1 |
55 | org/hammurapi/inspectors/testcases/fixes/InnerClassNestingRuleFixTestCase.java | 32 | 9 |
56 | org/hammurapi/inspectors/testcases/fixes/InnerClassNestingRuleFixTestCase.java | 35 | 9 |
57 | org/hammurapi/inspectors/testcases/fixes/InnerClassNestingRuleFixTestCase.java | 36 | 17 |
58 | org/hammurapi/inspectors/testcases/fixes/InnerClassNestingRuleFixTestCase.java | 40 | 17 |
59 | org/hammurapi/inspectors/testcases/fixes/InnerClassVisibilityRuleFixTestCase.java | 32 | 9 |
60 | org/hammurapi/inspectors/testcases/fixes/InnerClassVisibilityRuleFixTestCase.java | 36 | 9 |
61 | org/hammurapi/inspectors/testcases/fixes/InvocationVisitorFixTestCase.java | 30 | 1 |
62 | org/hammurapi/inspectors/testcases/fixes/InvokeFinalizeRuleFixTestCase.java | 32 | 9 |
63 | org/hammurapi/inspectors/testcases/fixes/JavaDocRuleFixTestCase.java | 30 | 1 |
64 | org/hammurapi/inspectors/testcases/fixes/JavaLangImportRuleFixTestCase.java | 36 | 9 |
65 | org/hammurapi/inspectors/testcases/fixes/LineLengthRuleFixTestCase.java | 34 | 9 |
66 | org/hammurapi/inspectors/testcases/fixes/LogExceptionsRuleFixTestCase.java | 37 | 9 |
67 | org/hammurapi/inspectors/testcases/fixes/LogicalNestingRuleFixTestCase.java | 32 | 9 |
68 | org/hammurapi/inspectors/testcases/fixes/MaxLinesInFileRuleFixTestCase.java | 39 | 9 |
69 | org/hammurapi/inspectors/testcases/fixes/MethodNameSameAsConstructorRuleFixTestCase.java | 32 | 9 |
70 | org/hammurapi/inspectors/testcases/fixes/MinimalInstanceVariableLengthRuleFixTestCase.java | 31 | 9 |
71 | org/hammurapi/inspectors/testcases/fixes/MissingPackageDeclarationRuleFixTestCase.java | 33 | 9 |
72 | org/hammurapi/inspectors/testcases/fixes/ModifiersOrderRuleFixTestCase.java | 32 | 9 |
73 | org/hammurapi/inspectors/testcases/fixes/NamingStandardRuleFixTestCase.java | 32 | 9 |
74 | org/hammurapi/inspectors/testcases/fixes/NamingStandardRuleFixTestCase.java | 35 | 9 |
75 | org/hammurapi/inspectors/testcases/fixes/NamingStandardRuleFixTestCase.java | 44 | 9 |
76 | org/hammurapi/inspectors/testcases/fixes/NamingStandardRuleFixTestCase.java | 50 | 9 |
77 | org/hammurapi/inspectors/testcases/fixes/NoPublicFieldsRuleFixTestCase.java | 32 | 9 |
78 | org/hammurapi/inspectors/testcases/fixes/NoStarImportsRuleFixTestCase.java | 35 | 9 |
79 | org/hammurapi/inspectors/testcases/fixes/NotifyRuleFixTestCase.java | 32 | 9 |
80 | org/hammurapi/inspectors/testcases/fixes/OneStatementPerLineRuleFixTestCase.java | 32 | 9 |
81 | org/hammurapi/inspectors/testcases/fixes/OneTypePerFileRule2FixTestCase.java | 35 | 9 |
82 | org/hammurapi/inspectors/testcases/fixes/OneTypePerFileRuleFixTestCase.java | 32 | 9 |
83 | org/hammurapi/inspectors/testcases/fixes/OperationParameterNamesRuleFixTestCase.java | 32 | 9 |
84 | org/hammurapi/inspectors/testcases/fixes/OperationWithRuntimeExceptionInThrowsFixTestCase.java | 32 | 9 |
85 | org/hammurapi/inspectors/testcases/fixes/OperationWithTooGeneralExceptonTypeInThrowsFixTestCase.java | 37 | 9 |
86 | org/hammurapi/inspectors/testcases/fixes/PrintStackTraceRuleFixTestCase.java | 38 | 9 |
87 | org/hammurapi/inspectors/testcases/fixes/PublicStaticArrayFieldsRuleFixTestCase.java | 32 | 9 |
88 | org/hammurapi/inspectors/testcases/fixes/RedundantParenthesisRuleFixTestCase.java | 34 | 9 |
89 | org/hammurapi/inspectors/testcases/fixes/ResultSetMetaDataFixTestCase.java | 30 | 1 |
90 | org/hammurapi/inspectors/testcases/fixes/ReturnFromFinallyRuleFixTestCase.java | 38 | 9 |
91 | org/hammurapi/inspectors/testcases/fixes/ReturnSnooperFixTestCase.java | 30 | 1 |
92 | org/hammurapi/inspectors/testcases/fixes/RootPackageRuleFixTestCase.java | 30 | 1 |
93 | org/hammurapi/inspectors/testcases/fixes/StaticCollectionsRuleFixTestCase.java | 32 | 9 |
94 | org/hammurapi/inspectors/testcases/fixes/StringArraysRuleFixTestCase.java | 32 | 9 |
95 | org/hammurapi/inspectors/testcases/fixes/StringLiteralEqualsRuleFixTestCase.java | 32 | 9 |
96 | org/hammurapi/inspectors/testcases/fixes/SuperCloneRuleFixTestCase.java | 32 | 9 |
97 | org/hammurapi/inspectors/testcases/fixes/SuperSnooperFixTestCase.java | 30 | 1 |
98 | org/hammurapi/inspectors/testcases/fixes/SwitchCaseBreakRuleFixTestCase.java | 32 | 9 |
99 | org/hammurapi/inspectors/testcases/fixes/SwitchDefaultRuleFixTestCase.java | 32 | 9 |
100 | org/hammurapi/inspectors/testcases/fixes/SynchronizationInServletsRuleFixTestCase.java | 30 | 1 |
101 | org/hammurapi/inspectors/testcases/fixes/SynchronizedRuleFixTestCase.java | 32 | 9 |
102 | org/hammurapi/inspectors/testcases/fixes/SynchronizedRunnableRunMethodRuleFixTestCase.java | 32 | 9 |
103 | org/hammurapi/inspectors/testcases/fixes/SystemPrintlnLoggingRuleFixTestCase.java | 32 | 9 |
104 | org/hammurapi/inspectors/testcases/fixes/TextLabelsInSwitchStatementRuleFixTestCase.java | 32 | 9 |
105 | org/hammurapi/inspectors/testcases/fixes/ThreadGroupRuleFixTestCase.java | 32 | 9 |
106 | org/hammurapi/inspectors/testcases/fixes/ThreadSubclassesRuleFixTestCase.java | 32 | 9 |
107 | org/hammurapi/inspectors/testcases/fixes/ThreadYieldRuleFixTestCase.java | 32 | 9 |
108 | org/hammurapi/inspectors/testcases/fixes/ThrowTooGeneralExceptionTypeRuleFixTestCase.java | 36 | 9 |
109 | org/hammurapi/inspectors/testcases/fixes/ThrowsClauseRuleFixTestCase.java | 39 | 9 |
110 | org/hammurapi/inspectors/testcases/fixes/TooManyParametersRuleFixTestCase.java | 32 | 9 |
111 | org/hammurapi/inspectors/testcases/fixes/TooManyParametersRuleParamClass.java | 32 | 9 |
112 | org/hammurapi/inspectors/testcases/fixes/TooManyThrowsRuleFixTestCase.java | 42 | 9 |
113 | org/hammurapi/inspectors/testcases/fixes/TooMuchLoggingRuleFixTestCase.java | 30 | 1 |
114 | org/hammurapi/inspectors/testcases/fixes/UnnecessaryConstructorRuleFixTestCase.java | 32 | 9 |
115 | org/hammurapi/inspectors/testcases/fixes/UnusedVariablesRuleFixTestCase.java | 32 | 9 |
116 | org/hammurapi/inspectors/testcases/fixes/UpperLRuleFixTestCase.java | 32 | 9 |
117 | org/hammurapi/inspectors/testcases/fixes/UseBigDecimalInsteadOfFloatAndDoubleRuleFixTestCase.java | 34 | 9 |
118 | org/hammurapi/inspectors/testcases/fixes/UseCollectionsInsteadOfArraysRuleFixTestCase.java | 31 | 9 |
119 | org/hammurapi/inspectors/testcases/fixes/VariableNameClashesWithTypeNameRuleFixTestCase.java | 31 | 9 |
120 | org/hammurapi/inspectors/testcases/fixes/VariablesAndMethodsNameClashingRuleFixTestCase.java | 31 | 9 |
121 | org/hammurapi/inspectors/testcases/fixes/VariablesRuleFixTestCase.java | 32 | 9 |
122 | org/hammurapi/inspectors/testcases/fixes/WaitAndNotifyInsteadOfPollingRuleFixTestCase.java | 33 | 9 |
123 | org/hammurapi/inspectors/testcases/fixes/WaitAndNotifyRuleFixTestCase.java | 30 | 1 |
124 | org/hammurapi/inspectors/testcases/fixes/WaitInLoopRuleFixTestCase.java | 31 | 9 |
125 | org/hammurapi/inspectors/testcases/violations/AbstractMethodFromConstructorRuleViolationTestCase.java | 32 | 9 |
126 | org/hammurapi/inspectors/testcases/violations/AbstractMethodInConstructorRuleViolationTestCase.java | 30 | 1 |
127 | org/hammurapi/inspectors/testcases/violations/AccessToStaticMembersRuleViolationTestCase.java | 32 | 9 |
128 | org/hammurapi/inspectors/testcases/violations/AlphabeticalImportRuleViolationTestCase.java | 29 | 9 |
129 | org/hammurapi/inspectors/testcases/violations/ArrayDeclarationRuleViolationTestCase.java | 31 | 9 |
130 | org/hammurapi/inspectors/testcases/violations/AssignmentInsideConditionalRuleViolationTestCase.java | 31 | 9 |
131 | org/hammurapi/inspectors/testcases/violations/AssignmentSnooperViolationTestCase.java | 30 | 1 |
132 | org/hammurapi/inspectors/testcases/violations/BooleanEqualityRuleViolationTestCase.java | 31 | 9 |
133 | org/hammurapi/inspectors/testcases/violations/BraceRuleViolationTestCase.java | 31 | 9 |
134 | org/hammurapi/inspectors/testcases/violations/CastingPrimitiveTypesRuleViolationTestCase.java | 32 | 9 |
135 | org/hammurapi/inspectors/testcases/violations/CatchTooGeneralExceptionTypeRuleViolationTestCase.java | 36 | 9 |
136 | org/hammurapi/inspectors/testcases/violations/CloseJdbcResourcesRuleViolationTestCase.java | 30 | 1 |
137 | org/hammurapi/inspectors/testcases/violations/CloseStreamsInFinallyBlockRuleViolationTestCase.java | 30 | 1 |
138 | org/hammurapi/inspectors/testcases/violations/CodeTooLongRuleViolationTestCase.java | 38 | 9 |
139 | org/hammurapi/inspectors/testcases/violations/CommonPrefixRuleViolationTestCase.java | 30 | 1 |
140 | org/hammurapi/inspectors/testcases/violations/ConditionalExpressionRuleViolationTestCase.java | 32 | 9 |
141 | org/hammurapi/inspectors/testcases/violations/ConstructorWithoutSuperRuleViolationTestCase.java | 32 | 9 |
142 | org/hammurapi/inspectors/testcases/violations/ConstructorsInCloneRuleViolationTestCase.java | 32 | 9 |
143 | org/hammurapi/inspectors/testcases/violations/ContinueRuleViolationTestCase.java | 34 | 9 |
144 | org/hammurapi/inspectors/testcases/violations/CyclomaticComplexityRuleViolationTestCase.java | 32 | 9 |
145 | org/hammurapi/inspectors/testcases/violations/DeadlockRuleViolationTestCase.java | 30 | 1 |
146 | org/hammurapi/inspectors/testcases/violations/DeclareStaticFieldsFinalInEjbRuleViolationTestCase.java | 36 | 9 |
147 | org/hammurapi/inspectors/testcases/violations/DefineFinalizeInEjbRuleViolationTestCase.java | 35 | 9 |
148 | org/hammurapi/inspectors/testcases/violations/DefineLoggerForClassRuleViolation2TestCase.java | 33 | 9 |
149 | org/hammurapi/inspectors/testcases/violations/DefineLoggerForClassRuleViolation2TestCase.java | 33 | 9 |
150 | org/hammurapi/inspectors/testcases/violations/DefineLoggerForClassRuleViolationTestCase.java | 30 | 1 |
151 | org/hammurapi/inspectors/testcases/violations/DefineLoggerPrivateStaticViolationTestCase.java | 30 | 1 |
152 | org/hammurapi/inspectors/testcases/violations/DeprecatedRuleViolationTestCase.java | 30 | 9 |
153 | org/hammurapi/inspectors/testcases/violations/badpackage/DirectoryStructureRuleViolationTestCase.java | 35 | 9 |
154 | org/hammurapi/inspectors/testcases/violations/DoNotUseFinalizeRuleViolationTestCase.java | 30 | 1 |
155 | org/hammurapi/inspectors/testcases/violations/DoNotUseNewForStringsRuleViolationTestCase.java | 32 | 9 |
156 | org/hammurapi/inspectors/testcases/violations/DoNotUseTypeRuleViolationTestCase.java | 28 | 9 |
157 | org/hammurapi/inspectors/testcases/violations/DuplicateImportRuleViolationTestCase.java | 38 | 9 |
158 | org/hammurapi/inspectors/testcases/violations/EjbClassModifiersRuleViolationTestCase.java | 38 | 9 |
159 | org/hammurapi/inspectors/testcases/violations/EjbClassModifiersRuleViolationTestCase2.java | 38 | 9 |
160 | org/hammurapi/inspectors/testcases/violations/EjbCreateModifiersRuleViolationTestCase.java | 38 | 9 |
161 | org/hammurapi/inspectors/testcases/violations/EjbPostCreateModifiersRuleViolationTestCase.java | 39 | 9 |
162 | org/hammurapi/inspectors/testcases/violations/EmptyBodiesRuleViolationTestCase.java | 32 | 9 |
163 | org/hammurapi/inspectors/testcases/violations/EmptyCatchBlockRuleViolationTestCase.java | 39 | 9 |
164 | org/hammurapi/inspectors/testcases/violations/EmptyFinallyBlockRuleViolationTestCase.java | 39 | 9 |
165 | org/hammurapi/inspectors/testcases/violations/EmptyStatementsViolationTestCase.java | 32 | 9 |
166 | org/hammurapi/inspectors/testcases/violations/EnsureEjbCreateRuleViolationTestCase.java | 35 | 9 |
167 | org/hammurapi/inspectors/testcases/violations/FileHeaderRuleViolationTestCase.java | 31 | 9 |
168 | org/hammurapi/inspectors/testcases/violations/FilesPerPackageViolationTestCase.java | 30 | 1 |
169 | org/hammurapi/inspectors/testcases/violations/FinalParametersRuleViolationTestCase.java | 32 | 9 |
170 | org/hammurapi/inspectors/testcases/violations/ForConditionRuleViolationTestCase.java | 34 | 9 |
171 | org/hammurapi/inspectors/testcases/violations/ForInitRuleViolationTestCase.java | 34 | 9 |
172 | org/hammurapi/inspectors/testcases/violations/ForIteratorRuleViolationTestCase.java | 34 | 9 |
173 | org/hammurapi/inspectors/testcases/violations/ForLoopControlVariablesRuleViolationTestCase.java | 34 | 9 |
174 | org/hammurapi/inspectors/testcases/violations/HardcodedCharacterLiteralsRuleViolationTestCase.java | 32 | 9 |
175 | org/hammurapi/inspectors/testcases/violations/HardcodedNumericLiteralsRuleViolationTestCase.java | 32 | 9 |
176 | org/hammurapi/inspectors/testcases/violations/HardcodedStringLiteralsRuleViolationTestCase.java | 32 | 9 |
177 | org/hammurapi/inspectors/testcases/violations/HidingInheritedFieldsRuleBase.java | 32 | 9 |
178 | org/hammurapi/inspectors/testcases/violations/HidingInheritedFieldsRuleViolationTestCase.java | 33 | 9 |
179 | org/hammurapi/inspectors/testcases/violations/IndentationRuleViolationTestCase.java | 30 | 1 |
180 | org/hammurapi/inspectors/testcases/violations/InnerClassNestingRuleViolationTestCase.java | 32 | 9 |
181 | org/hammurapi/inspectors/testcases/violations/InnerClassNestingRuleViolationTestCase.java | 35 | 9 |
182 | org/hammurapi/inspectors/testcases/violations/InnerClassNestingRuleViolationTestCase.java | 36 | 17 |
183 | org/hammurapi/inspectors/testcases/violations/InnerClassNestingRuleViolationTestCase.java | 39 | 25 |
184 | org/hammurapi/inspectors/testcases/violations/InnerClassVisibilityRuleViolationTestCase.java | 32 | 9 |
185 | org/hammurapi/inspectors/testcases/violations/InnerClassVisibilityRuleViolationTestCase.java | 37 | 9 |
186 | org/hammurapi/inspectors/testcases/violations/InvocationVisitorViolationTestCase.java | 30 | 1 |
187 | org/hammurapi/inspectors/testcases/violations/InvokeFinalizeRuleViolationTestCase.java | 34 | 9 |
188 | org/hammurapi/inspectors/testcases/violations/JavaDocRuleViolationTestCase.java | 25 | 1 |
189 | org/hammurapi/inspectors/testcases/violations/JavaLangImportRuleViolationTestCase.java | 35 | 9 |
190 | org/hammurapi/inspectors/testcases/violations/LineLengthRuleViolationTestCase.java | 34 | 9 |
191 | org/hammurapi/inspectors/testcases/violations/LogExceptionsRuleViolationTestCase.java | 37 | 9 |
192 | org/hammurapi/inspectors/testcases/violations/LogicalNestingRuleViolationTestCase.java | 32 | 9 |
193 | org/hammurapi/inspectors/testcases/violations/MaxLinesInFileRuleViolationTestCase.java | 39 | 9 |
194 | org/hammurapi/inspectors/testcases/violations/MethodNameSameAsConstructorRuleViolationTestCase.java | 32 | 9 |
195 | org/hammurapi/inspectors/testcases/violations/MinimalInstanceVariableLengthRuleViolationTestCase.java | 31 | 9 |
196 | org/hammurapi/inspectors/testcases/violations/ModifiersOrderRuleViolationTestCase.java | 32 | 9 |
197 | org/hammurapi/inspectors/testcases/violations/NamingStandardRuleViolationTestCase.java | 32 | 9 |
198 | org/hammurapi/inspectors/testcases/violations/NamingStandardRuleViolationTestCase.java | 35 | 9 |
199 | org/hammurapi/inspectors/testcases/violations/NamingStandardRuleViolationTestCase.java | 44 | 9 |
200 | org/hammurapi/inspectors/testcases/violations/NamingStandardRuleViolationTestCase.java | 50 | 9 |
201 | org/hammurapi/inspectors/testcases/violations/NoPublicFieldsRuleViolationTestCase.java | 32 | 9 |
202 | org/hammurapi/inspectors/testcases/violations/NoStarImportsRuleViolationTestCase.java | 35 | 9 |
203 | org/hammurapi/inspectors/testcases/violations/NotifyRuleViolationTestCase.java | 32 | 9 |
204 | org/hammurapi/inspectors/testcases/violations/OneStatementPerLineRuleViolationTestCase.java | 32 | 9 |
205 | org/hammurapi/inspectors/testcases/violations/OneTypePerFileRuleViolationTestCase.java | 32 | 9 |
206 | org/hammurapi/inspectors/testcases/violations/OneTypePerFileRuleViolationTestCase.java | 40 | 9 |
207 | org/hammurapi/inspectors/testcases/violations/OperationParameterNamesRuleViolationTestCase.java | 32 | 9 |
208 | org/hammurapi/inspectors/testcases/violations/OperationWithRuntimeExceptionInThrowsViolationTestCase.java | 32 | 9 |
209 | org/hammurapi/inspectors/testcases/violations/OperationWithTooGeneralExceptonTypeInThrowsViolationTestCase.java | 35 | 9 |
210 | org/hammurapi/inspectors/testcases/violations/PrintStackTraceRuleViolationTestCase.java | 36 | 9 |
211 | org/hammurapi/inspectors/testcases/violations/PublicStaticArrayFieldsRuleViolationTestCase.java | 32 | 9 |
212 | org/hammurapi/inspectors/testcases/violations/RedundantParenthesisRuleViolationTestCase.java | 34 | 9 |
213 | org/hammurapi/inspectors/testcases/violations/ResultSetMetaDataViolationTestCase.java | 37 | 9 |
214 | org/hammurapi/inspectors/testcases/violations/ReturnFromFinallyRuleViolationTestCase.java | 38 | 9 |
215 | org/hammurapi/inspectors/testcases/violations/ReturnSnooperViolationTestCase.java | 30 | 1 |
216 | org/hammurapi/inspectors/testcases/violations/RootPackageRuleViolationTestCase.java | 30 | 1 |
217 | org/hammurapi/inspectors/testcases/violations/StaticCollectionsRuleViolationTestCase.java | 32 | 9 |
218 | org/hammurapi/inspectors/testcases/violations/StringArraysRuleViolationTestCase.java | 32 | 9 |
219 | org/hammurapi/inspectors/testcases/violations/StringLiteralEqualsRuleViolationTestCase.java | 32 | 9 |
220 | org/hammurapi/inspectors/testcases/violations/SuperCloneRuleViolationTestCase.java | 32 | 9 |
221 | org/hammurapi/inspectors/testcases/violations/SuperSnooperViolationTestCase.java | 30 | 1 |
222 | org/hammurapi/inspectors/testcases/violations/SwitchCaseBreakRuleViolationTestCase.java | 32 | 9 |
223 | org/hammurapi/inspectors/testcases/violations/SwitchDefaultRuleViolationTestCase.java | 32 | 9 |
224 | org/hammurapi/inspectors/testcases/violations/SynchronizationInServletsRuleViolationTestCase.java | 30 | 1 |
225 | org/hammurapi/inspectors/testcases/violations/SynchronizedRuleViolationTestCase.java | 32 | 9 |
226 | org/hammurapi/inspectors/testcases/violations/SynchronizedRunnableRunMethodRuleViolationTestCase.java | 33 | 9 |
227 | org/hammurapi/inspectors/testcases/violations/SystemPrintlnLoggingRuleViolationTestCase.java | 32 | 9 |
228 | org/hammurapi/inspectors/testcases/violations/TextLabelsInSwitchStatementRuleViolationTestCase.java | 32 | 9 |
229 | org/hammurapi/inspectors/testcases/violations/ThreadGroupRuleViolationTestCase.java | 32 | 9 |
230 | org/hammurapi/inspectors/testcases/violations/ThreadSubclassesRuleViolationTestCase.java | 32 | 9 |
231 | org/hammurapi/inspectors/testcases/violations/ThreadYieldRuleViolationTestCase.java | 34 | 9 |
232 | org/hammurapi/inspectors/testcases/violations/ThrowTooGeneralExceptionTypeRuleViolationTestCase.java | 34 | 9 |
233 | org/hammurapi/inspectors/testcases/violations/ThrowsClauseRuleViolationTestCase.java | 37 | 9 |
234 | org/hammurapi/inspectors/testcases/violations/TooManyParametersRuleViolationTestCase.java | 32 | 9 |
235 | org/hammurapi/inspectors/testcases/violations/TooManyThrowsRuleViolationTestCase.java | 40 | 9 |
236 | org/hammurapi/inspectors/testcases/violations/TooMuchLoggingRuleViolationTestCase.java | 30 | 1 |
237 | org/hammurapi/inspectors/testcases/violations/UnnecessaryConstructorRuleViolationTestCase.java | 35 | 9 |
238 | org/hammurapi/inspectors/testcases/violations/UnusedVariablesRuleViolationTestCase.java | 32 | 9 |
239 | org/hammurapi/inspectors/testcases/violations/UpperLRuleViolationTestCase.java | 32 | 9 |
240 | org/hammurapi/inspectors/testcases/violations/UseBigDecimalInsteadOfFloatAndDoubleRuleViolationTestCase.java | 32 | 9 |
241 | org/hammurapi/inspectors/testcases/violations/UseCollectionsInsteadOfArraysRuleViolationTestCase.java | 31 | 9 |
242 | org/hammurapi/inspectors/testcases/violations/VariableNameClashesWithTypeNameRuleViolationTestCase.java | 31 | 9 |
243 | org/hammurapi/inspectors/testcases/violations/VariablesAndMethodsNameClashingRuleViolationTestCase.java | 31 | 9 |
244 | org/hammurapi/inspectors/testcases/violations/VariablesRuleViolationTestCase.java | 32 | 9 |
245 | org/hammurapi/inspectors/testcases/violations/WaitAndNotifyInsteadOfPollingRuleViolationTestCase.java | 33 | 9 |
246 | org/hammurapi/inspectors/testcases/violations/WaitAndNotifyRuleViolationTestCase.java | 30 | 1 |
247 | org/hammurapi/inspectors/testcases/violations/WaitInLoopRuleViolationTestCase.java | 31 | 9 |
248 | org/hammurapi/inspectors/testcases/violations/badPackageName/BadPackageNameTestCase.java | 30 | 1 |