Package edu.umd.cs.findbugs
Class PriorityAdjuster
java.lang.Object
edu.umd.cs.findbugs.PriorityAdjuster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintadjustForDetector(BugInstance bugInstance) Adjust priority if the factory was forcibly enabled byExecutionPlanalthough the user did not select it.voidsetFactoryChooser(DetectorFactoryChooser factoryChooser) Set the factory chooser used byExecutionPlan
-
Constructor Details
-
PriorityAdjuster
-
-
Method Details
-
adjustForDetector
Adjust priority if the factory was forcibly enabled byExecutionPlanalthough the user did not select it.- Parameters:
bugInstance-- Returns:
- adjusted bug priority
-
setFactoryChooser
Set the factory chooser used byExecutionPlan- Parameters:
factoryChooser- the factory chooser, never null
-