Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Fix Bugzilla Bug 158662--Image constructor is incomplete in branch2.1.1 and head 2.2

Title: Fix Bugzilla Bug 158662--Image constructor is incomplete in branch2.1.1 and head 2.2

Summary 

Bugzilla Bug (s) Resolved:

158662--Image constructor is incomplete

Description:

The Image constructor Image(IImageContent) does not copy the imageMap member of  IIMageContent. This can lead to bugs whereever the IImage interface is used to retrieve the Chart Image Map.

Fix: copy the imageMap in constructor.

Test Description:

Manual Test

 Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/Image.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top