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 |
org.sonar.plugins.java.api.tree.TryStatementTree.resources()
since 4.11. Use
TryStatementTree.resourceList() to get all declared resources. |
Copyright © 2012–2017 SonarSource. All rights reserved.