Bug 47420 - Line wrapping on @see tags creates a new warning 'Invalid parameters declaration'
Summary: Line wrapping on @see tags creates a new warning 'Invalid parameters declarat...
Status: RESOLVED DUPLICATE of bug 49260
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-25 09:38 EST by Claus Arnum Jensen CLA
Modified: 2004-03-25 14:10 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 Claus Arnum Jensen CLA 2003-11-25 09:38:24 EST
In Eclipce 3.0M5 with the javadoc checking enabled, linewrapping will cause a 
warning 'Javadoc: Invalid parameters declaration'

This will cause the warning:
/**
 * @see com.xyz.util.monitoring.MonitoringObserver#monitorSetValue
(ElectronicSignature,
 *      HashMap)
 */


where this will not (but format code will wrap the line again):
/**
 * @see com.xyz.util.monitoring.MonitoringObserver#monitorSetValue
(ElectronicSignature, HashMap)
 */
Comment 1 Olivier Thomann CLA 2004-03-24 11:48:50 EST
Move to JDt/Text.
Comment 2 Claus Arnum Jensen CLA 2004-03-24 12:05:23 EST
The problem does not occur in M7. It appears to have been fixed.
Comment 3 Dani Megert CLA 2004-03-25 14:10:35 EST

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