Priority
Major
Type
Bug 
State
Fixed 
Assignee
Nikolay Chashnikov 
Subsystem
GWT Support 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7323
Fixed in build
8055
  • Submitted by   Sanjiv Jivan
    2 years ago (10 Oct 2007 07:29)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:54)
  • Jira: IDEA-41424
    (history, comments)

IDEA-41424

JSNI signature incorrect for inner classes

0
Added by <no user>
15 Sep 2009
screenshot-1.jpg   (29 KB)

IDEA generates / autocompletes to

Lcom/foo/Bar/Inner;

but the correct signature is

Lcom/foo/Bar$Inner;

Environment: xp

Issue was resolved
Comments (1)
 
History (1)
 
Links
 
Sanjiv Jivan
  Sanjiv Jivan
04 Dec 2007 14:00
(2 years ago)
#permalink
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;