Mapping Summary for ('java.lang.Object[]', 'java.util.List')
Match | Replace | Instances | isVeryGood | isGood | isChange | Relevant Instances | Commits | Project | Link |
---|---|---|---|---|---|---|---|---|---|
Arrays.copyOf(:[TCIVar],addresses.length,String[].class) | :[TCIVar].toArray(new String[addresses.size()]) | 1 | False | False | True | 1 | ['77009c3a0a8f22287d2206c66bdd1b5c1eeae50b'] | ['neo4j'] | Link |
(Object[]):[v0] | (List<String>):[v0] | 1 | False | False | True | 1 | ['77009c3a0a8f22287d2206c66bdd1b5c1eeae50b'] | ['neo4j'] | Link |