relativedate.java


current inspection = 2010-07-22 15:04:21 (id #4) base = 2010-07-16 16:14:15 (id #1)

Filter Options
History:
+ added
- dropped
U unchanged
Annotation Kind:
pre
presumption
post
unanalyzed
test


  • long getDays()

  • -/+ Kind Annotation Text Date
    U preinit'ed(this.time)2010-07-16 16:14:15
    U postreturn_value == this.time/86_400_0002010-07-16 16:14:15
    U postreturn_value in -106_751_991_167..213_503_982_3342010-07-16 16:14:15

  • long getHours()

  • -/+ Kind Annotation Text Date
    U preinit'ed(this.time)2010-07-16 16:14:15
    U postreturn_value == (this.time%86_400_000)/3_600_0002010-07-16 16:14:15
    U postreturn_value in -23..232010-07-16 16:14:15

  • long getMinutes()

  • -/+ Kind Annotation Text Date
    U preinit'ed(this.time)2010-07-16 16:14:15
    U postreturn_value == ((this.time%86_400_000)%3_600_000)/ 60_0002010-07-16 16:14:15
    U postreturn_value in -59..592010-07-16 16:14:15

  • long getSeconds()

  • -/+ Kind Annotation Text Date
    U preinit'ed(this.time)2010-07-16 16:14:15
    U postreturn_value == (((this.time%86_400_000)%3_600_000) %60_000)/1_0002010-07-16 16:14:15
    U postreturn_value in -59..592010-07-16 16:14:15

  • void net.sourceforge.pebble.util.RelativeDate(long)

  • -/+ Kind Annotation Text Date
    U postinit'ed(this.time)2010-07-16 16:14:15
    U postthis.time == time2010-07-16 16:14:15

  • net.sourceforge.pebble.util.RelativeDate__static_init

  • -/+ Kind Annotation Text Date