Package org.sonar.iac.common.testing
Class Verifier.Issue
- java.lang.Object
-
- org.sonar.iac.common.testing.Verifier.Issue
-
-
Constructor Summary
Constructors Constructor Description Issue(org.sonar.api.batch.fs.TextRange textRange)Issue(org.sonar.api.batch.fs.TextRange textRange, String message)Issue(org.sonar.api.batch.fs.TextRange textRange, String message, List<SecondaryLocation> secondaryLocations)Issue(org.sonar.api.batch.fs.TextRange textRange, String message, SecondaryLocation secondaryLocation)
-
-
-
Constructor Detail
-
Issue
public Issue(org.sonar.api.batch.fs.TextRange textRange, @Nullable String message, List<SecondaryLocation> secondaryLocations)
-
Issue
public Issue(org.sonar.api.batch.fs.TextRange textRange, @Nullable String message, SecondaryLocation secondaryLocation)
-
Issue
public Issue(org.sonar.api.batch.fs.TextRange textRange, @Nullable String message)
-
Issue
public Issue(org.sonar.api.batch.fs.TextRange textRange)
-
-