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 228851 - Add hint for "Class x inherits unrelated default for ..."
Summary: Add hint for "Class x inherits unrelated default for ..."
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-22 14:02 UTC by Jiri Prox
Modified: 2015-10-05 13:24 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 Jiri Prox 2013-04-22 14:02:03 UTC
Please add hint for resolving problem with inheritance of two default methods. The message 'Class X inherits unrelated defaults for method() from type Y,Z' is not very clear. 

The hint should add method overriding the problematic method. Either with super call or with exception.