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 54031a8 commit bbf3fa7Copy full SHA for bbf3fa7
java/ql/lib/semmle/code/java/dataflow/internal/ModelExclusions.qll
@@ -64,6 +64,7 @@ predicate isUninterestingForModels(Callable c) {
64
isInTestFile(c.getCompilationUnit().getFile()) or
65
isInternal(c.getCompilationUnit()) or
66
c instanceof MainMethod or
67
+ c instanceof ToStringMethod or
68
c instanceof StaticInitializer or
69
exists(FunctionalExpr funcExpr | c = funcExpr.asMethod()) or
70
c.getDeclaringType() instanceof TestLibrary or
0 commit comments