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 218913 - Documentation for virtual overrides should be inherited
Summary: Documentation for virtual overrides should be inherited
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 14:16 UTC by qduaty
Modified: 2015-08-26 00:51 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (214.18 KB, text/plain)
2012-09-24 14:16 UTC, qduaty
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qduaty 2012-09-24 14:16:09 UTC
Doxygen documentation of a virtual method override, if not found, should be read from the base class documentation for that method. It is a common practice in C++ to not document overrides of interface methods, but rather to document the interface.

Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_05
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.1-b03
Comment 1 qduaty 2012-09-24 14:16:20 UTC
Created attachment 124810 [details]
IDE log