Uses of Class
org.sonar.plugins.php.api.tests.TestIssue
-
Packages that use TestIssue Package Description org.sonar.php.utils org.sonar.plugins.php.api.tests -
-
Uses of TestIssue in org.sonar.php.utils
Methods in org.sonar.php.utils that return types with arguments of type TestIssue Modifier and Type Method Description static List<TestIssue>ExpectedIssuesParser. parseExpectedIssues(PhpFile file, CompilationUnitTree tree) -
Uses of TestIssue in org.sonar.plugins.php.api.tests
Methods in org.sonar.plugins.php.api.tests that return TestIssue Modifier and Type Method Description TestIssueTestIssue. columns(int startColumn, int endColumn)static TestIssueTestIssue. create(String message, int lineNumber)TestIssueTestIssue. effortToFix(double effortToFix)TestIssueTestIssue. endColumn(int endColumn)TestIssueTestIssue. endLine(int endLine)TestIssueTestIssue. message(String message)TestIssueTestIssue. secondary(Integer... lines)TestIssueTestIssue. secondary(List<Integer> secondaryLines)TestIssueTestIssue. startColumn(int startColumn)
-