Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Cyril Konopko 
Subsystem
Typesystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Vadim Gurov
    2 years ago (21 Feb 2008 20:34)
  • Updated by   Vadim Gurov
    2 years ago (22 Feb 2008 18:38)
MPS-861 Incorrect code is generated for charisma.persistent.Role
0
Method getPermissionAsString
line 53

correct code should be
ICursor<String> _zCursor25 = CursorFactory.createCursor(map.keySet());

generated incorrect code is:
ICursor<CharSequence> _zCursor25 = CursorFactory.createCursor(map.keySet());
Comments (1)
 
History
 
Linked Issues (0)
 
Igor Alshannikov
  Igor Alshannikov
21 Feb 2008 23:22
(2 years ago)
Type of map.keySet() is computed incorrectly