public class JavaPropertiesHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static ExpressionTree |
retrievedPropertyDefaultValue(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 ExpressionTree retrievedPropertyDefaultValue(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–2016 SonarSource. All rights reserved.