File tree Expand file tree Collapse file tree 2 files changed +264
-275
lines changed
lib/semmle/code/java/frameworks/spring
test/library-tests/frameworks/spring/beans Expand file tree Collapse file tree 2 files changed +264
-275
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ private class FlowSummaries extends SummaryModelCsv {
22
22
"org.springframework.beans;PropertyValue;false;getValue;;;Argument[-1].MapValue;ReturnValue;value" ,
23
23
"org.springframework.beans;PropertyValues;true;getPropertyValue;;;Argument[-1].Element;ReturnValue;value" ,
24
24
"org.springframework.beans;PropertyValues;true;getPropertyValues;;;Argument[-1].Element;ReturnValue.ArrayElement;value" ,
25
+ "org.springframework.beans;MutablePropertyValues;true;MutablePropertyValues;(List);;Argument[0].Element;Argument[-1].Element;value" ,
26
+ "org.springframework.beans;MutablePropertyValues;true;MutablePropertyValues;(Map);;Argument[0].MapKey;Argument[-1].Element.MapKey;value" ,
27
+ "org.springframework.beans;MutablePropertyValues;true;MutablePropertyValues;(Map);;Argument[0].MapValue;Argument[-1].Element.MapValue;value" ,
28
+ "org.springframework.beans;MutablePropertyValues;true;MutablePropertyValues;(PropertyValues);;Argument[0].Element;Argument[-1].Element;value" ,
25
29
"org.springframework.beans;MutablePropertyValues;true;add;(String,Object);;Argument[0];Argument[-1].Element.MapKey;value" ,
26
30
"org.springframework.beans;MutablePropertyValues;true;add;(String,Object);;Argument[-1];ReturnValue;value" ,
27
31
"org.springframework.beans;MutablePropertyValues;true;add;(String,Object);;Argument[1];Argument[-1].Element.MapValue;value" ,
You can’t perform that action at this time.
0 commit comments