We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab193d commit 5243fe3Copy full SHA for 5243fe3
java/ql/lib/semmle/code/java/JDK.qll
@@ -270,7 +270,7 @@ class MethodAccessSystemGetProperty extends MethodAccess {
270
* For example: `System.getProperty("user.dir")`.
271
*
272
* Note: Better to use `semmle.code.java.environment.SystemProperty#getSystemProperty` instead
273
- * as that predicate covers more libraries' and JDK API's ways of accessing the same information
+ * as that predicate covers ways of accessing the same information via various libraries.
274
*/
275
predicate hasCompileTimeConstantGetPropertyName(string propertyName) {
276
this.getArgument(0).(CompileTimeConstantExpr).getStringValue() = propertyName
0 commit comments