Toggle navigation
Home
java.lang.Integer to java.lang.Boolean
No. of Instances - 18
No. of Commits - 6
No. of Projects - {'alluxio', 'ignite', 'spring-cloud-netflix', 'redisson', 'Resteasy'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
userCreateFile_result
to
deleteFile_result
Publisher<Integer>
to
RFuture<Boolean>
Publisher<Integer>
to
RFuture<Boolean>
Publisher<Integer>
to
RFuture<Boolean>
Cascading Type Change (Similar)
Integer
to
Boolean
AsyncMethodCallback<Integer>
to
AsyncMethodCallback<Boolean>
Add or Remove Method invocation
result.setERIsSet(true)
to
result.setTeIsSet(true)
result.setEIIsSet(true)
to
result.setTeIsSet(true)
result.setEBIsSet(true)
to
result.setTeIsSet(true)
result.setESIsSet(true)
to
result.setTeIsSet(true)
result.setETIsSet(true)
to
result.setTeIsSet(true)
(InvalidPathException)e
to
result.setTeIsSet(true)
RedissonSetCacheReactive.this.add((V)o)
to
instance.addAsync((V)o)
RedissonLexSortedSetReactive.this.add(e)
to
instance.addAsync((String)e)
RedissonSetReactive.this.add((V)e)
to
instance.addAsync((V)e)
Update Anonymous class
{ public void onComplete( Integer o){ userCreateFile_result result=new userCreateFile_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; userCreateFile_result result=new userCreateFile_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( Boolean o){ deleteFile_result result=new deleteFile_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; deleteFile_result result=new deleteFile_result(); 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(); } }
Rename Variable
part
to
loc
part
to
loc