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 38277 - [Override Tool] Overwrite sorts by hashCode (C_I)
Summary: [Override Tool] Overwrite sorts by hashCode (C_I)
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-22 21:36 UTC by _ pkuzel
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2003-12-22 21:36:27 UTC
I invoked overwrite and implement action on
TopComponent subclass and selected group by classe
option. Resulting groups are:

  JComponent
  MyTopComponet
  Object
  TopComponent
  Container
  Component
  interface A
  interface B

Expected is (ala IDEA):
   MyTopComponent (extends)
   TopComponent (extends)
   JComponent
   Container
   Component
   Object
Comment 1 Jan Pokorsky 2004-03-03 16:20:40 UTC
It is more enhancement than defect but definitely makes sense. Anyway
postponed to next milestone.
Comment 2 Daniel Prusa 2004-08-03 15:07:53 UTC
Fixed.
Checking in InheritanceSupport2.java;
/cvs/java/src/org/netbeans/modules/java/tools/InheritanceSupport2.java,v
 <--  InheritanceSupport2.java
new revision: 1.8; previous revision: 1.7