Bug 84778

Summary: NaiveASTFlattener should add spaces around extendedOperands in InfixExpression
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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)