Toggle navigation
Home
java.lang.String to ?
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'rapidoid'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> TypeVariable
Mapping:
Rename Variable
user
to
body
finalGroupsNameIterator
to
finalGroupNamesIterator
multimap
to
actual
map1
to
actual
alm1
to
actual
multiset
to
actual
Cascading Type Change (Similar)
Iterator<String>
to
Iterator<?>
Add or Remove Method invocation
groupsNameIterator
to
Iterators.concat(groupNamesIterator)
columnsSchema.add(key + " " + value)
to
columnsSchema.add(key + " " + String.valueOf(value))
this.server.register(target.addService(this.getServiceName(),service))
to
builder.setInstance(service)
doesNotContainKey
to
that
isEqualTo
to
that
isEqualTo
to
that
doesNotContain
to
that
Other
new SimpleDomainEventStream(domainEvents)
to
domainEvents
new SimpleDomainEventStream(domainEvents)
to
domainEvents
new SimpleDomainEventStream(domainEvents)
to
domainEvents
new SimpleDomainEventStream(domainEvents)
to
domainEvents
new SimpleDomainEventStream(domainEvents)
to
domainEvents
new SimpleDomainEventStream(domainEvents)
to
domainEvents
Update argument list (Method invocation)
appendEvents
to
appendEvents
appendEvents
to
appendEvents
appendEvents
to
appendEvents
appendEvents
to
appendEvents
appendEvents
to
appendEvents
appendEvents
to
appendEvents
map
to
map