java.lang.Integer to java.lang.Long
No. of Instances - 323
No. of Commits - 76
No. of Projects - {'jetty.project', 'keycloak', 'Chronicle-Queue', 'speedment', 'optaplanner', 'redisson', 'camel', 'geoserver', 'helios', 'BlossomsPokemonGoManager', 'graphhopper', 'sonarqube', 'nd4j', 'alluxio', 'ninja', 'ignite', 'spring-cloud-netflix', 'graylog2-server', 'presto', 'pinpoint', 'uaa', 'infinispan', 'jOOQ', 'vert.x', 'jbpm', 'orientdb', 'neo4j', 'flink', 'hibernate-orm', 'rapidoid', 'usergrid', 'killbill'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
- Cascading Type Change (Similar)
- Set<Integer> to Set<Long>
- Integer to Long
- Integer to Long
- Integer to Long
- Integer to Long
- AsyncMethodCallback<Integer> to AsyncMethodCallback<Long>
- Integer to Long
- AsyncMethodCallback<Integer> to AsyncMethodCallback<Long>
- Gauge<Integer> to Gauge<Long>
- Gauge<Integer> to Gauge<Long>
- TextField<Integer> to TextField<Long>
- Integer to Long
- PropertyKeyTokenRecord to RelationshipRecord
- PropertyKeyTokenRecord to RelationshipRecord
- Loader<Integer,PropertyKeyTokenRecord,Void> to Loader<Long,RelationshipRecord,Void>
- Integer to Long
- Cascading Type Change (Different)
- ArrayList<Integer> to ArrayList<Long>
- List<Integer> to List<Long>
- ArrayList<Integer> to ArrayList<Long>
- ArrayList<Integer> to ArrayList<Long>
- ArrayList<Integer> to ArrayList<Long>
- List<Integer> to List<Long>
- ArrayList<Integer> to ArrayList<Long>
- HashSet<Integer> to HashSet<Long>
- List<Integer> to List<Long>
- ArrayList<Integer> to ArrayList<Long>
- user_createFile_result to createFile_result
- IntegerReplayConvertor to LongReplayConvertor
- RFuture<Integer> to RFuture<Long>
- PropertyModel to PropertyModel<Long>
- MinimumValidator to MinimumValidator<Long>
- PropertyKeyTokenRecord to RelationshipRecord
- Update Anonymous class
- { public void onComplete( Integer o){ userGetRawTableId_result result=new userGetRawTableId_result(); result.success=o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result,org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch ( Exception e) { LOGGER.error("Exception writing to internal frame buffer",e); } fb.close(); } public void onError( Exception e){ byte msgType=org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; userGetRawTableId_result result=new userGetRawTableId_result(); if (e instanceof InvalidPathException) { result.ipe=(InvalidPathException)e; result.setIpeIsSet(true); msg=result; } else { msgType=org.apache.thrift.protocol.TMessageType.EXCEPTION; msg=(org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR,e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch ( Exception ex) { LOGGER.error("Exception writing to internal frame buffer",ex); } fb.close(); } } to { public void onComplete( Long o){ userGetRawTableId_result result=new userGetRawTableId_result(); result.success=o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result,org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch ( Exception e) { LOGGER.error("Exception writing to internal frame buffer",e); } fb.close(); } public void onError( Exception e){ byte msgType=org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; userGetRawTableId_result result=new userGetRawTableId_result(); if (e instanceof InvalidPathException) { result.ipe=(InvalidPathException)e; result.setIpeIsSet(true); msg=result; } else if (e instanceof TableDoesNotExistException) { result.tdnee=(TableDoesNotExistException)e; result.setTdneeIsSet(true); msg=result; } else { msgType=org.apache.thrift.protocol.TMessageType.EXCEPTION; msg=(org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR,e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch ( Exception ex) { LOGGER.error("Exception writing to internal frame buffer",ex); } fb.close(); } }
- { public void onComplete( Integer o){ user_createFile_result result=new user_createFile_result(); result.success=o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result,org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch ( Exception e) { LOGGER.error("Exception writing to internal frame buffer",e); } fb.close(); } public void onError( Exception e){ byte msgType=org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; user_createFile_result result=new user_createFile_result(); if (e instanceof FileAlreadyExistException) { result.eR=(FileAlreadyExistException)e; result.setERIsSet(true); msg=result; } else if (e instanceof InvalidPathException) { result.eI=(InvalidPathException)e; result.setEIIsSet(true); msg=result; } else if (e instanceof BlockInfoException) { result.eB=(BlockInfoException)e; result.setEBIsSet(true); msg=result; } else if (e instanceof SuspectedFileSizeException) { result.eS=(SuspectedFileSizeException)e; result.setESIsSet(true); msg=result; } else if (e instanceof TachyonException) { result.eT=(TachyonException)e; result.setETIsSet(true); msg=result; } else { msgType=org.apache.thrift.protocol.TMessageType.EXCEPTION; msg=(org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR,e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch ( Exception ex) { LOGGER.error("Exception writing to internal frame buffer",ex); } fb.close(); } } to { public void onComplete( Long o){ createFile_result result=new createFile_result(); result.success=o; result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result,org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; } catch ( Exception e) { LOGGER.error("Exception writing to internal frame buffer",e); } fb.close(); } public void onError( Exception e){ byte msgType=org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; createFile_result result=new createFile_result(); if (e instanceof FileAlreadyExistException) { result.faee=(FileAlreadyExistException)e; result.setFaeeIsSet(true); msg=result; } else if (e instanceof BlockInfoException) { result.bie=(BlockInfoException)e; result.setBieIsSet(true); msg=result; } else if (e instanceof SuspectedFileSizeException) { result.sfse=(SuspectedFileSizeException)e; result.setSfseIsSet(true); msg=result; } else if (e instanceof TachyonException) { result.te=(TachyonException)e; result.setTeIsSet(true); msg=result; } else { msgType=org.apache.thrift.protocol.TMessageType.EXCEPTION; msg=(org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR,e.getMessage()); } try { fcall.sendResponse(fb,msg,msgType,seqid); return; } catch ( Exception ex) { LOGGER.error("Exception writing to internal frame buffer",ex); } fb.close(); } }
- { @Override public PropertyKeyTokenRecord newUnused( Integer key, Void additionalData){ return andMarkAsCreated(new PropertyKeyTokenRecord(key)); } @Override public PropertyKeyTokenRecord load( Integer key, Void additionalData){ return store.getRecord(key,store.newRecord(),NORMAL); } @Override public void ensureHeavy( PropertyKeyTokenRecord record){ store.ensureHeavy(record); } @Override public PropertyKeyTokenRecord clone( PropertyKeyTokenRecord record){ return record.clone(); } } to { @Override public RelationshipRecord newUnused( Long key, Void additionalData){ return andMarkAsCreated(new RelationshipRecord(key)); } @Override public RelationshipRecord load( Long key, Void additionalData){ return store.getRecord(key,store.newRecord(),NORMAL); } @Override public void ensureHeavy( RelationshipRecord record){ } @Override public RelationshipRecord clone( RelationshipRecord relationshipRecord){ return relationshipRecord.clone(); } }
- Add or Remove Method invocation
- BlockInfo.computeInodeId(blockId) to BlockId.createBlockId(BlockId.getContainerId(blockId),BlockId.getMaxSequenceNumber())
- mMasterInfo.createFile(dir.join("j" + j),64) to mFsMaster.createFile(dir.join("j" + j),64,true)
- mMasterInfo.createFile(dir.join("j" + j),64) to mFsMaster.createFile(dir.join("j" + j),64,true)
- mMasterInfo.createFile(dir.join("j" + j),64) to mFsMaster.createFile(dir.join("j" + j),64,true)
- result.setEBIsSet(true) to result.setBieIsSet(true)
- result.setESIsSet(true) to result.setSfseIsSet(true)
- result.setETIsSet(true) to result.setTeIsSet(true)
- BlockInfo.computeInodeId(blockId) to BlockId.createBlockId(BlockId.getContainerId(blockId),BlockId.getMaxSequenceNumber())
- contentLength to contentLength.intValue()
- first to first.intValue()
- count to count.intValue()
- first to first.intValue()
- count to count.intValue()
- ArrayUtil.dotProductLong(accumOffsets,accumStrides) to ArrayUtil.dotProductLong2(accumOffsets,accumStrides)
- ArrayUtil.dotProductLong(accumOffsets,accumStrides) to ArrayUtil.dotProductLong2(accumOffsets,accumStrides)
- ArrayUtil.calcOffsetLong(accumShape,accumOffsets,accumStrides) to ArrayUtil.calcOffsetLong2(accumShape,accumOffsets,accumStrides)
- ArrayUtil.calcOffsetLong(accumShape,accumOffsets,accumStrides) to ArrayUtil.calcOffsetLong2(accumShape,accumOffsets,accumStrides)
- ArrayUtil.dotProductLong(pointOffsets,pointStrides) to ArrayUtil.dotProductLong2(pointOffsets,pointStrides)
- ArrayUtil.dotProductLong(pointOffsets,pointStrides) to ArrayUtil.dotProductLong2(pointOffsets,pointStrides)
- term.getCount() to bucket.getDocCount()
- term.getTerm() to bucket
- params.getInt(CONFIG_KEY_BULK_FLUSH_INTERVAL_MS) to params.getLong(CONFIG_KEY_BULK_FLUSH_INTERVAL_MS)
- table.getBucketCount().isPresent() to table.getDistributionId().isPresent()
- table.getBucketCount() to table.getDistributionId()
- store.ensureHeavy(record) to andMarkAsCreated(new RelationshipRecord(key))
- Rename Method invocation
- Update Number Literal
- 1 to 1l
- 0 to 0L
- 1 to 1L
- 0 to 0L
- 0 to 0L
- 0 to 0L
- 1 to 1L
- 0 to 0L
- 1 to 1L
- 1 to 1L
- 1 to 1L
- 1 to 1L
- 1 to 1L
- 0 to 0L
- 1 to 1L
- 1 to 1L
- 1 to 1L
- 19 to 19L
- 11005 to 11005L
- 17 to 17L
- 10 to 10L
- 20 to 20L
- 30 to 30L
- Update argument list (Method invocation)
- Update Class Instacne Creation
- new RedisCommand<Integer>("EVAL",new IntegerReplayConvertor(),4) to new RedisCommand<Integer>("EVAL",4)
- Other
- Rename Variable
- tpsGauge to sampledNewGauge
- tpsGauge to sampledNewGauge
- tpsGauge to sampledNewGauge
- tpsGauge to sampledNewGauge
- bucketCount to distributionId
- minSize to minHeapSize
- minSize to minHeapSize
- minSize to minHeapSize
- minSize to minHeapSize
- maxSize to maxHeapSize
- maxSize to maxHeapSize
- maxSize to maxHeapSize
- maxSize to maxHeapSize
- propertyKeyTokenLoader to relationshipLoader
- propertyKeyTokenLoader to relationshipLoader