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 48973 - Implement/Override wizard fails to mark methods overridden to be abstract
Summary: Implement/Override wizard fails to mark methods overridden to be abstract
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-14 03:32 UTC by Jesse Glick
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 Jesse Glick 2004-09-14 03:32:00 UTC
040910 custom. If you make a class extending
java.security.Permission, and then press Ctrl-I to
implement methods, and check the box for abstract
methods only, you will see implies and getActions.
However equals and hashCode are also abstract in
Permission and have to overridden in a nonabstract
subclass. They should also be shown in this list.
Comment 1 Daniel Prusa 2004-09-14 15:34:04 UTC
/cvs/java/src/org/netbeans/modules/java/tools/JMIInheritanceSupport.java,v
 <--  JMIInheritanceSupport.java
new revision: 1.8; previous revision: 1.7
Comment 2 Quality Engineering 2007-09-20 12:16:06 UTC
Reorganization of java component