Skip to content

Commit

Permalink
Java: Update model generator expected output.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Sep 9, 2024
1 parent bd2997d commit 4a1ddd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions java/ql/test/utils/modelgenerator/dataflow/p/MultiPaths.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
public class MultiPaths {

// summary=p;MultiPaths;true;cond;(String,String);;Argument[0];ReturnValue;taint;df-generated
// It looks like the content flows are not being properly consolidated in case we have paths
// that disagree on whether value is preserved.
// SPURIOUS-contentbased-summary=p;MultiPaths;true;cond;(String,String);;Argument[0];ReturnValue;taint;df-generated
// contentbased-summary=p;MultiPaths;true;cond;(String,String);;Argument[0];ReturnValue;value;df-generated
public String cond(String x, String other) {
if (x == other) {
Expand Down

0 comments on commit 4a1ddd9

Please sign in to comment.