Toggle navigation
Home
java.lang.Boolean to boolean
No. of Instances - 6
No. of Commits - 3
No. of Projects - {'uaa'}
Hierarchy/Composition: -
Primitive Info: Unboxing
NameSpace: Jdk -> Jdk
Mapping:
Other
skipZk == null ? true : skipZk
to
skipZk
skipZk == null ? false : skipZk
to
skipZk
skipZk == null ? true : skipZk
to
skipZk
skipZk == null ? false : skipZk
to
skipZk
skipZk == null ? true : skipZk
to
skipZk
skipZk == null ? true : skipZk
to
skipZk
skipZk == null ? false : skipZk
to
skipZk
originalAwaitInitialTransfer
to
!awaitInitialTransfer.isModified()
this.clientRequestValidation=clientRequestValidation
to
setClientRequestValidation(clientRequestValidation)
this.apiVendorExtension=apiVendorExtension
to
setApiVendorExtension(apiVendorExtension)
this.useXForwardHeaders=useXForwardHeaders
to
setUseXForwardHeaders(useXForwardHeaders)
this.apiContextListing=apiContextListing
to
setApiContextListing(apiContextListing)
this.skipBindingOnErrorCode=skipBindingOnErrorCode
to
setSkipBindingOnErrorCode(skipBindingOnErrorCode)
this.enableCORS=enableCORS
to
setEnableCORS(enableCORS)
Rename Method invocation
updatePaymentAndTransactionIfNeeded
to
updatePaymentAndTransactionInternal
setBaseItemLabelsVisible
to
setDefaultItemLabelsVisible
writeObject
to
writeBoolean
writeObject
to
writeBoolean
setAllowWriteTokenCreate
to
writerCreateToken
Add or Remove Method invocation
append
to
append
apply(target,bool.toString())
to
apply(target,bool)
table.exists(gets)
to
table.existsAll(gets)
table.exists(gets)
to
table.existsAll(gets)
setResult(oserver.preCheckAndPutAfterRowLock(ctx,row,family,qualifier,compareOp,comparator,put,getResult()))
to
setResult(oserver.postCheckAndDelete(ctx,row,family,qualifier,op,comparator,delete,getResult()))
setResult(oserver.preCheckAndPut(ctx,row,family,qualifier,compareOp,comparator,put,getResult()))
to
setResult(oserver.postCheckAndPut(ctx,row,family,qualifier,op,comparator,put,getResult()))
allMatch
to
allMatch
sendData(request,response,included.booleanValue(),resource,content,reqRanges)
to
sendData(request,response,included,content,reqRanges)
values[valueColumn.orElseThrow(() -> new IllegalStateException("No value column and not key only parsing specified!"))].trim()
to
values[valueColumn].trim()
builder().contentPackEntityId(contentPackEntityId).id(id).title(title).type(type).foundOnSystem(foundOnServer)
to
builder().contentPackEntityId(contentPackEntityId).id(id).title(title).type(type).foundOnSystem(foundOnSystem)
entry.getKey()
to
fieldName
Rename Variable
isOptionEnabled
to
optionEnabled
isOptionEnabled
to
optionEnabled
preCheckAndPutAfterRowLock
to
postCheckAndDelete
preCheckAndPut
to
postCheckAndPut
foundOnServer
to
foundOnSystem
foundOnServer
to
foundOnSystem
foundOnServer
to
foundOnSystem
foundOnServer
to
foundOnSystem
foundOnServer
to
foundOnSystem
negative
to
atleastOnePositiveMatch
isOpen
to
shouldClose
prettyPrinting
to
prettyPrint
prettyPrinting
to
prettyPrint
followRedirectFilterEnabled
to
followRedirectFilter
followRedirectFilterEnabled
to
followRedirectFilter
loggingFilterEnabled
to
loggingFilter
loggingFilterEnabled
to
loggingFilter
Introduce Literal
false
to
result
true
to
result
false
to
result
true
to
result
Update Anonymous class
{ @Override public void call( RegionObserver oserver, ObserverContext<RegionCoprocessorEnvironment> ctx) throws IOException { setResult(oserver.preCheckAndPutAfterRowLock(ctx,row,family,qualifier,compareOp,comparator,put,getResult())); } }
to
{ @Override public void call( RegionObserver oserver, ObserverContext<RegionCoprocessorEnvironment> ctx) throws IOException { setResult(oserver.postCheckAndDelete(ctx,row,family,qualifier,op,comparator,delete,getResult())); } }
{ @Override public void call( RegionObserver oserver, ObserverContext<RegionCoprocessorEnvironment> ctx) throws IOException { setResult(oserver.preCheckAndPut(ctx,row,family,qualifier,compareOp,comparator,put,getResult())); } }
to
{ @Override public void call( RegionObserver oserver, ObserverContext<RegionCoprocessorEnvironment> ctx) throws IOException { setResult(oserver.postCheckAndPut(ctx,row,family,qualifier,op,comparator,put,getResult())); } }
Wrap or Un-wrap
forEach
to
forEach