GWT Multi-Module inheritance inspection problem
I have a problem ...
I have 2 GWT modules.. One needs to inherit a 3rd-party API (MGWT), And the other doesn't. Problem is:
If I only inherit that API in the module using it, I get GWT code inspection error.
The error only goes away when both modules inherit the same API. Although only one uses it.
This doesn't happen in eclipse by the way.
请先登录再写评论。
This is most likely a simple project configuration problem. To help you out a little more information is needed.
Post some screenshots of your configuration (the project structure dialog) and the error if you can.