Class NodeDeprecationWarning
- java.lang.Object
-
- org.sonar.plugins.javascript.eslint.NodeDeprecationWarning
-
@ScannerSide @SonarLintSide(lifespan="MULTIPLE_ANALYSES") public class NodeDeprecationWarning extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeDeprecationWarning(org.sonar.api.SonarRuntime sonarRuntime)
NodeDeprecationWarning(org.sonar.api.SonarRuntime sonarRuntime, org.sonar.api.notifications.AnalysisWarnings analysisWarnings)
-
-
-
Constructor Detail
-
NodeDeprecationWarning
public NodeDeprecationWarning(org.sonar.api.SonarRuntime sonarRuntime)
-
NodeDeprecationWarning
public NodeDeprecationWarning(org.sonar.api.SonarRuntime sonarRuntime, @Nullable org.sonar.api.notifications.AnalysisWarnings analysisWarnings)
-
-