History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-24473
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Toby Reyelts
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

GWTTestCases implicitly inherit the JUnit module, but Intellij warns on use of classes imported from that module

Created: 29 Jan 08 02:36   Updated: 10 Jul 08 13:49
Component/s: GWT Support
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,180
Severity: Medium


 Description  « Hide
The GWT plugin doesn't understand that GWTTestCases implicitly inherit from the JUnit module, so it gives bogus warnings such as:

class "com.google.gwt.junit.client.GWTTestCase" is defined in module "com.gwt.google.junit.JUnit" which is not inherited in module "com.google.gwt.dev.jjs.CompilerSuite"



 All   Comments   Work Log   Change History      Sort Order:
Nikolay Chashnikov - 10 Jul 08 13:49
Is JUnit module implicitly inherited in all classes derived from GWTTestCase? What is exact scope where JUnit module is implicitly inherited?