Method and Description |
---|
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 |
Copyright © 2012–2016 SonarSource. All rights reserved.