Uses of Class
org.sonar.plugins.php.api.tests.TestIssue
Packages that use TestIssue
-
Uses of TestIssue in org.sonar.php.utils
Methods in org.sonar.php.utils that return types with arguments of type TestIssueModifier and TypeMethodDescriptionExpectedIssuesParser.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 TestIssueModifier and TypeMethodDescriptionTestIssue.columns(int startColumn, int endColumn) static TestIssueTestIssue.effortToFix(double effortToFix) TestIssue.endColumn(int endColumn) TestIssue.endLine(int endLine) TestIssue.startColumn(int startColumn)