Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.1Release
-
Fix Version/s: 2.5.2.Release
-
Component/s: Content Assist, Inferencing Engine
-
Labels:None
-
Number of attachments :
Description
The following expressions should not be underlined in the editor and should be subject to content assist:
[1,2,3]*.intValue() [x:1,y:2,z:3]*.getKey() [x:1,y:2,z:3]*.getKey().toLowerCase() [x:1,y:2,z:3]*.getValue().intValue()
These two variants:
produce runtime errors.
The type of [x:1,y:2,z:3]*.getKey() is List<String>.