We just upgraded to the smartgwt (power) version 3.0p nightly build 2012-11-07 and are seeing the following types of errors for
com.smartgwt.client.types definitions. E.g.;
Class 'com.smartgwt.client.types.Overflow' is defined in module 'com.smartgwt.ChartsNoScript' which is not inherited in module 'com.dotomi.myPackage'
The app compiles, deploys, and appears to operate fine so far but our Intellij IDE (11.0.2) warns of these errors throughout our
codebase now.
Is this a known issue with recent 3.0p smartgwt power versions? ( They didn't exist in our previous nightly build version ).
com.smartgwt.client.types definitions. E.g.;
Class 'com.smartgwt.client.types.Overflow' is defined in module 'com.smartgwt.ChartsNoScript' which is not inherited in module 'com.dotomi.myPackage'
The app compiles, deploys, and appears to operate fine so far but our Intellij IDE (11.0.2) warns of these errors throughout our
codebase now.
Is this a known issue with recent 3.0p smartgwt power versions? ( They didn't exist in our previous nightly build version ).
Comment