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

Key: IDEADEV-14051
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Serge Baranov
Votes: 0
Watchers: 0
Operations

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

Inspection that will check valid references to GWT modules from the HTML

Created: 01 Feb 07 17:42   Updated: 17 Sep 08 18:49
Component/s: GWT Support
Fix Version/s: None

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

Build: 6,148
Severity: Medium


 Description  « Hide
Example:
<meta name='gwt:module' content='imageviewer.ImageViewer'>
content must point to the GWT module, not a class, a common user mistake is to specify a class instead, like:
<meta name='gwt:module' content='imageviewer.client.ImageViewer'>

Such incorrect references must be reported by IDEA.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.