Package org.sonar.python.checks.hotspots
Class DisabledHtmlAutoEscapeLegacyCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.hotspots.DisabledHtmlAutoEscapeCheck
-
- org.sonar.python.checks.hotspots.DisabledHtmlAutoEscapeLegacyCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class DisabledHtmlAutoEscapeLegacyCheck extends DisabledHtmlAutoEscapeCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssue
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context
-
-
Constructor Summary
Constructors Constructor Description DisabledHtmlAutoEscapeLegacyCheck()
-
Method Summary
-
Methods inherited from class org.sonar.python.checks.hotspots.DisabledHtmlAutoEscapeCheck
initialize
-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.PythonCheck
scope
-
-