KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hammurapi > inspectors

org.hammurapi.inspectors packages
filters formatting history metrics
performance samples techstack testcases
org.hammurapi.inspectors classes
AbstractMethodFromConstructorRule AbstractMethodInConstructorRule
AccessToStaticMembersRule AlphabeticalImportRule
AnnotationTest ArrayDeclarationRule
AssignmentInsideConditionalRule BooleanEqualityRule
BraceRule CastingPrimitiveTypesRule
CatchTooGeneralExceptionTypeRule CloseJdbcResourcesRule
CloseStreamsInFinallyBlockRule CodeTooLongRule
CommonPrefixRule ConditionalExpressionRule
ConstructorsInCloneRule ConstructorWithoutSuperRule
ContinueRule CyclomaticComplexityRule
DeadlockRule DeclareStaticFieldsFinalInEjbRule
DefineFinalizeInEjbRule DefineLoggerForClassRule
DirectoryStructureRule DoNotUseNewForStringsRule
DoNotUseTypeRule DotChainInspector
DuplicateImportRule EjbClassModifiersRule
EjbCreateModifiersRule EjbPostCreateModifiersRule
EmptyBodiesRule EmptyCatchBlockRule
EmptyCompilationUnitRule EmptyFinallyBlockRule
EmptyStatements EnsureEjbCreateRule
EnsureEjbPostCreateRule EnsureVoidReturnTypeForEjbPostCreateRule
EnsureVoidReturnTypeForSessionBeanEjbCreateRule FileHeaderRule
FilesPerPackage FinalParametersRule
FinderModifiersRule ForConditionRule
ForInitRule ForIteratorRule
ForLoopControlVariablesRule FormattingRule
HardcodedCharacterLiteralsRule HardcodedLiteralsRule
HardcodedNumericLiteralsRule HardcodedStringLiteralsRule
HeterogenousCollection HidingInheritedFieldsRule
IndentationRule InnerClassNestingRule
InnerClassVisibilityRule InterfaceMethodModifiersRule
InvokeFinalizeRule JavaDocInspector
JavaLangImportRule LineLengthRule
LoadNativeLibrariesInEjbRule LogExceptionsRule
LogicalNestingRule ManageThreadsFromEjbRule
MaxLinesInFileRule MethodNameSameAsConstructorRule
MinimalInstanceVariableLengthRule MinimizeScopeRule
MissingPackageDeclarationRule ModifiersOrderRule
NamingStandardRule NoPublicFieldsRule
NoStarImportsRule NotifyRule
OneStatementPerLineRule OneTypePerFileRule
OperationParameterNamesRule OperationWithRuntimeExceptionInThrowsRule
OperationWithTooGeneralExceptonTypeInThrowsRule ParameterAssignmentInspector
PrintStackTraceRule PrioritizingInspector
PublicStaticArrayFieldsRule RedundantParenthesisRule
ResourceHandlingRule ResultSetMetaData
ReturnFromFinallyRule ReturnThisFromEjbRule
RootPackageRule SimpleAnnotationSample
SqlCreateStatementWithinLoop SqlCreateStatementWithoutCloseRule
SqlStatementAsInstanceVariableRule StatelessSingleton
StatelessStrutsAction StaticCollectionsRule
StringArraysRule StringLiteralEqualsRule
StringTokenizerDeprecatedInspector SuperCloneRule
SwitchCaseBreakRule SwitchDefaultRule
SynchronizationInServletsRule SynchronizedRule
SynchronizedRunnableRunMethodRule SystemGcMisuseRule
SystemPrintlnLoggingRule TestInspector
TextLabelsInSwitchStatementRule ThisReferenceAsArgumentInEjbRule
ThreadGroupRule ThreadSubclassesRule
ThreadYieldRule ThrowsClauseRule
ThrowTooGeneralExceptionTypeRule TooManyParametersRule
TooManyThrowsRule TooMuchLoggingRule
UnnecessaryConstructorRule UnusedVariablesRule
UpperLRule UseBigDecimalInsteadOfFloatAndDoubleRule
UseCollectionsInsteadOfArraysRule UseEqualsInsteadOfCompareToInspector
VariableNameClashesWithTypeNameRule VariablesAndMethodsNameClashingRule
VariablesRule VendorNameViolation
WaitAndNotifyInsteadOfPollingRule WaitAndNotifyRule
WaitInLoopRule
Popular Tags