Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: in branch 2.1.3 fix bugs 195220 and 195215 Report will be corrupted if set drop property, NullPointerException throws out

- Summary:

For 195220, disable the drop feature when calculate the table layout since on BIRT designer, the drop has no effects.

For 195215, Revised codes to avoid NPE.

- Bugzilla Bug (s) Resolved: 195220 and 195215

- Description:

1. changed the BasicLayoutStrategies to disable drop strategy.

2. avoid NPE in BoundColumnsWriterMgr

3. updated test cases.

- Tests Description :

JUnit/Manual test

- Files Edited:

/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/table/BasicLayoutStrategies.java
/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/BoundColumnsWriterMgr.java
/org.eclipse.birt.report.model/test/org/eclipse/birt/report/model/api/golden/LayoutTableTest1_golden.txt



- Files Added:



- Files Deleted:



- Notes to Build Team:



- Notes to Developers:



- Notes to QA:

195220 will also be checked into head version later.

- Notes to Documentation:

 

 

Rick Lu

 

Actuate Software Shanghai Center

Tel: (86)21-58826388

Fax: (86)21-58826002

Email: rlu@xxxxxxxxxxx


Back to the top