- Summary:
Fix bug 141199 [RCP]Exception
is thrown out when drill-through to a toc in Web Viewer.
- Bugzilla Bug(s)
141199
- Description:
Add interface into ActionContent.java to
check if the action is bookmark or toc.
- Tests Description:
Manuel Test.
- Notes to Build Team:
- Notes to Developers:
- Notes to QA:
- Notes to Documentation:
- Files Edited:
/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/content/ReportContentReaderAndWriterTest.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IHyperlinkAction.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/DrillThroughActionDesign.java
/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/emitter/EmbeddedHyperlinkProcessorTest.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/ActionDesign.java
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ActionContent.java
- Files Added:
-Jun Ouyang