setEnabledWarnings abstract method
- List<
WarningType> warningTypes
Replaces the current set of enabled warning types with the provided list.
After this call, the engine will monitor and generate warnings
only for types included in WarnerEngine.setEnabledWarnings.warningTypes.
warningTypesThe complete new set of warning types the engine should track.
Implementation
void setEnabledWarnings(List<WarningType> warningTypes);