Bug 83037 - [Javadoc] Missing Javadoc tag warning for string[] args in main method
Summary: [Javadoc] Missing Javadoc tag warning for string[] args in main method
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 17:08 EST by Tyler Rasmsusen CLA
Modified: 2005-03-01 13:29 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 Tyler Rasmsusen CLA 2005-01-17 17:08:53 EST
If you enable the Missing Javadoc Tag option and set the suboptions to warning
and  private, you get a warning about that says "missing tag for parameter
args".  This warning is related to the method "public static void main(String[]
args)", which should not require a @param tag.  Could there at least be an
option to disable this particular warning when you enable the missing javadoc
tag check?
Comment 1 Frederic Fusier CLA 2005-01-17 17:34:19 EST
I cannot see in javadoc spec that this method should not have @param tags...
Comment 2 Frederic Fusier CLA 2005-03-01 13:29:43 EST
comment 1 => we will not create a so specific option for only one tag of one
method...
If this warning really annoy you, you always have the solution to add
corresponding tag in method Javadoc.