@Beta
public interface JavaVersionAwareVisitor
sonar.java.source
must be set.Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWithJavaVersion(JavaVersion version)
Control if the check is compatible with the java version of the project being analyzed.
|
boolean isCompatibleWithJavaVersion(JavaVersion version)
sonar.java.source
(6 or 1.6 for java 1.6, 7 or 1.7, etc.).version
- The java version of the sourcesCopyright © 2012–2017 SonarSource. All rights reserved.