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

Find events with approximate timestamps in CodingTracker #313

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

CodingTracker can locate an event by its timestamp. However, the timestamps of the refactoring events captured by Eclipse, CodingSpectator and CodingTracker may differ (See issue #120). This makes it difficult to find events in CodingTracker logs. For example, if we'd like to see the operations before and after a refactoring captured by CodingSpectator, we cannot use the timestamp captured by CodingSpectator to look up the refactoring in CodingTracker's log. It would be nice to be able to search for timestamps in CodingTracker logs approximately. It would be great if CodingTracker is able to find the event closest to a given timestamp.