OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
expiryDate.setTime(createdDate.getTime() + ttlMs);expiryDate.setTime(createdDate.toEpochMilli() + ttlMs);createdDate.getTime()createdDate.toEpochMilli()cas7f0ff3c0f682a8b7c7384b1132185ee4735b4013org.apereo.cas.ws.idp.web.BaseWSFederationRequestController
_1260
_2261
_1createdDate
_2createdDate
TCIVarcreatedDate
TCIVarcreatedDate
UsesTrue
builder.field(TIMESTAMP_FIELD.getPreferredName(),timestamp.getTime());builder.field(TIMESTAMP_FIELD.getPreferredName(),timestamp.toEpochMilli());timestamp.getTime()timestamp.toEpochMilli()elasticsearchc1016f3c3d1307d9dcaae7e820b234e8b4c6a457org.elasticsearch.xpack.ml.job.process.logging.CppLogMessage
_161
_261
_1timestamp
_2timestamp
TCIVartimestamp
TCIVartimestamp
UsesTrue
out.writeVLong(timestamp.getTime());out.writeVLong(timestamp.toEpochMilli());timestamp.getTime()timestamp.toEpochMilli()elasticsearchc1016f3c3d1307d9dcaae7e820b234e8b4c6a457org.elasticsearch.xpack.ml.job.process.logging.CppLogMessage
_161
_261
_1timestamp
_2timestamp
TCIVartimestamp
TCIVartimestamp
UsesTrue
output.writeLong((lastAccessedTime != null) ? lastAccessedTime.getTime() : 0);output.writeLong((lastAccessedTime != null) ? lastAccessedTime.toEpochMilli() : 0L);lastAccessedTime.getTime()lastAccessedTime.toEpochMilli()wildfly7fff0e7f91614ae0db0f73e0ae4114ac26fd6245org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanEntryExternalizer
_144
_244
_1lastAccessedTime
_2lastAccessedTime
TCIVarlastAccessedTime
TCIVarlastAccessedTime
UsesTrue