Bug 83037

Summary: [Javadoc] Missing Javadoc tag warning for string[] args in main method
Product: [Eclipse Project] JDT Reporter: Tyler Rasmsusen <rasmusseninc>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED WONTFIX QA Contact:
Severity: minor    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.