Skip to content

Commit a86cd18

Browse files
committed
Java: Make language specific modifications.
1 parent 395caba commit a86cd18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/src/utils/modelgenerator/internal/CaptureModels.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ module ModelGeneratorInput implements ModelGeneratorInputSig<Location, JavaDataF
8888
api.getDeclaringType() instanceof J::Interface and not exists(api.getBody())
8989
}
9090

91+
predicate isUninterestingForHeuristicDataFlowModels(Callable api) { none() }
92+
9193
class SourceOrSinkTargetApi extends Callable {
9294
SourceOrSinkTargetApi() { relevant(this) }
9395
}

0 commit comments

Comments
 (0)