removeEnabledWarnings abstract method

void removeEnabledWarnings(
  1. 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.

  • warningTypes Warning types to be removed from the engine's active monitoring set.

Implementation

void removeEnabledWarnings(List<WarningType> warningTypes);