Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 483861

Summary: Unexpected line wrap in case of multiple generic type parameters in JavaDoc
Product: [Eclipse Project] JDT Reporter: ben <benjamin.leipold>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 4.5.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 8   
Whiteboard: stalebug

Description ben CLA 2015-12-08 02:25:49 EST
Formatting the following JavaDoc of a class results in unexpected line wrapping.

JavaDoc before formatting:

/**
 * Text
 *
 * @author SOMEONE
 *
 * @param <A>
 *          Type A.
 * @param <B>
 *          Type B.
 * @param <C>
 *          Type C.
 */

JavaDoc after formatting:


/**
 * Text
 *
 * @author SOMEONE
 *
 * @param <A>
 *          Type A.
 * @param 
 *          <B>
 *          Type B.
 * @param <C>
 *          Type C.
 */

This only happens for the second generic type parameter and not nested classes.
Comment 1 Eclipse Genie CLA 2019-12-17 12:14:48 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.