Package org.sonar.plugins.java.api
@ParametersAreNonnullByDefault
package org.sonar.plugins.java.api
-
Interface SummaryInterfaceDescriptionThis batch extension should be extended to provide the classes to be used to instantiate checks.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.Marker interface for code visitors that are invoked on generated Java code from JSP pages.Represents source map between generated Java code and JSP file
-
Class SummaryClassDescriptionContext for checks registration.Subscription visitor providing an API to report issues.Message and syntaxNode for a secondary location.