Anonymous Inner Classes
Status: Beta
Brought to you by:
mbarchfe
Hello,
I have problems working with anonymous inner classes.
These classes are Ok in Eclipse itself and there are also Ok, if I create a product with Eclipse.
At least the pluginbuilder generates plugins without these classes.
If I convert an anonymous class to a named class, everything is Ok.
If you try to run the "successfully" generated application, you will get an ClassNotFound exception.
Probably it is a failure in copying anonymous inner classes to the correct directory.
Or it is a failure during build, based on missing libraries. In this case org.eclipse.jface.viewer and swt.
In this case the build should throw errors !?!