Hi, been using 2.5 for a long time, intellij, no problems.
After upgrading to 3.0, no other changes but renaming the renamed click-classes and updating the jars, i get red-marked text all over intellij regarding the verticalalignment classes:
Class 'com.smartgwt.client.types.VerticalAlignment' is defined in module 'com.smartgwt.ChartsNoScript' which is not inherited in module '.xxx.mymodule'
When building and deploying, it still works fine when running.
Why is this? The releasenotes doesn't mention any changes to modules.
After upgrading to 3.0, no other changes but renaming the renamed click-classes and updating the jars, i get red-marked text all over intellij regarding the verticalalignment classes:
Class 'com.smartgwt.client.types.VerticalAlignment' is defined in module 'com.smartgwt.ChartsNoScript' which is not inherited in module '.xxx.mymodule'
When building and deploying, it still works fine when running.
Why is this? The releasenotes doesn't mention any changes to modules.
Comment