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 113421

Summary: Add an option to display Javadoc hint on overriding methods
Product: java Reporter: _ gsporar <gsporar>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ gsporar 2007-08-21 21:02:10 UTC
Let's say there is a method x() in class Foo.  If Bar extends Foo and overrides method x() then the IDE does *not*
display the "Missing Javadoc" hint for method x() in class Bar (it will display it for the x() in Foo if it does not
have a Javadoc comment).

The default behavior in Eclipse Europa is the same, however, Europa has a nice option that is called "Check overriding
and implementing methods" so that the user can turn on this hint for overriding methods.

Filing as a P4 for now - if I hear from others that this would be interesting to them I will boost it to P3.