File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
csharp/ql/test/utils/modelgenerator/dataflow
java/ql/test/utils/modelgenerator/dataflow/p Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -651,14 +651,12 @@ private class Content1 : BaseContent
651
651
private object field ;
652
652
653
653
// summary=Models;Inheritance+BaseContent;true;GetValue;();;Argument[this];ReturnValue;taint;df-generated
654
- // SPURIOUS-contentbased-summary=Models;Inheritance+Content1;true;GetValue;();;Argument[this].SyntheticField[Models.Inheritance+Content1.field];ReturnValue;value;dfc-generated
655
654
public override object GetValue ( )
656
655
{
657
656
return field ;
658
657
}
659
658
660
659
// summary=Models;Inheritance+BaseContent;true;SetValue;(System.Object);;Argument[0];Argument[this];taint;df-generated
661
- // SPURIOUS-contentbased-summary=Models;Inheritance+Content1;true;SetValue;(System.Object);;Argument[0];Argument[this].SyntheticField[Models.Inheritance+Content1.field];value;dfc-generated
662
660
public override void SetValue ( object o )
663
661
{
664
662
field = o ;
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ public PrivateImplWithSink(File file) {
29
29
}
30
30
31
31
// summary=p;PrivateFlowViaPublicInterface$SPI;true;openStream;();;Argument[this];ReturnValue;taint;df-generated
32
- // This summary shouldn't be created because the method is private.
33
- // This is most likely because the lifting logic hasn't been properly adapted.
34
- // SPURIOUS-contentbased-summary=p;PrivateFlowViaPublicInterface$PrivateImplWithSink;false;openStream;();;Argument[this].SyntheticField[p.PrivateFlowViaPublicInterface$PrivateImplWithSink.file];ReturnValue;taint;dfc-generated
35
32
@ Override
36
33
public OutputStream openStream () throws IOException {
37
34
return new FileOutputStream (file );
You can’t perform that action at this time.
0 commit comments