Menu

#1432 Java Recommendation

New Tickets
open
nobody
None
PMD
3-Major
Feature-Request
5.3.2
2015-10-25
2015-10-25
No

Consider the following advice...

Detect the following:

    long time = new Date().getTime();

and recommend the following:

    long time = System.currentTimeMillis();

Discussion


Log in to post a comment.