Toggle navigation
Home
org.joda.time.DateTime to org.joda.time.LocalDate
No. of Instances - 48
No. of Commits - 6
No. of Projects - {'killbill', 'OpenTripPlanner', 'presto'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: External -> External
Mapping:
Add or Remove Method invocation
refreshedEntitlement.cancelEntitlementWithDate(requestedDate.toLocalDate(),false,ImmutableList.<PluginProperty>of(),callContext)
to
refreshedEntitlement.cancelEntitlementWithDate(requestedDate,false,ImmutableList.<PluginProperty>of(),callContext)
clock.getUTCNow()
to
clock.getUTCToday()
ImmutableList.of(inputTargetDateTime)
to
ImmutableList.<LocalDate>of(inputTargetDate)
requestedDate.compareTo(clock.getUTCNow())
to
requestedDate.compareTo(clock.getUTCToday())
subscription2
to
subscription.getStartDate()
subscription2.getStartDate()
to
subscription
requestedDate
to
requestedDate.toDateTime(accountData.getReferenceTime())
subscription2
to
subscription.getStartDate()
subscription2.getStartDate()
to
subscription
subscription2
to
subscription.getStartDate()
subscription2.getStartDate()
to
subscription
subscription2
to
subscription.getStartDate()
subscription2.getStartDate()
to
subscription
formatter.parseDateTime(str)
to
formatter.parseLocalDate(str)
Rename Variable
targetDateTime
to
targetDate
targetDateTime
to
targetDate
curTargetDateTime
to
curTargetDate
curTargetDateTime
to
curTargetDate
candidateDateTimes
to
candidateTargetDates
candidateDateTimes
to
candidateTargetDates
currentDateTime
to
currentDate
Cascading Type Change (Similar)
List<DateTime>
to
List<LocalDate>
DateTime
to
LocalDate
Wrap or Un-wrap
createDryRunArguments
to
createDryRunArguments
createDryRunArguments
to
createDryRunArguments
Rename Method invocation
withTimeAtStartOfDay
to
toLocalDate