Skip to content

Commit 09a0730

Browse files
committed
QLdoc fix
1 parent 02581a3 commit 09a0730

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/lib/semmle/code/java/frameworks/Properties.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ class PropertiesGetPropertyMethodCall extends MethodCall {
5656
this.getArgument(0).(ConstantStringExpr).getStringValue() = result.getNameElement().getName()
5757
}
5858

59+
/**
60+
* Get the potential string values that can be associated with the given property name.
61+
*/
5962
string getPropertyValue() {
6063
result = this.getPair().getValueElement().getValue() or
6164
result = this.getArgument(1).(ConstantStringExpr).getStringValue()

0 commit comments

Comments
 (0)