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

Key: IDEADEV-22316
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Nikolay Chashnikov
Reporter: Sanjiv Jivan
Votes: 0
Watchers: 0
Operations

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

JSNI signature incorrect for inner classes

Created: 10 Oct 07 07:29   Updated: 14 Dec 07 17:40
Component/s: GWT Support
Fix Version/s: Diana 8243, Selena 7.0.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(30 kb)
Environment: xp

Build: 7,323
Fixed in build: 8,055


 Description  « Hide
IDEA generates / autocompletes to

Lcom/foo/Bar/Inner;

but the correct signature is

Lcom/foo/Bar$Inner;



 All   Comments   Work Log   Change History      Sort Order:
Sanjiv Jivan - 04 Dec 07 14:00
Any updates on this? As you can see in the attached screenshot, IDEA complains about the Record.Operation inner class. IDEA things that

Lcom/gwtext/client/data/Record/Operation;

is the right signature for the inner class (Ctrl + Mouse over or Ctrl + Click navigates to the class)

However the GWT compiler fails saying that it expects

Lcom/gwtext/client/data/Record$Operation;