Steve Menard - 2010-02-20

I think you nailed a nasty bug that I had totally never though about.

The "XXX is not callable" is an old one. IN java packages are not "real", and so when something is not found, there is no way to be sure if a class or a package was to be imported.

For the other one ... what happens is that a class loading fails transitively. And yes, this leaves a half-initialized in the store.

This is a nasty one .. I will have to think about how to solve it.