mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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
|
isInTestFile(c.getCompilationUnit().getFile()) or
|
||||||
isInternal(c.getCompilationUnit()) or
|
isInternal(c.getCompilationUnit()) or
|
||||||
c instanceof MainMethod or
|
c instanceof MainMethod or
|
||||||
|
c instanceof CloneMethod or
|
||||||
c instanceof ToStringMethod or
|
c instanceof ToStringMethod or
|
||||||
c instanceof LambdaFlowMethod or
|
c instanceof LambdaFlowMethod or
|
||||||
c instanceof StaticInitializer or
|
c instanceof StaticInitializer or
|
||||||
|
|||||||
Reference in New Issue
Block a user