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 7919dcf commit 786d04eCopy full SHA for 786d04e
java/ql/lib/semmle/code/java/dataflow/internal/ModelExclusions.qll
@@ -78,6 +78,7 @@ predicate isUninterestingForModels(Callable c) {
78
isInTestFile(c.getCompilationUnit().getFile()) or
79
isInternal(c.getCompilationUnit()) or
80
c instanceof MainMethod or
81
+ c instanceof CloneMethod or
82
c instanceof ToStringMethod or
83
c instanceof LambdaFlowMethod or
84
c instanceof StaticInitializer or
0 commit comments