User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Found a bug int the underlying Foo commonj implemenation. FooTimer.isExpired is returning true all the time. public boolean isExpired() { return scheduledExcecutionTime >= System.currentTimeMillis(); } Should be changed to: public boolean isExpired() { return scheduledExcecutionTime <= System.currentTimeMillis(); }
  • Previous
  • You're on page 1
  • Next