public class JavaPropertiesHelper extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static org.sonar.plugins.java.api.tree.ExpressionTree |
retrievedPropertyDefaultValue(org.sonar.plugins.java.api.tree.ExpressionTree expression) |
If the provided expression is an
IdentifierTree or a MethodInvocationTree, it will check if it used to retrieve
a property with a default value provided (using Properties.getProperty(String, String)). |
@CheckForNull public static org.sonar.plugins.java.api.tree.ExpressionTree retrievedPropertyDefaultValue(org.sonar.plugins.java.api.tree.ExpressionTree expression)
IdentifierTree or a MethodInvocationTree, it will check if it used to retrieve
a property with a default value provided (using Properties.getProperty(String, String)).expression - Copyright © 2012–2018 SonarSource. All rights reserved.