No. of Instances - 628
No. of Commits - 257
No. of Projects - {'JGroups', 'pheonix', 'byte-buddy', 'guacamole-client', 'keycloak', 'CoreNLP', 'lombok-intellij-plugin', 'hadoop', 'wildfly', 'aws-sdk-java', 'speedment', 'redisson', 'camel', 'AxonFramework', 'gwt', 'j2objc', 'framework', 'che', 'graphhopper', 'Singularity', 'sonarqube', 'drill', 'alluxio', 'pac4j', 'jgit', 'OpenTripPlanner', 'honest-profiler', 'pippo', 'hbase', 'ignite', 'graylog2-server', 'presto', 'pinpoint', 'kaa', 'uaa', 'james-project', 'infinispan', 'google-java-format', 'jOOQ', 'jbpm', 'orientdb', 'nutz', 'closure-compiler', 'fastjson', 'bootique', 'drools', 'lombok', 'neo4j', 'flink', 'hibernate-orm', 'cucumber-jvm', 'usergrid', 'rapidoid', 'killbill', 'mpush'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
- getMutableList(taskManager.getCleanupTaskIds()) to getMutableCollection(taskManager.getCleanupTaskIds())
- getMutableList(taskManager.getActiveTaskIds()) to getMutableCollection(taskManager.getActiveTaskIds())
- getMutableList(taskManager.getPendingTasks()) to getMutableCollection(taskManager.getPendingTasks())
- toSubscriptionEvent(prevNext[0],prevNext[1],targetEntitlementId,bs,t,accountTimeZone) to toSubscriptionEvent(prevNext[0],prevNext[1],targetEntitlementId,bs,t,accountTimeZone,internalTenantContext)
- items.buildForMissingInterval(startDate,endDate,output,false) to items.buildForMissingInterval(startDate,endDate,targetInvoiceId,output,mergeMode)
- items.buildFromItems(output,false) to items.buildFromItems(output,mergeMode)
- Collections.unmodifiableList(refs) to Collections.unmodifiableCollection(refs)
- destinations.get(0) to destinations.iterator().next()
- gms.getViewHandler() to leavingOrSuspectedMembers
- java.util.Collections.unmodifiableList(scarves) to java.util.Collections.unmodifiableList(new java.util.ArrayList<Number>(this.scarves))
- java.util.Collections.unmodifiableList(scarves) to java.util.Collections.unmodifiableList(new java.util.ArrayList<Number>(this.scarves))
- modules.get(0) to modules.iterator().next()
- modules.stream().filter(RuntimeModule::isNotOverridden).map(this::merge) to modules.stream().filter(RuntimeModule::doesNotOverrideOthers).map(this::fold)
- list.get(0) to list.iterator().next()
- end.getExtra() to end.getIncoming()
- Objects.equals(processingSegments.get(0),segment) to Objects.equals(processingSegments.iterator().next(),segment)
- join(interfaceTypes,nonNull(typeDescriptions)) to join(interfaceTypes,toList(nonNull(typeDescriptions)))
- values.size() to unique(nonNull(values)).size()
- valueAsList.get(0) to valueAsList.iterator().next()
- jobGraphs.recoverJobGraphs() to jobGraphs.getJobIds()
- subtaskKeyGroupIds to keyGroupPartitions.get(subTaskIndex)
- subtaskKeyGroupIds to keyGroupPartitions.get(subTaskIndex)
- opStateRaw to Collections.singletonList(opStateRaw)
- opStateBackend to Collections.singletonList(opStateBackend)
- tableAction.getData().getPrincipalPrivilegeSet().getUserPrivileges() to tableAction.getData().getPrincipalPrivileges().getUserPrivileges()
- findAvailablePlugins to copyOf
- fieldIsWanted(FIELD_GROUPS,fields) to isFieldWanted(FIELD_GROUPS,fields)
- fieldIsWanted(field,fields) to isFieldWanted(field,fields)
- fieldIsWanted(FIELD_SCM_ACCOUNTS,fields) to isFieldWanted(FIELD_SCM_ACCOUNTS,fields)
- singletonList(s) to singleton(s)
- projectUuids.get(0) to projectUuids.iterator().next()
- singletonList(componentUuid) to singleton(componentUuid)
- singletonList(metricId) to singleton(metricId)
- componentUuids.get(0) to componentUuids.iterator().next()
- truncateAuthorizationType(scope.getIndexName()) to truncateAuthorizationType
- profile to singleton(profile)
- toPrepare.toArray(new Object[toPrepare.size()]) to toPrepare
- new DefaultChangedField(key,oldData,newData) to new DefaultChangedField(key,oldData,newData,changeDate)
- new DefaultChangedField(key,oldData,newData) to new DefaultChangedField(key,oldData,newData,changeDate)
- new EnumerationImplementation(nonNull(values)) to new EnumerationImplementation(new ArrayList<String>(values))
- new DbColumn(colName,colsRs.getInt(COL_DATA_TYPE_IDX),pkCols.contains(colName),colsRs.getInt(COL_NULLABLE_IDX) == DatabaseMetaData.columnNullable) to new DbColumn(colName,colsRs.getInt(COL_DATA_TYPE_IDX),pkCols.contains(colName),colsRs.getInt(COL_NULLABLE_IDX) == DatabaseMetaData.columnNullable,unsignedTypes.contains(colsRs.getString(COL_TYPE_NAME_IDX)))