Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- Fix bugs in table content loading

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- Fix bugs in table content loading

Summary 

Bugzilla Bug (s) Resolved:

Description:
1) Remove the debug output for text template parser
2) Fix a bug in loading the table content. For cell content, it may created from the dumy cell design (the cell design is created in table layout conflict process), so for cell content, we can't use the design element id to distinguish its parent.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "1) remove the debug info for template parser
2) fix bugs in loading table content" -l
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/Parser.jjt" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/ParserTreeConstants.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/ParserConstants.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/ParserTokenManager.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/Parser.jj" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/ParserVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/Parser.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/TOCTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/TemplateParser.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportContentLoader.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top