Bug 84778 - NaiveASTFlattener should add spaces around extendedOperands in InfixExpression
Summary: NaiveASTFlattener should add spaces around extendedOperands in InfixExpression
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 09:35 EST by Markus Keller CLA
Modified: 2005-02-16 13: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 Markus Keller CLA 2005-02-09 09:35:32 EST
I20050208-0800

NaiveASTFlattener should add spaces around the operators for extendedOperands in
InfixExpression.

Example:
ASTNode#toString() on InfixExpression "1 + 2 + ++i" is flattened as "1 + 2+++i".
Comment 1 Olivier Thomann CLA 2005-02-09 15:21:31 EST
Fixed and released in HEAD.
Regression test added in ASTConverterTestAST3_2.test0598.
Comment 2 Frederic Fusier CLA 2005-02-16 13:10:50 EST
Verified with 3.1 M5 candidate (I20040215-2300)