OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
JcaX509v3CertificateBuilder builder=new JcaX509v3CertificateBuilder(issuer,serial,new Time(notBefore.toDate(),Locale.ROOT),new Time(notAfter.toDate(),Locale.ROOT),subject,keyPair.getPublic());JcaX509v3CertificateBuilder builder=new JcaX509v3CertificateBuilder(issuer,serial,new Time(Date.from(notBefore.toInstant()),Locale.ROOT),new Time(Date.from(notAfter.toInstant()),Locale.ROOT),subject,keyPair.getPublic());notAfternotAfter.toInstant()elasticsearchafcdbd2bc03a9df3b5a45b6f7dfcc2b5e52df404org.elasticsearch.xpack.security.cli.CertGenUtils
_1159
_2160
_1notAfter
_2notAfter
TCIVarnotAfter
TCIVarnotAfter
UsesTrue
out.writeLong(expiry.getMillis());out.writeLong(expiry.toInstant().toEpochMilli());expiryexpiry.toInstant()elasticsearchafcdbd2bc03a9df3b5a45b6f7dfcc2b5e52df404org.elasticsearch.xpack.core.ssl.cert.CertificateInfo
_130
_231
_1expiry
_2expiry
TCIVarexpiry
TCIVarexpiry
UsesTrue
out.writeVLong(executionTime.getMillis());out.writeVLong(executionTime.toInstant().toEpochMilli());executionTimeexecutionTime.toInstant()elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.execution.WatchExecutionSnapshot
_125
_226
_1executionTime
_2executionTime
TCIVarexecutionTime
TCIVarexecutionTime
UsesTrue
out.writeVLong(triggeredTime.getMillis());out.writeVLong(triggeredTime.toInstant().toEpochMilli());triggeredTimetriggeredTime.toInstant()elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.execution.WatchExecutionSnapshot
_124
_225
_1triggeredTime
_2triggeredTime
TCIVartriggeredTime
TCIVartriggeredTime
UsesTrue
out.writeVLong(executionTime.getMillis());out.writeVLong(executionTime.toInstant().toEpochMilli());executionTimeexecutionTime.toInstant()elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.execution.QueuedWatch
_123
_224
_1executionTime
_2executionTime
TCIVarexecutionTime
TCIVarexecutionTime
UsesTrue
out.writeVLong(triggeredTime.getMillis());out.writeVLong(triggeredTime.toInstant().toEpochMilli());triggeredTimetriggeredTime.toInstant()elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.execution.QueuedWatch
_122
_223
_1triggeredTime
_2triggeredTime
TCIVartriggeredTime
TCIVartriggeredTime
UsesTrue
return TimeValue.timeValueMillis(now.getMillis() - now.minusMonths(months).getMillis());return TimeValue.timeValueMillis(now.toInstant().toEpochMilli() - now.minusMonths(months).toInstant().toEpochMilli());nownow.toInstant()elasticsearch85b4bfe3ff119b3b7fa48631c6fc4a0bf9e1816dorg.elasticsearch.xpack.monitoring.cleaner.AbstractIndicesCleanerTestCase
_1232
_2230
_1now
_2now
TCIVarnow
TCIVarnow
UsesTrue
return TimeValue.timeValueMillis(now.getMillis() - now.minusYears(years).getMillis());return TimeValue.timeValueMillis(now.toInstant().toEpochMilli() - now.minusYears(years).toInstant().toEpochMilli());nownow.toInstant()elasticsearch85b4bfe3ff119b3b7fa48631c6fc4a0bf9e1816dorg.elasticsearch.xpack.monitoring.cleaner.AbstractIndicesCleanerTestCase
_1227
_2225
_1now
_2now
TCIVarnow
TCIVarnow
UsesTrue