Uses of Class
edu.umd.cs.findbugs.BugAccumulator
Packages that use BugAccumulator
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.-
Uses of BugAccumulator in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as BugAccumulatorModifier and TypeFieldDescriptionprotected BugAccumulatorResourceTrackingDetector.bugAccumulator -
Uses of BugAccumulator in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as BugAccumulatorModifier and TypeFieldDescriptionprivate final BugAccumulatorDumbMethods.absoluteValueAccumulator(package private) final BugAccumulatorCheckAnalysisContextContainedAnnotation.accumulatorprivate final BugAccumulatorCovariantArrayAssignment.accumulator(package private) final BugAccumulatorCrossSiteScripting.accumulator(package private) final BugAccumulatorDontIgnoreResultOfPutIfAbsent.accumulatorprivate final BugAccumulatorDumbMethods.accumulatorprivate final BugAccumulatorFindComparatorProblems.accumulator(package private) final BugAccumulatorNoise.accumulator(package private) final BugAccumulatorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass.accumulator(package private) BugAccumulatorReadReturnShouldBeChecked.accumulatorprivate final BugAccumulatorRuntimeExceptionCapture.accumulatorprivate final BugAccumulatorURLProblems.accumulator(package private) BugAccumulatorBadUseOfReturnValue.bugAccumulator(package private) BugAccumulatorConfusionBetweenInheritedAndOuterMethod.bugAccumulatorprivate final BugAccumulatorConstructorThrow.bugAccumulatorprivate final BugAccumulatorDefaultEncodingDetector.bugAccumulator(package private) BugAccumulatorDoInsideDoPrivileged.bugAccumulatorprivate final BugAccumulatorDroppedException.bugAccumulatorprivate final BugAccumulatorDumbMethodInvocations.bugAccumulator(package private) final BugAccumulatorEqualsOperandShouldHaveClassCompatibleWithThis.bugAccumulator(package private) final BugAccumulatorFinalizerNullsFields.bugAccumulatorprivate final BugAccumulatorFindBadEndOfStreamCheck.bugAccumulatorprivate final BugAccumulatorFindFinalizeInvocations.bugAccumulatorprivate final BugAccumulatorFindFloatEquality.bugAccumulatorprivate final BugAccumulatorFindInstanceLockOnSharedStaticData.bugAccumulatorprivate final BugAccumulatorFindMismatchedWaitOrNotify.bugAccumulatorprivate final BugAccumulatorFindNonSerializableStoreIntoSession.bugAccumulatorprivate final BugAccumulatorFindNonShortCircuit.bugAccumulatorprivate final BugAccumulatorFindNullDeref.bugAccumulatorprivate final BugAccumulatorFindOverridableMethodCall.bugAccumulatorprivate final BugAccumulatorFindPotentialSecurityCheckBasedOnUntrustedSource.bugAccumulator(package private) final BugAccumulatorFindPuzzlers.bugAccumulatorprivate final BugAccumulatorFindRefComparison.bugAccumulatorprivate final BugAccumulatorFindReturnRef.bugAccumulatorprivate final BugAccumulatorFindRoughConstants.bugAccumulatorprivate final BugAccumulatorFindRunInvocations.bugAccumulator(package private) final BugAccumulatorFindSelfComparison.bugAccumulatorprivate final BugAccumulatorFindSleepWithLockHeld.bugAccumulator(package private) BugAccumulatorFindSqlInjection.bugAccumulatorprivate final BugAccumulatorFindUselessControlFlow.bugAccumulatorprivate final BugAccumulatorFindUseOfNonSerializableValue.bugAccumulatorprivate final BugAccumulatorIDivResultCastToDouble.bugAccumulatorprivate final BugAccumulatorInefficientToArray.bugAccumulatorprivate final BugAccumulatorIteratorIdioms.bugAccumulatorprivate final BugAccumulatorLoadOfKnownNullValue.bugAccumulator(package private) final BugAccumulatorLostLoggerDueToWeakReference.bugAccumulatorprivate final BugAccumulatorMethodReturnCheck.bugAccumulatorprivate final BugAccumulatorNoiseNullDeref.bugAccumulatorprivate final BugAccumulatorNumberConstructor.bugAccumulator(package private) final BugAccumulatorOverridingEqualsNotSymmetrical.bugAccumulatorprivate final BugAccumulatorPermissionsSuper.bugAccumulatorprivate final BugAccumulatorRedundantConditions.bugAccumulatorprivate final BugAccumulatorReflectionIncreaseAccessibility.bugAccumulatorprivate final BugAccumulatorSharedVariableAtomicityDetector.bugAccumulatorprivate final BugAccumulatorStartInConstructor.bugAccumulatorprivate final BugAccumulatorStaticCalendarDetector.bugAccumulatorprivate final BugAccumulatorSwitchFallthrough.bugAccumulator(package private) final BugAccumulatorSynchronizationOnSharedBuiltinConstant.bugAccumulatorprotected final BugAccumulatorTypeReturnNull.bugAccumulatorprivate final BugAccumulatorUnnecessaryEnvUsage.bugAccumulatorprivate final BugAccumulatorUnreadFields.bugAccumulatorprivate final BugAccumulatorWrongMapIterator.bugAccumulatorMethods in edu.umd.cs.findbugs.detect with parameters of type BugAccumulatorModifier and TypeMethodDescriptionprivate voidFindDeadLocalStores.suppressWarningsIfOneLiveStoreOnLine(BugAccumulator accumulator, BitSet liveStoreSourceLineSet) If feature is enabled, suppress warnings where there is at least one live store on the line where the warning would be reported.