
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
xp
|
|
| Build: |
7,323
|
| Fixed in build: |
8,055
|
IDEA generates / autocompletes to
Lcom/foo/Bar/Inner;
but the correct signature is
Lcom/foo/Bar$Inner;
|
|
Description
|
IDEA generates / autocompletes to
Lcom/foo/Bar/Inner;
but the correct signature is
Lcom/foo/Bar$Inner; |
Show » |
|
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;