Issue Details (XML | Word | Printable)

Key: FDT-2539
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: FDT Team
Reporter: Panel
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FDT

Incorrect auto completion when creating new Vector instance

Created: 17/Jan/12 09:43 AM   Updated: 22/Jun/12 07:01 PM
Component/s: Autocompletion
Affects Version/s: FDT 5.0
Fix Version/s: FDT 5.5
Security Level: public

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. Incorrect.jpg
(131 kB)
Issue Links:
Duplicate
 

Review Type: Review by Product Owner


 Description  « Hide
aaa = new Vec//code complete here
result
aaa = new Vector()
required result
aaa = new Vector.<>


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Panel added a comment - 17/Jan/12 11:50 AM
sorry, required result should be
required result
aaa = new Vector.<>()

Alan K (Deprecated) added a comment - 17/Jan/12 06:52 PM
Updated title