https://issues.apache.org/bugzilla/show_bug.cgi?id=51808
Bug #: 51808
Summary: Minor memory waste in Area
Product: Fop
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
It is usual for Area::props to have 1-2 properties, not 20. From other point,
20 seems to be max cap. To prevent memory waste HashMap(20) should be replaced
with TreeMap().
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.