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 175558 - [68cat] "Implement all abstract methods" hint unavailable on enum class
Summary: [68cat] "Implement all abstract methods" hint unavailable on enum class
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: REGRESSION
Depends on:
Blocks: 128759
  Show dependency tree
 
Reported: 2009-10-27 23:08 UTC by matthies
Modified: 2009-12-04 09:28 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 matthies 2009-10-27 23:08:25 UTC
On enum classes declared to implement some interface(s) but missing method implementations, the "Implement all abstract 
methods" hints is not available anymore. Example:

    enum Foo implements Runnable
    {
        FOO;
    }

Here there should be a hint "Implement all abstract methods" on the first line, but isn't. It previously existed, see 
issue 128759 for example.

This is a regression from 6.7, likely introduced by the fixing of issue 153327.
Comment 2 Quality Engineering 2009-10-30 22:42:07 UTC
Integrated into 'main-golden', will be available in build *200910301401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/47d05abd0e76
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #175558: re-enabling Implement All Abstract Methods fix for enums.
Comment 3 matthies 2009-12-04 09:28:31 UTC
Verified in 6.8 RC2.