OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
return TimeValue.timeValueMillis(now.getMillis() - now.minusMonths(months).getMillis());return TimeValue.timeValueMillis(now.toInstant().toEpochMilli() - now.minusMonths(months).toInstant().toEpochMilli());TimeValue.timeValueMillis(now.getMillis() - now.minusMonths(months).getMillis())TimeValue.timeValueMillis(now.toInstant().toEpochMilli() - now.minusMonths(months).toInstant().toEpochMilli())elasticsearch85b4bfe3ff119b3b7fa48631c6fc4a0bf9e1816dorg.elasticsearch.xpack.monitoring.cleaner.AbstractIndicesCleanerTestCase
_1232
_2230
_1now
_2now
TCIVarnow
v1now.minusMonths(months)
  • org.elasticsearch.common.unit.TimeValue
TCIVarnow
v1now.minusMonths(months)
UsesTrue
return TimeValue.timeValueMillis(now.getMillis() - now.minusYears(years).getMillis());return TimeValue.timeValueMillis(now.toInstant().toEpochMilli() - now.minusYears(years).toInstant().toEpochMilli());TimeValue.timeValueMillis(now.getMillis() - now.minusYears(years).getMillis())TimeValue.timeValueMillis(now.toInstant().toEpochMilli() - now.minusYears(years).toInstant().toEpochMilli())elasticsearch85b4bfe3ff119b3b7fa48631c6fc4a0bf9e1816dorg.elasticsearch.xpack.monitoring.cleaner.AbstractIndicesCleanerTestCase
_1227
_2225
_1now
_2now
TCIVarnow
v1now.minusYears(years)
  • org.elasticsearch.common.unit.TimeValue
TCIVarnow
v1now.minusYears(years)
UsesTrue