Uses of Package
org.sonar.plugins.java.api
Packages that use org.sonar.plugins.java.api
Package
Description
-
Classes in org.sonar.plugins.java.api used by org.sonar.javaClassDescriptionThis batch extension should be extended to provide the classes to be used to instantiate checks.Context for checks registration.Marker interface for all checks of the java analyzer.Common interface for all checks analyzing a java file.Context injected in check classes and used to report issues.Interface to get the mapping between java classes and files (as multiple classes can be declared in one file).Represents the java version used by the project under analysis.
-
Classes in org.sonar.plugins.java.api used by org.sonar.java.ast.visitorsClassDescriptionMarker interface for all checks of the java analyzer.Common interface for all checks analyzing a java file.Context injected in check classes and used to report issues.Message and syntaxNode for a secondary location.
-
Classes in org.sonar.plugins.java.api used by org.sonar.java.filters
-
Classes in org.sonar.plugins.java.api used by org.sonar.java.modelClassDescriptionMarker interface for all checks of the java analyzer.Common interface for all checks analyzing a java file.Context injected in check classes and used to report issues.Message and syntaxNode for a secondary location.Represents the java version used by the project under analysis.Represents source map between generated Java code and JSP file
-
Classes in org.sonar.plugins.java.api used by org.sonar.java.regex
-
Classes in org.sonar.plugins.java.api used by org.sonar.java.reportingClassDescriptionMarker interface for all checks of the java analyzer.Message and syntaxNode for a secondary location.
-
Classes in org.sonar.plugins.java.api used by org.sonar.java.testingClassDescriptionMarker interface for all checks of the java analyzer.Common interface for all checks analyzing a java file.Context injected in check classes and used to report issues.Message and syntaxNode for a secondary location.Represents the java version used by the project under analysis.
-
Classes in org.sonar.plugins.java.api used by org.sonar.plugins.java.apiClassDescriptionContext for checks registration.Marker interface for all checks of the java analyzer.Common interface for all checks analyzing a java file.Context injected in check classes and used to report issues.Message and syntaxNode for a secondary location.Represents the java version used by the project under analysis.Represents source map between generated Java code and JSP file
-
Classes in org.sonar.plugins.java.api used by org.sonar.plugins.java.api.internal