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 d052efa commit 52296d4Copy full SHA for 52296d4
java/ql/lib/semmle/code/java/ConflictingAccess.qll
@@ -71,7 +71,7 @@ class ExposedField extends Field {
71
72
/**
73
* Gets the initial value for the field `f`.
74
- * This is either a static initializer or an assignment in a constructor.
+ * This is either a field initializer or an assignment in a constructor.
75
*/
76
Expr initialValue(Field f) {
77
result = f.getInitializer()
0 commit comments