Bug 51059 - Compiler option "Missing Javadoc comments" with "Check overriding methods" disabled does not work for overridden constructors
Summary: Compiler option "Missing Javadoc comments" with "Check overriding methods" di...
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-02 11:44 EST by Henning Boeger CLA
Modified: 2004-02-05 09:47 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henning Boeger CLA 2004-02-02 11:44:12 EST
Settings:
- Compiler option "Missing Javadoc comments" is set to warning
- "Check overriding methods" is disabled.

Overridden constructors with missing javadoc are still shown with a warning, 
but they shouldn't.
(3.0 M6)
Comment 1 Frederic Fusier CLA 2004-02-05 05:33:23 EST
In Java constructors are not methods and never can be considered as overridden.
Yu can see that is in Outline view: overridden methods are marked with ^ icon 
on left, but constructor haven't it.
So, 'Check overriding methods' does not apply to constructors.