checkPeriodProperty(date.compareTo(new Date(now)) <= 0,propertyValue,STR0,async(() -> logDate(now))); | checkPeriodProperty(date.compareTo(now) <= 0,propertyValue,STR0,supplierToString(() -> logDate(now))); | new Date(now) | now | sonarqube | 862136c48612703748db03dd7d52df515a86d7e6 | org.sonar.ce.task.projectanalysis.step.LoadPeriodsStep | | | | | | Uses | True |
when(this.entry.getLastAccessedTime()).thenReturn(new Date(now)); | when(this.entry.getLastAccessedTime()).thenReturn(now); | new Date(now) | now | wildfly | 7fff0e7f91614ae0db0f73e0ae4114ac26fd6245 | org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanTestCase | | | | | | Uses | True |