Community
Participate
Working Groups
A bug in our code caused a Guice provision error in org.eclipse.xtext.ui.shared.internal.Activator#start(...). The result was that the resourceChangeListener field wasn't initialized. On bundle stop() this causes an AssertionFailedException to be thrown from ResourceChangeListenerList. Now, given the large number of errors that were logged due to the injection failure this does seem slightly trivial, but it would be easy to guard against the exception on stop - and every little helps, right? :)
pushed to masetr
Requested via bug 522520. -M.