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 247583 - "Overrides and is overridden" annotations do not explain error
Summary: "Overrides and is overridden" annotations do not explain error
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-30 08:43 UTC by Vladimir Kvashin
Modified: 2015-10-28 12:21 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 Vladimir Kvashin 2014-09-30 08:43:22 UTC
If a descendant class overrides a member of ancestor
and this member is declared virtual in descendant 
and is not declared virtual in ancestor,
the annotation is red-crossed (which means error).

It would be fine if tooltip showed the description of this error,
but it does not.