| Package | Description |
|---|---|
| org.sonar.java | |
| org.sonar.java.model | |
| org.sonar.plugins.java.api |
| Modifier and Type | Method and Description |
|---|---|
JavaVersion |
JavaConfiguration.javaVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaVersionAwareVisitor.isCompatibleWithJavaVersion(JavaVersion version)
Control if the check is compatible with the java version of the project being analyzed.
|
void |
JavaConfiguration.setJavaVersion(JavaVersion javaVersion) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaVersionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected JavaVersion |
VisitorsBridge.javaVersion |
| Modifier and Type | Method and Description |
|---|---|
static JavaVersion |
JavaVersionImpl.fromString(String javaVersion) |
JavaVersion |
DefaultJavaFileScannerContext.getJavaVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisitorsBridge.setJavaVersion(JavaVersion javaVersion) |
| Constructor and Description |
|---|
DefaultJavaFileScannerContext(CompilationUnitTree tree,
File file,
SemanticModel semanticModel,
boolean analyseAccessors,
SonarComponents sonarComponents,
JavaVersion javaVersion,
boolean fileParsed) |
VisitorsBridgeForTests.TestJavaFileScannerContext(CompilationUnitTree tree,
File file,
SemanticModel semanticModel,
boolean analyseAccessors,
SonarComponents sonarComponents,
JavaVersion javaVersion,
boolean failedParsing) |
| Modifier and Type | Method and Description |
|---|---|
JavaVersion |
JavaFileScannerContext.getJavaVersion() |
Copyright © 2012–2016 SonarSource. All rights reserved.