Bug 238590 - [javadoc] Tag description validation doesn't work if description is on the next line
Summary: [javadoc] Tag description validation doesn't work if description is on the ne...
Status: RESOLVED DUPLICATE of bug 222900
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-26 09:41 EDT by Mauro Molinari CLA
Modified: 2008-06-26 10:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mauro Molinari CLA 2008-06-26 09:41:10 EDT
Build ID: I20080617-2000

Steps To Reproduce:
1. create a new Java Project
2. for this project enable:
Java Compiler | Javadoc | Process javadoc comments AND
missing tag descriptions: validate all standard tags
3. write this class:

package a;

public class A
{
  /**
   * @param b
   *          test
   */
  public void a(String b)
  {
  }
}

A warning is given for tag b because for a missing description... but the description is there, on the following line! The warning goes away if you move the tag description on the same line of @param tag.
Comment 1 Eric Jodet CLA 2008-06-26 10:18:35 EDT
Sounds like a duplicate of bug 222900

*** This bug has been marked as a duplicate of bug 222900 ***