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 786d04e commit 23d285cCopy full SHA for 23d285c
java/ql/test/utils/modelgenerator/dataflow/p/MultiPaths.java
@@ -11,8 +11,7 @@ public String cond(String x, String other) {
11
return x;
12
}
13
14
- // summary=p;MultiPaths;true;clone;();;Argument[this];ReturnValue;value;df-generated
15
- // contentbased-summary=p;MultiPaths;true;clone;();;Argument[this];ReturnValue;value;dfc-generated
+ // No summary for the clone method as it is explicitly handled by the dataflow library.
16
@Override
17
public Object clone() {
18
return this;
0 commit comments