OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
sentDate = new DateTime(randomInt(),DateTimeZone.UTC)sentDate = Instant.ofEpochMilli(randomInt()).atZone(ZoneOffset.UTC)new DateTime(randomInt(),DateTimeZone.UTC)Instant.ofEpochMilli(randomInt()).atZone(ZoneOffset.UTC)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.watcher.notification.email.EmailTests
_133
_234
_1sentDate
_2sentDate
v0randomInt()
  • java.time.Instant
  • org.joda.time.DateTime
v0randomInt()
AssignedToTrue
timestamp = new DateTime(in.readLong(),DateTimeZone.UTC)timestamp = Instant.ofEpochMilli(in.readLong()).atZone(ZoneOffset.UTC)new DateTime(in.readLong(),DateTimeZone.UTC)Instant.ofEpochMilli(in.readLong()).atZone(ZoneOffset.UTC)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.actions.ActionStatus.Execution
_1401
_2403
_1timestamp
_2timestamp
v0in.readLong()
  • java.time.Instant
  • org.joda.time.DateTime
v0in.readLong()
AssignedToTrue
timestamp = new DateTime(in.readLong(),DateTimeZone.UTC)timestamp = Instant.ofEpochMilli(in.readLong()).atZone(ZoneOffset.UTC)new DateTime(in.readLong(),DateTimeZone.UTC)Instant.ofEpochMilli(in.readLong()).atZone(ZoneOffset.UTC)elasticsearch9b64558efb71f1564cd97c02e427a52f521cef8corg.elasticsearch.xpack.core.watcher.actions.ActionStatus.AckStatus
_1287
_2289
_1timestamp
_2timestamp
v0in.readLong()
  • java.time.Instant
  • org.joda.time.DateTime
v0in.readLong()
AssignedToTrue
lastCollection = new DateTime(Math.round(subAggregation.getValue()),DateTimeZone.UTC)lastCollection = Instant.ofEpochMilli(Math.round(subAggregation.getValue())).atZone(ZoneOffset.UTC)new DateTime(Math.round(subAggregation.getValue()),DateTimeZone.UTC)Instant.ofEpochMilli(Math.round(subAggregation.getValue())).atZone(ZoneOffset.UTC)elasticsearch85b4bfe3ff119b3b7fa48631c6fc4a0bf9e1816dorg.elasticsearch.xpack.monitoring.exporter.local.LocalExporterIntegTests
_1208
_2207
_1lastCollection
_2lastCollection
v0Math.round(subAggregation.getValue())
  • java.time.Instant
  • org.joda.time.DateTime
v0Math.round(subAggregation.getValue())
AssignedToTrue