ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
220 stars 50 forks source link

Remove early get of IEventBroker #851

Closed arichiardi closed 9 years ago

arichiardi commented 9 years ago

Hello Laurent, a fix for master:

By getting IEventBroker too early in CCWPlugin.start(), an "Unable to process "EventBroker.logger" Exception was triggered. This patch solves the problem (but also removes the custom event logging).

If you want to still log the events, maybe we need to find another place to hook the listeners...

laurentpetit commented 9 years ago

It's good, these were tests that I should have removed anyway, thanks you!