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 0739c03 commit f84a308Copy full SHA for f84a308
java/ql/lib/semmle/code/java/Overlay.qll
@@ -83,7 +83,7 @@ private predicate discardReferableLocatable(@locatable el) {
83
}
84
85
overlay[local]
86
-private predicate baseConfigLocatable(@configLocatable l) { not isOverlay() and l = l }
+private predicate baseConfigLocatable(@configLocatable l) { not isOverlay() and exists(l) }
87
88
89
private predicate overlayHasConfigLocatables() {
0 commit comments