vazexqi / CodingSpectator

Watches and analyzes code edits in the Eclipse IDE non-invasively
http://codingspectator.cs.illinois.edu
Other
20 stars 14 forks source link

Correct the timestamp of NewStartedRefactoringOperation when it is -1 #301

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

CodingTraker used to record the timestamps of refactorings incorrectly during a short period of time (See issue #237). As a consequence of this bug, the timestamp of NewStartedRefactoringOperation may be -1. Therefore, every client of CodingTracker that relies on the timestamp of NewStartedRefactoringOperation has to handle the incorrect timestamps. It would be nice if we could fix the problem once for all the clients of CodingTracker.

@Wanderer777: Given that the incorrect timestamps of NewStartedRefactoringOperation are not prevalent, will you be able to fix them manually?

Wanderer777 commented 13 years ago

@reprogrammer: I think that for this kind of problem an automated postprocessing fixer should be easy to implement.