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 32502d5 commit 9f7f2abCopy full SHA for 9f7f2ab
java/ql/automodel/src/AutomodelFrameworkModeCharacteristics.qll
@@ -30,14 +30,12 @@ newtype TFrameworkModeEndpoint =
30
TOverridableParameter(Method m, Parameter p) {
31
p.getCallable() = m and
32
m instanceof ModelExclusions::ModelApi and
33
- m.fromSource() and
34
not m.getDeclaringType().isFinal() and
35
not m.isFinal() and
36
not m.isStatic()
37
} or
38
TOverridableQualifier(Method m) {
39
40
41
42
43
0 commit comments