Toggle navigation
Home
java.lang.Long to org.sonar.db.component.SnapshotDto
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Variable
analysisDateByComponentUuid
to
snapshotsByComponentUuid
analysisDate
to
snapshot
analysisDateByComponentUuid
to
snapshotsByComponentUuid
analysisDateByComponentUuid
to
snapshotsByComponentUuid
Add or Remove Method invocation
analysisDate
to
snapshot.getCreatedAt()
components.stream().map(ComponentDto::uuid).collect(MoreCollectors.toList())
to
componentUuids
getCreatedAt
to
identity()
Cascading Type Change (Similar)
Map<String,Long>
to
Map<String,SnapshotDto>