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 66689 - Wrong message when a class with abstract method is not declarded as abstract.
Summary: Wrong message when a class with abstract method is not declarded as abstract.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 10:35 UTC by ramanujak
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Snapshot (44.80 KB, image/gif)
2005-10-13 10:37 UTC, ramanujak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ramanujak 2005-10-13 10:35:33 UTC
With a class say ABC not declared as abstract inspite of declaring an abstract
method m1, the message at the red marker on the class declaration line in the
IDE reads : "ABC is not abstract and does not override abstract method m1() in
ABC" -> The message should sound more like: ABC should be declared as abstract
as it defines an abstract method m1().
Comment 1 ramanujak 2005-10-13 10:37:45 UTC
Created attachment 25902 [details]
Snapshot
Comment 2 Roman Strobl 2005-10-17 12:47:39 UTC
Reassigning to java, please evaluate. Thanks!
Comment 3 Daniel Prusa 2005-10-17 15:55:14 UTC
This error message is provided by javac compiler, we cannot fix it in netbeans.