Package org.sonar.java
@ParametersAreNonnullByDefault
package org.sonar.java
-
Interface SummaryInterfaceDescriptionCommon interface for checks that are triggered at the end of the analysis, after all files have been scanned.Interface defining how a java check should react when errors are occurring during analysis.Implementing this interface allows a check to be executed - or not - during analysis, depending of expected java version.
-
Class SummaryClassDescriptionWrap an
AnalysisWarnings
instance, available since SQ API 7.4.Class used to represent analyzer issue messages -
Exception SummaryExceptionDescriptionRuntime exception to be thrown during analysis, in case of major issue, for instance invalid format of a report to be parsedMarker exception class for rule parameters.
-
Annotation Types SummaryAnnotation TypeDescriptionThis annotation is used for rules with a legacy key to refer to the correct RSPEC.