addEnabledWarnings abstract method

void addEnabledWarnings(
  1. List<WarningType> warningTypes
)

Adds the given warning types to the set of warnings monitored by the engine.

After this call, the engine will begin generating warnings for all types included in WarnerEngine.addEnabledWarnings.warningTypes, in addition to those that are already enabled.

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

Implementation

void addEnabledWarnings(List<WarningType> warningTypes);