Class LineIssues
- java.lang.Object
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.LineIssues
-
public class LineIssues extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMENT_PREFIXintlineList<String>messagesMap<String,String>paramsPrimaryLocationprimaryLocationorg.sonarsource.analyzer.commons.checks.verifier.internal.TestFiletestFile
-
Constructor Summary
Constructors Constructor Description LineIssues(org.sonarsource.analyzer.commons.checks.verifier.internal.TestFile testFile, int line, String[] messages, Map<String,String> params, PrimaryLocation primaryLocation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String message, Double effortToFix)static LineIssuesat(org.sonarsource.analyzer.commons.checks.verifier.internal.TestFile testFile, int line, PrimaryLocation primaryLocation)LineIssuesdropUntestedAttributes(LineIssues other)DoubleeffortToFix()StringtoString()LineIssuesvalidateExpected()
-
-
-
Field Detail
-
COMMENT_PREFIX
public static final String COMMENT_PREFIX
- See Also:
- Constant Field Values
-
testFile
public final org.sonarsource.analyzer.commons.checks.verifier.internal.TestFile testFile
-
line
public final int line
-
primaryLocation
@Nullable public PrimaryLocation primaryLocation
-
-
Method Detail
-
at
public static LineIssues at(org.sonarsource.analyzer.commons.checks.verifier.internal.TestFile testFile, int line, @Nullable PrimaryLocation primaryLocation)
-
validateExpected
public LineIssues validateExpected()
-
dropUntestedAttributes
public LineIssues dropUntestedAttributes(@Nullable LineIssues other)
-
-