KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hammurapi > inspectors > testcases > fixes

org.hammurapi.inspectors.testcases.fixes classes
AbstractMethodFromConstructorRuleFixTestCase AbstractMethodInConstructorRuleFixTestCase
AccessToStaticMembersRuleFixTestCase AlphabeticalImportRuleFixTestCase
ArrayDeclarationRuleFixTestCase AssignmentInsideConditionalRuleFixTestCase
AssignmentSnooperFixTestCase BooleanEqualityRuleFixTestCase
BraceRuleFixTestCase CastingPrimitiveTypesRuleFixTestCase
CatchTooGeneralExceptionTypeRuleFixTestCase CloseJdbcResourcesRuleFixTestCase
CloseStreamsInFinallyBlockRuleFixTestCase CodeTooLongRuleFixTestCase
CommonPrefixRuleFixTestCase ConditionalExpressionRuleFixTestCase
ConstructorsInCloneRuleFixTestCase ConstructorWithoutSuperRuleFixTestCase
ContinueRuleFixTestCase CyclomaticComplexityRule2FixTestCase
CyclomaticComplexityRuleFixTestCase DeadlockRuleFixTestCase
DeclareStaticFieldsFinalInEjbRuleFixTestCase DefineFinalizeInEjbRuleFixTestCase
DefineLoggerForClassRuleFixTestCase DefineLoggerPrivateStaticFixTestCase
DeprecatedRuleFixTestCase DirectoryStructureRuleFixTestCase
DoNotUseFinalizeRuleFixTestCase DoNotUseNewForStringsRuleFixTestCase
DoNotUseTypeRuleFixTestCase DuplicateImportRuleFixTestCase
EjbClassModifiersRuleFixTestCase EjbCreateModifiersRuleFixTestCase
EjbPostCreateModifiersRuleFixTestCase EmptyBodiesRuleFixTestCase
EmptyCatchBlockRuleFixTestCase EmptyCompilationUnitRuleFixTestCase
EmptyFinallyBlockRuleFixTestCase EmptyStatementsFixTestCase
EnsureEjbCreateRuleFixTestCase EnsureEjbPostCreateRuleFixTestCase
EnsureVoidReturnTypeForEjbPostCreateRuleFixTestCase EnsureVoidReturnTypeForSessionBeanEjbCreateRuleFixTestCase
FileHeaderRuleFixTestCase FilesPerPackageFixTestCase
FinalParametersRuleFixTestCase FinderModifiersRuleFixTestCase
ForConditionRuleFixTestCase ForInitRuleFixTestCase
ForIteratorRuleFixTestCase ForLoopControlVariablesRuleFixTestCase
HardcodedCharacterLiteralsRuleFixTestCase HardcodedNumericLiteralsRuleFixTestCase
HardcodedStringLiteralsRuleFixTestCase HidingInheritedFieldsRuleFixTestCase
IndentationRuleFixTestCase InnerClassNestingRuleFixTestCase
InnerClassVisibilityRuleFixTestCase InterfaceMethodModifiersRuleFixTestCase
InvocationVisitorFixTestCase InvokeFinalizeRuleFixTestCase
JavaDocRuleFixTestCase JavaLangImportRuleFixTestCase
LineLengthRuleFixTestCase LoadNativeLibrariesInEjbRuleFixTestCase
LogExceptionsRuleFixTestCase LogicalNestingRuleFixTestCase
ManageThreadsFromEjbRuleFixTestCase MaxLinesInFileRuleFixTestCase
MethodNameSameAsConstructorRuleFixTestCase MinimalInstanceVariableLengthRuleFixTestCase
MissingPackageDeclarationRuleFixTestCase ModifiersOrderRuleFixTestCase
NamingStandardRuleFixTestCase NoPublicFieldsRuleFixTestCase
NoStarImportsRuleFixTestCase NotifyRuleFixTestCase
OneStatementPerLineRuleFixTestCase OneTypePerFileRule2FixTestCase
OneTypePerFileRuleFixTestCase OperationParameterNamesRuleFixTestCase
OperationWithRuntimeExceptionInThrowsFixTestCase OperationWithTooGeneralExceptonTypeInThrowsFixTestCase
PrintStackTraceRuleFixTestCase PublicStaticArrayFieldsRuleFixTestCase
RedundantParenthesisRuleFixTestCase ResultSetMetaDataFixTestCase
ReturnFromFinallyRuleFixTestCase ReturnSnooperFixTestCase
ReturnThisFromEjbRuleFixTestCase RootPackageRuleFixTestCase
StaticCollectionsRuleFixTestCase StringArraysRuleFixTestCase
StringLiteralEqualsRuleFixTestCase SuperCloneRuleFixTestCase
SuperSnooperFixTestCase SwitchCaseBreakRuleFixTestCase
SwitchDefaultRuleFixTestCase SynchronizationInServletsRuleFixTestCase
SynchronizedRuleFixTestCase SynchronizedRunnableRunMethodRuleFixTestCase
SystemGcMisuseRuleFixTestCase SystemPrintlnLoggingRuleFixTestCase
TextLabelsInSwitchStatementRuleFixTestCase ThisReferenceAsArgumentInEjbRuleFixTestCase
ThreadGroupRuleFixTestCase ThreadSubclassesRuleFixTestCase
ThreadYieldRuleFixTestCase ThrowsClauseRuleFixTestCase
ThrowTooGeneralExceptionTypeRuleFixTestCase TooManyParametersRuleFixTestCase
TooManyParametersRuleParamClass TooManyThrowsRuleFixTestCase
TooMuchLoggingRuleFixTestCase UnnecessaryConstructorRuleFixTestCase
UnusedVariablesRuleFixTestCase UpperLRuleFixTestCase
UseBigDecimalInsteadOfFloatAndDoubleRuleFixTestCase UseCollectionsInsteadOfArraysRuleFixTestCase
VariableNameClashesWithTypeNameRuleFixTestCase VariablesAndMethodsNameClashingRuleFixTestCase
VariablesRuleFixTestCase WaitAndNotifyInsteadOfPollingRuleFixTestCase
WaitAndNotifyRuleFixTestCase WaitInLoopRuleFixTestCase
Popular Tags