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 218459 - [73cat] Implement all abstract methods should handle enums
Summary: [73cat] Implement all abstract methods should handle enums
Status: RESOLVED DUPLICATE of bug 178153
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 09:42 UTC by misterm
Modified: 2012-09-18 08:40 UTC (History)
1 user (show)

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 misterm 2012-09-17 09:42:21 UTC
If an enum has an abstract method, a hint for implementing all of them is shown, but it is a do nothing operation. It should actually implement the method to all enum constants in the class or for the ones that are missing it.

Product Version = NetBeans IDE Dev (Build 20120914-1d2f1a14b692)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_01
Runtime = Java HotSpot(TM) 64-Bit Server VM 21.1-b02
Comment 1 Jan Lahoda 2012-09-18 08:40:17 UTC

*** This bug has been marked as a duplicate of bug 178153 ***