gwt-plugins / gwt-eclipse-plugin

GWT Eclipse Plugin Documentation
http://gwt-plugins.github.io/documentation/
Eclipse Public License 1.0
113 stars 48 forks source link

Fixed ClassCastException when adding module file #453

Closed protoism closed 1 year ago

protoism commented 1 year ago

Modified AbstractModule.getShortName and AbstractModule.getGWtMaven2ModuleName to return an empty string when Module is not stored in an IFile

I'm just curing the symptoms, as I'm not clear what the code should do.

But it's better than nothing...

Fixes #452