This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 75475 - Wrong ordering in CC
Summary: Wrong ordering in CC
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 11:09 UTC by Jiri Prox
Modified: 2007-11-05 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (6.80 KB, image/png)
2006-04-25 11:10 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2006-04-25 11:09:32 UTC
NetBeans IDE Dev (Build 200604241800)
1.6.0-beta2; Java HotSpot(TM) Client VM 1.6.0-beta2-b81
Linux version 2.6.5-1.358 running on i386
en_US (nb); UTF-8

The overide item in CC has wrong ordering. See the screenshot

Step to reproduce:
1) create new class
2) in class scope invoke CC
-> 'clone() - override'
Comment 1 Jiri Prox 2006-04-25 11:10:49 UTC
Created attachment 30033 [details]
screenshot
Comment 2 Miloslav Metelka 2006-05-09 10:38:46 UTC
I see the finalize() should be after equals()
Comment 3 Dusan Balek 2006-10-28 12:53:56 UTC
Fixed with the new Java language infrastructure recently merged to trunk.
Comment 4 Jiri Prox 2006-10-30 08:39:24 UTC
verified