]> source.dussan.org Git - aspectj.git/commit
fixes a tiny window of error in incremental compilation. File.lastModified() Root_ajdt_support
authoracolyer <acolyer>
Mon, 26 Apr 2004 15:00:44 +0000 (15:00 +0000)
committeracolyer <acolyer>
Mon, 26 Apr 2004 15:00:44 +0000 (15:00 +0000)
commit0a624fc22e84c2665f17a18b9c66b9b387487e0b
tree0d6f9f0565de70fac2b64ce68bbad2ce83eebde1
parent1fa4c5fe1b08d6e3bdc6e3b77e7f9d3218e14736
fixes a tiny window of error in incremental compilation. File.lastModified()
only reports timestamps to the second (rounding down). We compare
against the lastBuildTime. It is therefore possible to miss updates
that have occured <1000ms after the last build.
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjState.java