removeEnabledWarnings abstract method
- List<
WarningType> warningTypes
Removes the given warning types from the set of warnings monitored by the engine.
After this call, the engine will stop generating warnings for all
types included in WarnerEngine.removeEnabledWarnings.warningTypes, while other enabled types remain unaffected.
warningTypesWarning types to be removed from the engine's active monitoring set.
Implementation
void removeEnabledWarnings(List<WarningType> warningTypes);