Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 135519 - [formatter] Semicolon is ignored when wrapping function call
Summary: [formatter] Semicolon is ignored when wrapping function call
Status: RESOLVED DUPLICATE of bug 110569
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   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: 2006-04-07 07:45 EDT by Andrzej Miazga CLA
Modified: 2006-04-20 09:56 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrzej Miazga CLA 2006-04-07 07:45:30 EDT
In the following code:

        List<CEntityHierarchyNode> nodes =
            logic.getHierNodesForParentIds(ctx.getParentIds(), new CEntityHierarchyNodePopulation());

the second line is not wrapped, but it is longer than the maximum line length (100 chars). It seems that semicolon is ignored in this case, because only semicolon is after the 100th char. When I change i.e. "logic" to "alogic", the line is 102 chars long and it wraps correctly.
It seems to be the bug similar to bug 110569.
Comment 1 Olivier Thomann CLA 2006-04-20 09:56:38 EDT
Same problem.

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