History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
FDT-2539
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
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
This issue
duplicates
:
FDT-2553
Autocomplete Should Filter Only For Types When Creating Vectors
FDT-2542
Incorrect Quick Fix For Incompatible Vector Types
Review Type:
Review by Product Owner
Description
« Hide
aaa =
new
Vec
//code complete here
result
aaa =
new
Vector()
required result
aaa =
new
Vector.<>
Description
aaa =
new
Vec
//code complete here
result
aaa =
new
Vector()
required result
aaa =
new
Vector.<>
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permalink
|
« Hide
]
Panel
added a comment -
17/Jan/12 11:50 AM
sorry, required result should be
required result
aaa =
new
Vector.<>()
[
Show »
]
Panel
added a comment -
17/Jan/12 11:50 AM
sorry, required result should be
required result
aaa =
new
Vector.<>()
[
Permalink
|
« Hide
]
Alan K (Deprecated)
added a comment -
17/Jan/12 06:52 PM
Updated title
[
Show »
]
Alan K (Deprecated)
added a comment -
17/Jan/12 06:52 PM
Updated title
aaa = new Vector.<>()