Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 149287Preview attached design file, chart throws exceptioin

Title: CheckIn:Fix bugzilla bug 149287Preview attached design file, chart throws exceptioin

- Summary:
Fix bugzilla bug
149287 Preview attached design file, chart throws exceptioin

- Bugzilla Bug (s) Resolved:
149287

- Description:
This bug is caused by the error replacement in _expression_ compiler. We only replace the first child node of _expression_, but the last child node has lost. So the return value is always the first _expression_s value. Fix this bug in source!

- Tests Description:
Run unit test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:


- Files Added:
/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/ColumnBindingTest.java
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/_expression_/MultiPassExpressionCompiler.java

- Files Deleted

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/binding/golden/ColumnBindingTest.testSpecialExpression3.txt


Back to the top