summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions
ModeNameSize
-rw-r--r--AbsoluteAlignmentInUserInterface.html250logplain
-rw-r--r--AbstractClassExtendsConcreteClass.html111logplain
-rw-r--r--AbstractClassNamingConvention.html635logplain
-rw-r--r--AbstractClassNeverImplemented.html115logplain
-rw-r--r--AbstractClassWithOnlyOneDirectInheritor.html570logplain
-rw-r--r--AbstractClassWithoutAbstractMethods.html106logplain
-rw-r--r--AbstractMethodCallInConstructor.html804logplain
-rw-r--r--AbstractMethodOverridesAbstractMethod.html514logplain
-rw-r--r--AbstractMethodOverridesConcreteMethod.html198logplain
-rw-r--r--AbstractMethodWithMissingImplementations.html265logplain
-rw-r--r--AccessToNonThreadSafeStaticFieldFromInstance.html393logplain
-rw-r--r--AccessToStaticFieldLockedOnInstance.html486logplain
-rw-r--r--AmbiguousFieldAccess.html769logplain
-rw-r--r--AmbiguousMethodCall.html485logplain
-rw-r--r--Annotation.html150logplain
-rw-r--r--AnnotationClass.html152logplain
-rw-r--r--AnnotationNamingConvention.html424logplain
-rw-r--r--AnonymousClassComplexity.html570logplain
-rw-r--r--AnonymousClassMethodCount.html389logplain
-rw-r--r--AnonymousClassVariableHidesContainingMethodVariable.html189logplain
-rw-r--r--AnonymousInnerClass.html159logplain
-rw-r--r--AnonymousInnerClassMayBeStatic.html486logplain
-rw-r--r--ArrayEquality.html170logplain
-rw-r--r--ArrayEquals.html359logplain
-rw-r--r--ArrayHashCode.html293logplain
-rw-r--r--ArrayLengthInLoopCondition.html463logplain
-rw-r--r--ArraysAsListWithZeroOrOneArgument.html289logplain
-rw-r--r--AssertAsName.html218logplain
-rw-r--r--AssertEqualsBetweenInconvertibleTypes.html276logplain
-rw-r--r--AssertEqualsCalledOnArray.html219logplain
-rw-r--r--AssertEqualsMayBeAssertSame.html352logplain
-rw-r--r--AssertStatement.html155logplain
-rw-r--r--AssertWithSideEffects.html465logplain
-rw-r--r--AssertsWithoutMessages.html252logplain
-rw-r--r--AssignmentToCatchBlockParameter.html192logplain
-rw-r--r--AssignmentToCollectionFieldFromParameter.html407logplain
-rw-r--r--AssignmentToDateFieldFromParameter.html475logplain
-rw-r--r--AssignmentToForLoopParameter.html326logplain
-rw-r--r--AssignmentToLambdaParameter.html312logplain
-rw-r--r--AssignmentToMethodParameter.html295logplain
-rw-r--r--AssignmentToNull.html421logplain
-rw-r--r--AssignmentToStaticFieldFromInstanceMethod.html263logplain
-rw-r--r--AssignmentToSuperclassField.html245logplain
-rw-r--r--AssignmentUsedAsCondition.html285logplain
-rw-r--r--AutoBoxing.html229logplain
-rw-r--r--AutoCloseableResource.html491logplain
-rw-r--r--AutoUnboxing.html235logplain
-rw-r--r--AwaitNotInLoop.html382logplain
-rw-r--r--AwaitWithoutCorrespondingSignal.html297logplain
-rw-r--r--BadExceptionCaught.html423logplain
-rw-r--r--BadExceptionDeclared.html473logplain
-rw-r--r--BadExceptionThrown.html388logplain
-rw-r--r--BadOddness.html328logplain
-rw-r--r--BeforeClassOrAfterClassIsPublicStaticVoidNoArg.html305logplain
-rw-r--r--BeforeOrAfterIsPublicVoidNoArg.html288logplain
-rw-r--r--BigDecimalEquals.html400logplain
-rw-r--r--BigDecimalLegacyMethod.html303logplain
-rw-r--r--BigDecimalMethodWithoutRoundingCalled.html404logplain
-rw-r--r--BooleanConstructor.html237logplain
-rw-r--r--BooleanMethodIsAlwaysInverted.html589logplain
-rw-r--r--BooleanMethodNameMustStartWithQuestion.html300logplain
-rw-r--r--BooleanParameter.html671logplain
-rw-r--r--BooleanVariableAlwaysNegated.html143logplain
-rw-r--r--BoxingBoxedValue.html273logplain
-rw-r--r--BreakStatement.html217logplain
-rw-r--r--BreakStatementWithLabel.html178logplain
-rw-r--r--BusyWait.html305logplain
-rw-r--r--CStyleArrayDeclaration.html534logplain
-rw-r--r--CachedNumberConstructorCall.html618logplain
-rw-r--r--CallToNativeMethodWhileLocked.html295logplain
-rw-r--r--CallToSimpleGetterInClass.html645logplain
-rw-r--r--CallToSimpleSetterInClass.html662logplain
-rw-r--r--CallToStringConcatCanBeReplacedByOperator.html311logplain
-rw-r--r--CastConflictsWithInstanceof.html314logplain
-rw-r--r--CastThatLosesPrecision.html546logplain
-rw-r--r--CastToConcreteClass.html531logplain
-rw-r--r--CastToIncompatibleInterface.html441logplain
-rw-r--r--CaughtExceptionImmediatelyRethrown.html240logplain
-rw-r--r--ChainedEquality.html147logplain
-rw-r--r--ChainedMethodCall.html113logplain
-rw-r--r--ChannelResource.html572logplain
-rw-r--r--CharUsedInArithmeticContext.html150logplain
-rw-r--r--CharacterComparison.html183logplain
-rw-r--r--CheckForOutOfMemoryOnLargeArrayAllocation.html582logplain
-rw-r--r--CheckedExceptionClass.html272logplain
-rw-r--r--ClassComplexity.html418logplain
-rw-r--r--ClassCoupling.html413logplain
-rw-r--r--ClassEscapesItsScope.html400logplain
-rw-r--r--ClassIndependentOfModule.html272logplain
-rw-r--r--ClassInheritanceDepth.html422logplain
-rw-r--r--ClassInitializer.html554logplain
-rw-r--r--ClassInitializerMayBeStatic.html246logplain
-rw-r--r--ClassLoaderInstantiation.html234logplain
-rw-r--r--ClassMayBeInterface.html536logplain
-rw-r--r--ClassNameDiffersFromFileName.html314logplain
-rw-r--r--ClassNamePrefixedWithPackageName.html263logplain
-rw-r--r--ClassNameSameAsAncestorName.html191logplain
-rw-r--r--ClassNamingConvention.html408logplain
-rw-r--r--ClassNestingDepth.html314logplain
-rw-r--r--ClassNewInstance.html595logplain
-rw-r--r--ClassOnlyUsedInOneModule.html232logplain
-rw-r--r--ClassOnlyUsedInOnePackage.html232logplain
-rw-r--r--ClassReferencesSubclass.html211logplain
-rw-r--r--ClassUnconnectedToPackage.html269logplain
-rw-r--r--ClassWithMultipleLoggers.html564logplain
-rw-r--r--ClassWithOnlyPrivateConstructors.html246logplain
-rw-r--r--ClassWithTooManyDependencies.html578logplain
-rw-r--r--ClassWithTooManyDependents.html602logplain
-rw-r--r--ClassWithTooManyTransitiveDependencies.html657logplain
-rw-r--r--ClassWithTooManyTransitiveDependents.html635logplain
-rw-r--r--ClassWithoutConstructor.html138logplain
-rw-r--r--ClassWithoutLogger.html549logplain
-rw-r--r--ClassWithoutNoArgConstructor.html396logplain
-rw-r--r--CloneCallsConstructors.html286logplain
-rw-r--r--CloneCallsSuperClone.html233logplain
-rw-r--r--CloneDeclaresCloneNotSupported.html466logplain
-rw-r--r--CloneInNonCloneableClass.html217logplain
-rw-r--r--CloneableClassInSecureContext.html305logplain
-rw-r--r--CloneableImplementsClone.html276logplain
-rw-r--r--CollectionAddedToSelf.html376logplain
-rw-r--r--CollectionContainsUrl.html568logplain
-rw-r--r--CollectionsFieldAccessReplaceableByMethodCall.html510logplain
-rw-r--r--CollectionsMustHaveInitialCapacity.html703logplain
-rw-r--r--ComparableImplementedButEqualsNotOverridden.html492logplain
-rw-r--r--ComparatorMethodParameterNotUsed.html276logplain
-rw-r--r--ComparatorNotSerializable.html503logplain
-rw-r--r--CompareToUsesNonFinalVariable.html343logplain
-rw-r--r--ComparisonOfShortAndChar.html236logplain
-rw-r--r--ComparisonToNaN.html277logplain
-rw-r--r--ConditionSignal.html216logplain
-rw-r--r--ConditionalExpression.html370logplain
-rw-r--r--ConditionalExpressionWithIdenticalBranches.html186logplain
-rw-r--r--ConfusingElse.html653logplain
-rw-r--r--ConfusingFloatingPointLiteral.html266logplain
-rw-r--r--ConfusingMainMethod.html247logplain
-rw-r--r--ConfusingOctalEscape.html246logplain
-rw-r--r--ConnectionResource.html510logplain
-rw-r--r--ConstantAssertCondition.html280logplain
-rw-r--r--ConstantConditionalExpression.html296logplain
-rw-r--r--ConstantDeclaredInAbstractClass.html231logplain
-rw-r--r--ConstantDeclaredInInterface.html231logplain
-rw-r--r--ConstantIfStatement.html236logplain
-rw-r--r--ConstantJUnitAssertArgument.html344logplain
-rw-r--r--ConstantMathCall.html199logplain
-rw-r--r--ConstantNamingConvention.html583logplain
-rw-r--r--ConstantOnLHSOfComparison.html230logplain
-rw-r--r--ConstantOnRHSOfComparison.html230logplain
-rw-r--r--ConstantStringIntern.html284logplain
-rw-r--r--ConstantValueVariableUse.html399logplain
-rw-r--r--ConstructorCount.html322logplain
-rw-r--r--ContinueOrBreakFromFinallyBlock.html271logplain
-rw-r--r--ContinueStatement.html164logplain
-rw-r--r--ContinueStatementWithLabel.html184logplain
-rw-r--r--ControlFlowStatementWithoutBraces.html217logplain
-rw-r--r--CovariantCompareTo.html302logplain
-rw-r--r--CovariantEquals.html296logplain
-rw-r--r--CustomClassloader.html269logplain
-rw-r--r--CustomSecurityManager.html273logplain
-rw-r--r--CyclicClassDependency.html401logplain
-rw-r--r--CyclicPackageDependency.html403logplain
-rw-r--r--CyclomaticComplexity.html395logplain
-rw-r--r--DateToString.html197logplain
-rw-r--r--DeclareCollectionAsInterface.html189logplain
-rw-r--r--DefaultNotLastCaseInSwitch.html191logplain
-rw-r--r--DeserializableClassInSecureContext.html426logplain
-rw-r--r--DesignForExtension.html705logplain
-rw-r--r--DisjointPackage.html258logplain
-rw-r--r--DivideByZero.html102logplain
-rw-r--r--DollarSignInName.html210logplain
-rw-r--r--DoubleBraceInitialization.html734logplain
-rw-r--r--DoubleCheckedLocking.html548logplain
-rw-r--r--DoubleLiteralMayBeFloatLiteral.html224logplain
-rw-r--r--DoubleNegation.html152logplain
-rw-r--r--DriverManagerGetConnection.html282logplain
-rw-r--r--DuplicateBooleanBranch.html202logplain
-rw-r--r--DuplicateCondition.html418logplain
-rw-r--r--DynamicRegexReplaceableByCompiledPattern.html747logplain
-rw-r--r--ElementOnlyUsedFromTestCode.html315logplain
-rw-r--r--EmptyCatchBlock.html440logplain
-rw-r--r--EmptyClass.html694logplain
-rw-r--r--EmptyDirectory.html176logplain
-rw-r--r--EmptyFinallyBlock.html210logplain
-rw-r--r--EmptyInitializer.html95logplain
-rw-r--r--EmptyStatementBody.html555logplain
-rw-r--r--EmptySynchronizedStatement.html293logplain
-rw-r--r--EmptyTryBlock.html146logplain
-rw-r--r--EnumAsName.html215logplain
-rw-r--r--EnumClass.html150logplain
-rw-r--r--EnumSwitchStatementWhichMissesCases.html277logplain
-rw-r--r--EnumeratedClassNamingConvention.html430logplain
-rw-r--r--EnumeratedConstantNamingConvention.html435logplain
-rw-r--r--EnumerationCanBeIteration.html258logplain
-rw-r--r--EqualsBetweenInconvertibleTypes.html228logplain
-rw-r--r--EqualsCalledOnEnumConstant.html261logplain
-rw-r--r--EqualsHashCodeCalledOnUrl.html398logplain
-rw-r--r--EqualsUsesNonFinalVariable.html337logplain
-rw-r--r--EqualsWhichDoesntCheckParameterClass.html290logplain
-rw-r--r--EqualsWithItself.html299logplain
-rw-r--r--ErrorRethrown.html261logplain
-rw-r--r--ExceptionFromCatchWhichDoesntWrap.html757logplain
-rw-r--r--ExceptionNameDoesntEndWithException.html122logplain
-rw-r--r--ExpectedExceptionNeverThrown.html163logplain
-rw-r--r--ExtendsAnnotation.html234logplain
-rw-r--r--ExtendsConcreteCollection.html320logplain
-rw-r--r--ExtendsObject.html130logplain
-rw-r--r--ExtendsThread.html346logplain
-rw-r--r--ExtendsUtilityClass.html471logplain
-rw-r--r--ExternalizableWithSerializationMethods.html240logplain
-rw-r--r--ExternalizableWithoutPublicNoArgConstructor.html394logplain
-rw-r--r--FallthruInSwitchStatement.html688logplain
-rw-r--r--FeatureEnvy.html406logplain
-rw-r--r--FieldAccessedSynchronizedAndUnsynchronized.html481logplain
-rw-r--r--FieldCanBeMovedToSubclass.html307logplain
-rw-r--r--FieldCount.html684logplain
-rw-r--r--FieldHasSetterButNoGetter.html245logplain
-rw-r--r--FieldHidesSuperclassField.html340logplain
-rw-r--r--FieldMayBeFinal.html373logplain
-rw-r--r--FieldMayBeStatic.html216logplain
-rw-r--r--FieldRepeatedlyAccessed.html816logplain
-rw-r--r--FinalClass.html155logplain
-rw-r--r--FinalMethod.html155logplain
-rw-r--r--FinalMethodInFinalClass.html185logplain
-rw-r--r--FinalPrivateMethod.html216logplain
-rw-r--r--FinalStaticMethod.html400logplain
-rw-r--r--Finalize.html694logplain
-rw-r--r--FinalizeCallsSuperFinalize.html802logplain
-rw-r--r--FinalizeNotProtected.html279logplain
-rw-r--r--FinallyBlockCannotCompleteNormally.html118logplain
-rw-r--r--FloatingPointEquality.html311logplain
-rw-r--r--ForCanBeForeach.html880logplain
-rw-r--r--ForLoopReplaceableByWhile.html323logplain
-rw-r--r--ForLoopThatDoesntUseLoopVariable.html153logplain
-rw-r--r--ForLoopWithMissingComponent.html368logplain
-rw-r--r--ForeachStatement.html174logplain
-rw-r--r--HardcodedFileSeparators.html824logplain
-rw-r--r--HardcodedLineSeparators.html256logplain
-rw-r--r--HashCodeUsesNonFinalVariable.html340logplain
-rw-r--r--HibernateResource.html538logplain
-rw-r--r--HtmlTagCanBeJavadocTag.html296logplain
-rw-r--r--IOResource.html920logplain
-rw-r--r--IfCanBeSwitch.html750logplain
-rw-r--r--IfMayBeConditional.html678logplain
-rw-r--r--IfStatementWithIdenticalBranches.html187logplain
-rw-r--r--IfStatementWithTooManyBranches.html318logplain
-rw-r--r--IgnoreResultOfCall.html1160logplain
-rw-r--r--IgnoredJUnitTest.html108logplain
-rw-r--r--ImplicitArrayToString.html310logplain
-rw-r--r--ImplicitCallToSuper.html345logplain
-rw-r--r--ImplicitDefaultCharsetUsage.html315logplain
-rw-r--r--ImplicitNumericConversion.html614logplain
-rw-r--r--IncompatibleMask.html377logplain
-rw-r--r--IncrementDecrementUsedAsExpression.html284logplain
-rw-r--r--IndexOfReplaceableByContains.html321logplain
-rw-r--r--InfiniteLoopStatement.html240logplain
-rw-r--r--InfiniteRecursion.html192logplain
-rw-r--r--InnerClassMayBeStatic.html393logplain
-rw-r--r--InnerClassOnInterface.html233logplain
-rw-r--r--InnerClassReferencedViaSubclass.html365logplain
-rw-r--r--InnerClassVariableHidesOuterClassVariable.html355logplain
-rw-r--r--InstanceMethodNamingConvention.html506logplain
-rw-r--r--InstanceVariableInitialization.html453logplain
-rw-r--r--InstanceVariableNamingConvention.html431logplain
-rw-r--r--InstanceVariableOfConcreteClass.html468logplain
-rw-r--r--InstanceVariableUninitializedUse.html561logplain
-rw-r--r--InstanceofCatchParameter.html269logplain
-rw-r--r--InstanceofChain.html478logplain
-rw-r--r--InstanceofIncompatibleInterface.html478logplain
-rw-r--r--InstanceofInterfaces.html489logplain
-rw-r--r--InstanceofThis.html262logplain
-rw-r--r--InstantiatingObjectToGetClassObject.html222logplain
-rw-r--r--InstantiationOfUtilityClass.html329logplain
-rw-r--r--IntLiteralMayBeLongLiteral.html218logplain
-rw-r--r--IntegerDivisionInFloatingPointContext.html272logplain
-rw-r--r--IntegerMultiplicationImplicitCastToLong.html335logplain
-rw-r--r--InterfaceMayBeAnnotatedFunctional.html478logplain
-rw-r--r--InterfaceNamingConvention.html415logplain
-rw-r--r--InterfaceNeverImplemented.html109logplain
-rw-r--r--InterfaceWithOnlyOneDirectInheritor.html562logplain
-rw-r--r--IteratorHasNextCallsIteratorNext.html313logplain
-rw-r--r--IteratorNextDoesNotThrowNoSuchElementException.html328logplain
-rw-r--r--JDBCExecuteWithNonConstantString.html273logplain
-rw-r--r--JDBCPrepareStatementWithNonConstantString.html330logplain
-rw-r--r--JDBCResource.html648logplain
-rw-r--r--JNDIResource.html572logplain
-rw-r--r--JUnit3MethodNamingConvention.html596logplain
-rw-r--r--JUnit3StyleTestMethodInJUnit4Class.html306logplain
-rw-r--r--JUnit4AnnotatedMethodInJUnit3TestCase.html382logplain
-rw-r--r--JUnit4MethodNamingConvention.html596logplain
-rw-r--r--JUnitAbstractTestClassNamingConvention.html631logplain
-rw-r--r--JUnitDatapoint.html169logplain
-rw-r--r--JUnitRule.html337logplain
-rw-r--r--JUnitTestClassNamingConvention.html611logplain
-rw-r--r--JavaLangImport.html377logplain
-rw-r--r--JavaLangReflect.html258logplain
-rw-r--r--KeySetIterationMayUseEntrySet.html305logplain
-rw-r--r--LabeledStatement.html83logplain
-rw-r--r--LambdaParameterHidingMemberVariable.html330logplain
-rw-r--r--LawOfDemeter.html252logplain
-rw-r--r--LengthOneStringInIndexOf.html294logplain
-rw-r--r--LengthOneStringsInConcatenation.html225logplain
-rw-r--r--LimitedScopeInnerClass.html224logplain
-rw-r--r--ListIndexOfReplaceableByContains.html163logplain
-rw-r--r--ListenerMayUseAdapter.html458logplain
-rw-r--r--LiteralAsArgToStringEquals.html287logplain
-rw-r--r--LoadLibraryWithNonConstantString.html263logplain
-rw-r--r--LocalVariableHidingMemberVariable.html257logplain
-rw-r--r--LocalVariableNamingConvention.html426logplain
-rw-r--r--LocalVariableOfConcreteClass.html545logplain
-rw-r--r--LogStatementGuardedByLogCondition.html838logplain
-rw-r--r--LoggerInitializedWithForeignClass.html307logplain
-rw-r--r--LoggingConditionDisagreesWithLogStatement.html431logplain
-rw-r--r--LongLiteralsEndingWithLowercaseL.html181logplain
-rw-r--r--LoopConditionNotUpdatedInsideLoop.html249logplain
-rw-r--r--LoopStatementsThatDontLoop.html224logplain
-rw-r--r--LoopWithImplicitTerminationCondition.html555logplain
-rw-r--r--MagicCharacter.html377logplain
-rw-r--r--MagicNumber.html794logplain
-rw-r--r--MalformedFormatString.html362logplain
-rw-r--r--MalformedRegex.html324logplain
-rw-r--r--MalformedXPath.html273logplain
-rw-r--r--ManualArrayCopy.html161logplain
-rw-r--r--ManualArrayToCollectionCopy.html286logplain
-rw-r--r--MapReplaceableByEnumMap.html387logplain
-rw-r--r--MarkerInterface.html356logplain
-rw-r--r--MathRandomCastToInt.html542logplain
-rw-r--r--MethodCallInLoopCondition.html430logplain
-rw-r--r--MethodCanBeVariableArityMethod.html668logplain
-rw-r--r--MethodCount.html523logplain
-rw-r--r--MethodCoupling.html446logplain
-rw-r--r--MethodMayBeStatic.html450logplain
-rw-r--r--MethodMayBeSynchronized.html430logplain
-rw-r--r--MethodNameSameAsClassName.html179logplain
-rw-r--r--MethodNameSameAsParentName.html173logplain
-rw-r--r--MethodNamesDifferOnlyByCase.html284logplain
-rw-r--r--MethodOnlyUsedFromInnerClass.html514logplain
-rw-r--r--MethodOverloadsParentMethod.html443logplain
-rw-r--r--MethodOverridesPackageLocalMethod.html372logplain
-rw-r--r--MethodOverridesPrivateMethod.html259logplain
-rw-r--r--MethodOverridesStaticMethod.html183logplain
-rw-r--r--MethodReturnAlwaysConstant.html296logplain
-rw-r--r--MethodReturnOfConcreteClass.html466logplain
-rw-r--r--MethodWithMultipleLoops.html108logplain
-rw-r--r--MismatchedArrayReadWrite.html265logplain
-rw-r--r--MismatchedCollectionQueryUpdate.html607logplain
-rw-r--r--MismatchedStringBuilderQueryUpdate.html288logplain
-rw-r--r--MisorderedAssertEqualsParameters.html345logplain
-rw-r--r--MissingDeprecatedAnnotation.html316logplain
-rw-r--r--MissingOverrideAnnotation.html694logplain
-rw-r--r--MissingPackageInfo.html235logplain
-rw-r--r--MissortedModifiers.html289logplain
-rw-r--r--MisspelledCompareTo.html180logplain
-rw-r--r--MisspelledEquals.html173logplain
-rw-r--r--MisspelledHashcode.html178logplain
-rw-r--r--MisspelledSetUp.html193logplain
-rw-r--r--MisspelledTearDown.html199logplain
-rw-r--r--MisspelledToString.html178logplain
-rw-r--r--ModuleWithTooFewClasses.html477logplain
-rw-r--r--ModuleWithTooManyClasses.html475logplain
-rw-r--r--MultipleDeclaration.html172logplain
-rw-r--r--MultipleExceptionsDeclaredOnTestMethod.html250logplain
-rw-r--r--MultipleReturnPointsPerMethod.html584logplain
-rw-r--r--MultipleTopLevelClassesInFile.html234logplain
-rw-r--r--MultipleTypedDeclaration.html368logplain
-rw-r--r--MultiplyOrDivideByPowerOfTwo.html409logplain
-rw-r--r--NakedNotify.html524logplain
-rw-r--r--NativeMethodNamingConvention.html715logplain
-rw-r--r--NativeMethods.html141logplain
-rw-r--r--NegatedConditional.html306logplain
-rw-r--r--NegatedConditionalExpression.html208logplain
-rw-r--r--NegatedEqualityExpression.html172logplain
-rw-r--r--NegatedIfElse.html345logplain
-rw-r--r--NegativelyNamedBooleanVariable.html264logplain
-rw-r--r--NestedAssignment.html272logplain
-rw-r--r--NestedConditionalExpression.html166logplain
-rw-r--r--NestedMethodCall.html119logplain
-rw-r--r--NestedSwitchStatement.html168logplain
-rw-r--r--NestedSynchronizedStatement.html217logplain
-rw-r--r--NestedTryStatement.html232logplain
-rw-r--r--NestingDepth.html310logplain
-rw-r--r--NewExceptionWithoutArguments.html267logplain
-rw-r--r--NewStringBufferWithCharArgument.html301logplain
-rw-r--r--NoExplicitFinalizeCalls.html367logplain
-rw-r--r--NonAtomicOperationOnVolatileField.html579logplain
-rw-r--r--NonBooleanMethodNameMayNotStartWithQuestion.html301logplain
-rw-r--r--NonCommentSourceStatements.html301logplain
-rw-r--r--NonExceptionNameEndsWithException.html119logplain
-rw-r--r--NonFinalClone.html397logplain
-rw-r--r--NonFinalFieldInEnum.html162logplain
-rw-r--r--NonFinalFieldOfException.html283logplain
-rw-r--r--NonFinalStaticVariableUsedInClassInitialization.html344logplain
-rw-r--r--NonFinalUtilityClass.html264logplain
-rw-r--r--NonProtectedConstructorInAbstractClass.html173logplain
-rw-r--r--NonReproducibleMathCall.html284logplain
-rw-r--r--NonSerializableFieldInSerializableClass.html1034logplain
-rw-r--r--NonSerializableObjectBoundToHttpSession.html568logplain
-rw-r--r--NonSerializableObjectPassedToObjectStream.html423logplain
-rw-r--r--NonSerializableWithSerialVersionUIDField.html194logplain
-rw-r--r--NonSerializableWithSerializationMethods.html210logplain
-rw-r--r--NonShortCircuitBoolean.html341logplain
-rw-r--r--NonStaticFinalLogger.html614logplain
-rw-r--r--NonStaticInnerClassInSecureContext.html231logplain
-rw-r--r--NonSynchronizedMethodOverridesSynchronizedMethod.html135logplain
-rw-r--r--NonThreadSafeLazyInitialization.html639logplain
-rw-r--r--NoopMethodInAbstractClass.html282logplain
-rw-r--r--NotifyCalledOnCondition.html269logplain
-rw-r--r--NotifyNotInSynchronizedContext.html460logplain
-rw-r--r--NotifyWithoutCorrespondingWait.html287logplain
-rw-r--r--NullArgumentToVariableArgMethod.html320logplain
-rw-r--r--NullThrown.html134logplain
-rw-r--r--NumberEquality.html298logplain
-rw-r--r--NumericToString.html183logplain
-rw-r--r--ObjectAllocationInLoop.html233logplain
-rw-r--r--ObjectEquality.html549logplain
-rw-r--r--ObjectEqualsNull.html203logplain
-rw-r--r--ObjectNotify.html250logplain
-rw-r--r--ObjectToString.html340logplain
-rw-r--r--ObsoleteCollection.html508logplain
-rw-r--r--OctalAndDecimalIntegersMixed.html328logplain
-rw-r--r--OctalLiteral.html199logplain
-rw-r--r--OnDemandImport.html390logplain
-rw-r--r--OverloadedMethodsWithSameNumberOfParameters.html291logplain
-rw-r--r--OverloadedVarargsMethod.html290logplain
-rw-r--r--OverlyComplexArithmeticExpression.html256logplain
-rw-r--r--OverlyComplexBooleanExpression.html359logplain
-rw-r--r--OverlyLargePrimitiveArrayInitializer.html714logplain
-rw-r--r--OverlyStrongTypeCast.html470logplain
-rw-r--r--OverridableMethodCallDuringObjectConstruction.html896logplain
-rw-r--r--OverriddenMethodCallDuringObjectConstruction.html801logplain
-rw-r--r--PackageDotHtmlMayBePackageInfo.html357logplain
-rw-r--r--PackageInMultipleModules.html305logplain
-rw-r--r--PackageInfoWithoutPackage.html276logplain
-rw-r--r--PackageNamingConvention.html383logplain
-rw-r--r--PackageVisibleField.html182logplain
-rw-r--r--PackageVisibleInnerClass.html238logplain
-rw-r--r--PackageWithTooFewClasses.html313logplain
-rw-r--r--PackageWithTooManyClasses.html478logplain
-rw-r--r--ParameterHidingMemberVariable.html255logplain
-rw-r--r--ParameterNameDiffersFromOverriddenParameter.html554logplain
-rw-r--r--ParameterNamingConvention.html429logplain
-rw-r--r--ParameterOfConcreteClass.html472logplain
-rw-r--r--ParameterizedParametersStaticCollection.html193logplain
-rw-r--r--ParametersPerConstructor.html448logplain
-rw-r--r--ParametersPerMethod.html369logplain
-rw-r--r--PlaceholderCountMatchesArgumentCount.html241logplain
-rw-r--r--PointlessArithmeticExpression.html376logplain
-rw-r--r--PointlessBitwiseExpression.html366logplain
-rw-r--r--PointlessBooleanExpression.html567logplain
-rw-r--r--PointlessIndexOfComparison.html224logplain
-rw-r--r--PointlessNullCheck.html491logplain
-rw-r--r--PrimitiveArrayArgumentToVariableArgMethod.html394logplain
-rw-r--r--PrivateMemberAccessBetweenOuterAndInnerClass.html805logplain
-rw-r--r--ProblematicVarargsMethodOverride.html212logplain
-rw-r--r--ProblematicWhitespace.html372logplain
-rw-r--r--PropertyValueSetToItself.html295logplain
-rw-r--r--ProtectedField.html183logplain
-rw-r--r--ProtectedInnerClass.html247logplain
-rw-r--r--ProtectedMemberInFinalClass.html218logplain
-rw-r--r--PublicConstructor.html281logplain
-rw-r--r--PublicConstructorInNonPublicClass.html142logplain
-rw-r--r--PublicField.html413logplain
-rw-r--r--PublicFieldAccessedInSynchronizedContext.html326logplain
-rw-r--r--PublicInnerClass.html238logplain
-rw-r--r--PublicMethodNotExposedInInterface.html556logplain
-rw-r--r--PublicMethodWithoutLogging.html412logplain
-rw-r--r--PublicStaticArrayField.html288logplain
-rw-r--r--PublicStaticCollectionField.html298logplain
-rw-r--r--QuestionableName.html320logplain
-rw-r--r--RandomDoubleForRandomInteger.html276logplain
-rw-r--r--RawUseOfParameterizedType.html867logplain
-rw-r--r--ReadObjectAndWriteObjectPrivate.html265logplain
-rw-r--r--ReadObjectInitialization.html381logplain
-rw-r--r--ReadResolveAndWriteReplaceProtected.html298logplain
-rw-r--r--RecordStoreResource.html509logplain
-rw-r--r--RedundantFieldInitialization.html162logplain
-rw-r--r--RedundantImplements.html319logplain
-rw-r--r--RedundantMethodOverride.html200logplain
-rw-r--r--RedundantStringFormatCall.html226logplain
-rw-r--r--ReflectionForUnavailableAnnotation.html389logplain
-rw-r--r--RefusedBequest.html589logplain
-rw-r--r--ReplaceAllDot.html358logplain
-rw-r--r--ReplaceAssignmentWithOperatorAssignment.html408logplain
-rw-r--r--ResultOfObjectAllocationIgnored.html314logplain
-rw-r--r--ResultSetIndexZero.html372logplain
-rw-r--r--ReturnFromFinallyBlock.html247logplain
-rw-r--r--ReturnNull.html592logplain
-rw-r--r--ReturnOfCollectionField.html397logplain
-rw-r--r--ReturnOfDateField.html555logplain
-rw-r--r--ReturnThis.html374logplain
-rw-r--r--ReuseOfLocalVariable.html533logplain
-rw-r--r--RuntimeExec.html206logplain
-rw-r--r--RuntimeExecWithNonConstantString.html266logplain
-rw-r--r--SafeLock.html324logplain
-rw-r--r--SamePackageImport.html430logplain
-rw-r--r--SerialPersistentFieldsWithWrongSignature.html350logplain
-rw-r--r--SerialVersionUIDNotStaticFinal.html186logplain
-rw-r--r--SerializableClassInSecureContext.html407logplain
-rw-r--r--SerializableHasSerialVersionUIDField.html665logplain
-rw-r--r--SerializableHasSerializationMethods.html693logplain
-rw-r--r--SerializableInnerClassHasSerialVersionUIDField.html885logplain
-rw-r--r--SerializableInnerClassWithNonSerializableOuterClass.html589logplain
-rw-r--r--SerializableStoresNonSerializable.html456logplain
-rw-r--r--SerializableWithUnconstructableAncestor.html202logplain
-rw-r--r--SetReplaceableByEnumSet.html392logplain
-rw-r--r--SetupCallsSuperSetup.html141logplain
-rw-r--r--SetupIsPublicVoidNoArg.html296logplain
-rw-r--r--SharedThreadLocalRandom.html754logplain
-rw-r--r--ShiftOutOfRange.html369logplain
-rw-r--r--SignalWithoutCorrespondingAwait.html297logplain
-rw-r--r--SimpleDateFormatWithoutLocale.html237logplain
-rw-r--r--SimplifiableAnnotation.html257logplain
-rw-r--r--SimplifiableConditionalExpression.html325logplain
-rw-r--r--SimplifiableEqualsExpression.html410logplain
-rw-r--r--SimplifiableIfStatement.html590logplain
-rw-r--r--SimplifiableJUnitAssertion.html279logplain
-rw-r--r--SingleCharacterStartsWith.html662logplain
-rw-r--r--SingleClassImport.html414logplain
-rw-r--r--Singleton.html282logplain
-rw-r--r--SizeReplaceableByIsEmpty.html414logplain
-rw-r--r--SleepWhileHoldingLock.html351logplain
-rw-r--r--SocketResource.html578logplain
-rw-r--r--StandardVariableNames.html545logplain
-rw-r--r--StaticCallOnSubclass.html360logplain
-rw-r--r--StaticCollection.html259logplain
-rw-r--r--StaticFieldCanBeMovedToUse.html372logplain
-rw-r--r--StaticFieldReferenceOnSubclass.html326logplain
-rw-r--r--StaticImport.html488logplain
-rw-r--r--StaticInheritance.html226logplain
-rw-r--r--StaticMethodNamingConvention.html430logplain
-rw-r--r--StaticMethodOnlyUsedInOneClass.html384logplain
-rw-r--r--StaticNonFinalField.html102logplain
-rw-r--r--StaticSuite.html162logplain
-rw-r--r--StaticVariableInitialization.html456logplain
-rw-r--r--StaticVariableNamingConvention.html543logplain
-rw-r--r--StaticVariableOfConcreteClass.html471logplain
-rw-r--r--StaticVariableUninitializedUse.html428logplain
-rw-r--r--StringBufferField.html230logplain
-rw-r--r--StringBufferMustHaveInitialCapacity.html457logplain
-rw-r--r--StringBufferReplaceableByString.html484logplain
-rw-r--r--StringBufferReplaceableByStringBuilder.html437logplain
-rw-r--r--StringBufferToStringInConcatenation.html272logplain
-rw-r--r--StringCompareTo.html190logplain
-rw-r--r--StringConcatenation.html1026logplain
-rw-r--r--StringConcatenationArgumentToLogCall.html539logplain
-rw-r--r--StringConcatenationInFormatCall.html415logplain
-rw-r--r--StringConcatenationInLoops.html383logplain
-rw-r--r--StringConcatenationInMessageFormatCall.html277logplain
-rw-r--r--StringConcatenationInsideStringBufferAppend.html535logplain
-rw-r--r--StringConcatenationMissingWhitespace.html451logplain
-rw-r--r--StringConstructor.html613logplain
-rw-r--r--StringEquality.html156logplain
-rw-r--r--StringEquals.html187logplain
-rw-r--r--StringEqualsEmptyString.html248logplain
-rw-r--r--StringEqualsIgnoreCase.html197logplain
-rw-r--r--StringReplaceableByStringBuffer.html383logplain
-rw-r--r--StringToString.html141logplain
-rw-r--r--StringToUpperWithoutLocale.html263logplain
-rw-r--r--StringTokenizer.html195logplain
-rw-r--r--SubstringZero.html198logplain
-rw-r--r--SubtractionInCompareTo.html469logplain
-rw-r--r--SuppressionAnnotation.html115logplain
-rw-r--r--SuspiciousArrayCast.html254logplain
-rw-r--r--SuspiciousIndentAfterControlStatement.html295logplain
-rw-r--r--SuspiciousSystemArraycopy.html333logplain
-rw-r--r--SuspiciousToArrayCall.html675logplain
-rw-r--r--SwitchStatement.html184logplain
-rw-r--r--SwitchStatementDensity.html235logplain
-rw-r--r--SwitchStatementWithConfusingDeclaration.html209logplain
-rw-r--r--SwitchStatementWithTooFewBranches.html278logplain
-rw-r--r--SwitchStatementWithTooManyBranches.html208logplain
-rw-r--r--SwitchStatementsWithoutDefault.html131logplain
-rw-r--r--SynchronizationOnLocalVariableOrMethodParameter.html335logplain
-rw-r--r--SynchronizationOnStaticField.html211logplain
-rw-r--r--SynchronizeOnLock.html305logplain
-rw-r--r--SynchronizeOnNonFinalField.html316logplain
-rw-r--r--SynchronizeOnThis.html577logplain
-rw-r--r--SynchronizedMethod.html239logplain
-rw-r--r--SynchronizedOnLiteralObject.html642logplain
-rw-r--r--SystemExit.html292logplain
-rw-r--r--SystemGC.html316logplain
-rw-r--r--SystemGetenv.html159logplain
-rw-r--r--SystemOutErr.html269logplain
-rw-r--r--SystemProperties.html292logplain
-rw-r--r--SystemRunFinalizersOnExit.html370logplain
-rw-r--r--SystemSetSecurityManager.html229logplain
-rw-r--r--TailRecursion.html416logplain
-rw-r--r--TeardownCallsSuperTeardown.html147logplain
-rw-r--r--TeardownIsPublicVoidNoArg.html302logplain
-rw-r--r--TestCaseInProductCode.html209logplain
-rw-r--r--TestCaseWithConstructor.html217logplain
-rw-r--r--TestCaseWithNoTestMethods.html317logplain
-rw-r--r--TestMethodInProductCode.html216logplain
-rw-r--r--TestMethodIsPublicVoidNoArg.html295logplain
-rw-r--r--TestMethodWithoutAssertion.html333logplain
-rw-r--r--TextLabelInSwitchStatement.html340logplain
-rw-r--r--ThisEscapedInConstructor.html381logplain
-rw-r--r--ThreadDeathRethrown.html162logplain
-rw-r--r--ThreadDumpStack.html254logplain
-rw-r--r--ThreadLocalNotStaticFinal.html536logplain
-rw-r--r--ThreadPriority.html314logplain
-rw-r--r--ThreadRun.html236logplain
-rw-r--r--ThreadStartInConstruction.html424logplain
-rw-r--r--ThreadStopSuspendResume.html255logplain
-rw-r--r--ThreadWithDefaultRunMethod.html198logplain
-rw-r--r--ThreadYield.html229logplain
-rw-r--r--ThreeNegationsPerMethod.html261logplain
-rw-r--r--ThrowCaughtLocally.html292logplain
-rw-r--r--ThrowFromFinallyBlock.html245logplain
-rw-r--r--ThrowableInstanceNeverThrown.html207logplain
-rw-r--r--ThrowablePrintStackTrace.html294logplain
-rw-r--r--ThrowablePrintedToSystemOut.html437logplain
-rw-r--r--ThrowableResultOfMethodCallIgnored.html307logplain
-rw-r--r--ThrownExceptionsPerMethod.html356logplain
-rw-r--r--ThrowsRuntimeException.html292logplain
-rw-r--r--TimeToString.html196logplain
-rw-r--r--ToArrayCallWithZeroLengthArrayArgument.html438logplain
-rw-r--r--TodoComment.html303logplain
-rw-r--r--TooBroadCatch.html448logplain
-rw-r--r--TooBroadScope.html635logplain
-rw-r--r--TooBroadThrows.html580logplain
-rw-r--r--TransientFieldInNonSerializableClass.html123logplain
-rw-r--r--TransientFieldNotInitialized.html525logplain
-rw-r--r--TrivialIf.html378logplain
-rw-r--r--TrivialStringConcatenation.html283logplain
-rw-r--r--TryFinallyCanBeTryWithResources.html366logplain
-rw-r--r--TryWithIdenticalCatches.html315logplain
-rw-r--r--TypeMayBeWeakened.html1345logplain
-rw-r--r--TypeParameterExtendsFinalClass.html238logplain
-rw-r--r--TypeParameterExtendsObject.html138logplain
-rw-r--r--TypeParameterHidesVisibleType.html182logplain
-rw-r--r--TypeParameterNamingConvention.html425logplain
-rw-r--r--UnaryPlus.html241logplain
-rw-r--r--UncheckedExceptionClass.html222logplain
-rw-r--r--UnclearBinaryExpression.html397logplain
-rw-r--r--UnconditionalWait.html590logplain
-rw-r--r--UnconstructableTestCase.html290logplain
-rw-r--r--UnnecessarilyQualifiedInnerClassAccess.html437logplain
-rw-r--r--UnnecessarilyQualifiedStaticUsage.html240logplain
-rw-r--r--UnnecessarilyQualifiedStaticallyImportedElement.html285logplain
-rw-r--r--UnnecessaryBlockStatement.html432logplain
-rw-r--r--UnnecessaryBoxing.html549logplain
-rw-r--r--UnnecessaryCallToStringValueOf.html633logplain
-rw-r--r--UnnecessaryConditionalExpression.html286logplain
-rw-r--r--UnnecessaryConstantArrayCreationExpression.html290logplain
-rw-r--r--UnnecessaryConstructor.html375logplain
-rw-r--r--UnnecessaryContinue.html217logplain
-rw-r--r--UnnecessaryDefault.html297logplain
-rw-r--r--UnnecessaryEnumModifier.html149logplain
-rw-r--r--UnnecessaryExplicitNumericCast.html152logplain
-rw-r--r--UnnecessaryFinalOnLocalVariableOrParameter.html697logplain
-rw-r--r--UnnecessaryFullyQualifiedName.html504logplain
-rw-r--r--UnnecessaryInheritDoc.html269logplain
-rw-r--r--UnnecessaryInterfaceModifier.html126logplain
-rw-r--r--UnnecessaryJavaDocLink.html710logplain
-rw-r--r--UnnecessaryLabelOnBreakStatement.html112logplain
-rw-r--r--UnnecessaryLabelOnContinueStatement.html115logplain
-rw-r--r--UnnecessaryLocalVariable.html693logplain
-rw-r--r--UnnecessaryParentheses.html712logplain
-rw-r--r--UnnecessaryQualifierForThis.html344logplain
-rw-r--r--UnnecessaryReturn.html420logplain
-rw-r--r--UnnecessarySemicolon.html248logplain
-rw-r--r--UnnecessarySuperConstructor.html200logplain
-rw-r--r--UnnecessarySuperQualifier.html270logplain
-rw-r--r--UnnecessaryTemporaryOnConversionFromString.html337logplain
-rw-r--r--UnnecessaryTemporaryOnConversionToString.html334logplain
-rw-r--r--UnnecessaryThis.html386logplain
-rw-r--r--UnnecessaryToStringCall.html838logplain
-rw-r--r--UnnecessaryUnaryMinus.html241logplain
-rw-r--r--UnnecessaryUnboxing.html566logplain
-rw-r--r--UnnecessaryUnicodeEscape.html271logplain
-rw-r--r--UnpredictableBigDecimalConstructorCall.html394logplain
-rw-r--r--UnqualifiedFieldAccess.html276logplain
-rw-r--r--UnqualifiedInnerClassAccess.html258logplain
-rw-r--r--UnqualifiedMethodAccess.html151logplain
-rw-r--r--UnqualifiedStaticUsage.html266logplain
-rw-r--r--UnsecureRandomNumberGeneration.html270logplain
-rw-r--r--UnusedCatchParameter.html447logplain
-rw-r--r--UnusedImport.html309logplain
-rw-r--r--UnusedLabel.html83logplain
-rw-r--r--UpperCaseFieldNameNotConstant.html254logplain
-rw-r--r--UseOfAWTPeerClass.html220logplain
-rw-r--r--UseOfAnotherObjectsPrivateField.html725logplain
-rw-r--r--UseOfJDBCDriverClass.html251logplain
-rw-r--r--UseOfObsoleteAssert.html242logplain
-rw-r--r--UseOfObsoleteDateTimeApi.html384logplain
-rw-r--r--UseOfObsoleteDateTimeApiInspection.html360logplain
-rw-r--r--UseOfProcessBuilder.html191logplain
-rw-r--r--UseOfPropertiesAsHashtable.html386logplain
-rw-r--r--UseOfSunClasses.html178logplain
-rw-r--r--UtilityClass.html353logplain
-rw-r--r--UtilityClassWithPublicConstructor.html302logplain
-rw-r--r--UtilityClassWithoutPrivateConstructor.html532logplain
-rw-r--r--VarargParameter.html173logplain
-rw-r--r--VariableNotUsedInsideIf.html390logplain
-rw-r--r--VolatileArrayField.html397logplain
-rw-r--r--VolatileLongOrDoubleField.html392logplain
-rw-r--r--WaitCalledOnCondition.html260logplain
-rw-r--r--WaitNotInLoop.html308logplain
-rw-r--r--WaitNotInSynchronizedContext.html455logplain
-rw-r--r--WaitOrAwaitWithoutTimeout.html393logplain
-rw-r--r--WaitWhileHoldingTwoLocks.html264logplain
-rw-r--r--WaitWithoutCorrespondingNotify.html287logplain
-rw-r--r--WhileCanBeForeach.html330logplain
-rw-r--r--WhileLoopSpinsOnField.html515logplain
-rw-r--r--ZeroLengthArrayInitialization.html532logplain