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 95924 - Offer 'Make class abstract' along with 'Implement abstract methods'
Summary: Offer 'Make class abstract' along with 'Implement abstract methods'
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 13:39 UTC by Max Sauer
Modified: 2014-06-17 11:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2007-02-19 13:39:46 UTC
Sometimes, when I'm creating a hiearchy of abstract classes, I'd appreciate
'Make class abstract' hint being offered along with 'Implement abstract methods'
hint.
Let's say I have

-------------------------
| Expression            |
-------------------------
|pu abstract Evaluate() |
-------------------------
     ^
     |
-------------------------
| BinaryOperator        |
-------------------------
| rValue, lValue        |
-------------------------
    ^              ^
    |              |
--------------  --------------
| Plus       |  | Minus      |
--------------  --------------   ...
| Evaluate() |  | Evaluate() |
--------------  --------------

When implementing BinaryOperator class, I need to make it abstract, not
implement abstract method (Evaluate, in this case).

---
NetBeans IDE Dev (Build 200702182300)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
SunOS version 5.10 running on sparc
en (nb); ISO646-US
Comment 1 markiewb 2014-06-17 11:57:32 UTC
Worksforme. There is an error fix "Make class XXX abstract"

Product Version: NetBeans IDE 8.0 (Build 201403101706)