File tree Expand file tree Collapse file tree
lib/semmle/code/java/frameworks/guava
test/library-tests/frameworks/guava/generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ private class GuavaCollectCsv extends SummaryModelCsv {
146146 "com.google.common.collect;ImmutableSortedSet;true;of;;;Argument[0..5];Element of ReturnValue;value" ,
147147 "com.google.common.collect;ImmutableSortedSet;true;of;;;ArrayElement of Argument[6];Element of ReturnValue;value" ,
148148 "com.google.common.collect;ImmutableMultiset;true;of;;;Argument[0..5];Element of ReturnValue;value" ,
149- "com.google.common.collect;ImmutableMultiset;true;of;;;Element of Argument[6];Element of ReturnValue;value" ,
149+ "com.google.common.collect;ImmutableMultiset;true;of;;;ArrayElement of Argument[6];Element of ReturnValue;value" ,
150150 "com.google.common.collect;ImmutableSortedMultiset;true;of;;;Argument[0..5];Element of ReturnValue;value" ,
151- "com.google.common.collect;ImmutableSortedMultiset;true;of;;;Element of Argument[6];Element of ReturnValue;value" ,
151+ "com.google.common.collect;ImmutableSortedMultiset;true;of;;;ArrayElement of Argument[6];Element of ReturnValue;value" ,
152152 "com.google.common.collect;ImmutableMap;true;of;;;Argument[0];MapKey of ReturnValue;value" ,
153153 "com.google.common.collect;ImmutableMap;true;of;;;Argument[1];MapValue of ReturnValue;value" ,
154154 "com.google.common.collect;ImmutableMap;true;of;;;Argument[2];MapKey of ReturnValue;value" ,
You can’t perform that action at this time.
0 commit comments