Toggle navigation
Home
java.util.List to java.util.concurrent.BlockingQueue
No. of Instances - 13
No. of Commits - 5
No. of Projects - {'brave', 'infinispan', 'hadoop'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Convert Class instance creation to method invocation
ArrayList<Span>
to
drainTo
Rename Variable
spans
to
consumerSpans
Cascading Type Change (Different)
ArrayList<>
to
LinkedBlockingQueue<>
ArrayList<>
to
LinkedBlockingQueue<>
ArrayList<>
to
LinkedBlockingQueue<>