File tree Expand file tree Collapse file tree
java/ql/test/library-tests/frameworks/guava/generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4493,7 +4493,7 @@ public void test() throws Exception {
44934493 List <List > out = null ;
44944494 List [] in = (List [])newWithArrayElement (newWithElement (source ()));
44954495 out = Lists .cartesianProduct (in );
4496- sink (getElement (getElement (out ))); // $ hasValueFlow
4496+ sink (getElement (getElement (out ))); // $ MISSING: hasValueFlow
44974497 }
44984498 {
44994499 // "com.google.common.collect;Lists;false;charactersOf;(CharSequence);;Argument[0];Element of ReturnValue;taint"
@@ -6621,7 +6621,7 @@ public void test() throws Exception {
66216621 Set <Set > out = null ;
66226622 Set [] in = (Set [])newWithArrayElement (newWithElement (source ()));
66236623 out = Sets .cartesianProduct (in );
6624- sink (getElement (getElement (out ))); // $ hasValueFlow
6624+ sink (getElement (getElement (out ))); // $ MISSING: hasValueFlow
66256625 }
66266626 {
66276627 // "com.google.common.collect;Sets;false;combinations;(Set,int);;Element of Argument[0];Element of Element of ReturnValue;value"
You can’t perform that action at this time.
0 commit comments