mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Java: Add the clone method to the model generation exclusions.
This commit is contained in:
@@ -78,6 +78,7 @@ predicate isUninterestingForModels(Callable c) {
|
||||
isInTestFile(c.getCompilationUnit().getFile()) or
|
||||
isInternal(c.getCompilationUnit()) or
|
||||
c instanceof MainMethod or
|
||||
c instanceof CloneMethod or
|
||||
c instanceof ToStringMethod or
|
||||
c instanceof LambdaFlowMethod or
|
||||
c instanceof StaticInitializer or
|
||||
|
||||
Reference in New Issue
Block a user