TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Refactor DebugEventType to TrackingEventType #274

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

This refactors the enum DebugEventType to TrackingEventType. In the process, I refactored some duplication from list handling in the eventManager and consequently removed the identical implementations in Eclipse and IntelliJ. This meant that I had to move jfreechart from eclipse/intellij to core.