Method and Description |
---|
org.sonar.plugins.java.api.JavaResourceLocator.classKeys()
since 4.1 : used by bytecode visitor scanner and should be dropped when it is removed.
|
org.sonar.plugins.java.api.JavaResourceLocator.findSourceFileKeyByClassName(String)
since 4.1 : will be dropped with no replacement.
|
org.sonar.plugins.java.api.JavaFileScannerContext.getMethodComplexityNodes(ClassTree, MethodTree)
use
JavaFileScannerContext.getComplexityNodes(Tree) instead |
org.sonar.plugins.java.api.JavaResourceLocator.getMethodStartLine(String)
since 4.1 : used by bytecode visitor scanner and should be dropped when it is removed.
|
Copyright © 2012–2016 SonarSource. All rights reserved.