Package | Description |
---|---|
org.sonar.java | |
org.sonar.java.ast.visitors | |
org.sonar.java.model | |
org.sonar.java.xml | |
org.sonar.java.xml.maven |
Constructor and Description |
---|
JavaSquid(JavaConfiguration conf,
SonarComponents sonarComponents,
Measurer measurer,
JavaResourceLocator javaResourceLocator,
CodeVisitorIssueFilter postAnalysisIssueFilter,
org.sonar.squidbridge.api.CodeVisitor... visitors) |
Constructor and Description |
---|
FileLinesVisitor(SonarComponents sonarComponents,
Charset charset) |
SyntaxHighlighterVisitor(SonarComponents sonarComponents) |
Modifier and Type | Method and Description |
---|---|
protected JavaFileScannerContext |
VisitorsBridgeForTests.createScannerContext(CompilationUnitTree tree,
SemanticModel semanticModel,
SonarComponents sonarComponents,
boolean failedParsing) |
protected JavaFileScannerContext |
VisitorsBridge.createScannerContext(CompilationUnitTree tree,
SemanticModel semanticModel,
SonarComponents sonarComponents,
boolean fileParsed) |
Constructor and Description |
---|
DefaultJavaFileScannerContext(CompilationUnitTree tree,
File file,
SemanticModel semanticModel,
SonarComponents sonarComponents,
JavaVersion javaVersion,
boolean fileParsed) |
TestJavaFileScannerContext(CompilationUnitTree tree,
File file,
SemanticModel semanticModel,
SonarComponents sonarComponents,
JavaVersion javaVersion,
boolean failedParsing) |
VisitorsBridge(Iterable visitors,
List<File> projectClasspath,
SonarComponents sonarComponents) |
VisitorsBridge(Iterable visitors,
List<File> projectClasspath,
SonarComponents sonarComponents,
boolean symbolicExecutionEnabled) |
VisitorsBridgeForTests(Iterable visitors,
List<File> projectClasspath,
SonarComponents sonarComponents) |
VisitorsBridgeForTests(Iterable visitors,
List<File> projectClasspath,
SonarComponents sonarComponents,
boolean symbolicExecutionEnabled) |
Modifier and Type | Method and Description |
---|---|
SonarComponents |
XmlCheckContextImpl.getSonarComponents() |
Constructor and Description |
---|
XmlAnalyzer(SonarComponents sonarComponents,
org.sonar.squidbridge.api.CodeVisitor... visitors) |
XmlCheckContextImpl(Document document,
File file,
XPath xPath,
SonarComponents sonarComponents) |
Constructor and Description |
---|
PomCheckContextImpl(MavenProject project,
Document document,
File file,
XPath xPath,
SonarComponents sonarComponents) |
Copyright © 2012–2016 SonarSource. All rights reserved.