https://issues.apache.org/bugzilla/show_bug.cgi?id=50593
Summary: [PATCH] Add type safety to collections in fop.area
package (e.a.)
Product: Fop
Version: 1.1dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26492)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26492)
diff of the affected classes
Attached patch mostly adds type safety to all Collections used in the area
package internally, simplifies some for-loops, eliminates redundant casts and
(un)boxing...
Reason why it's posted as a patch is that it concerns en entire package. If I
judge correctly, the only effect should be that after the patch, most of the
'unsafe operation' warnings shift to other packages. The ones remaining are due
to operations on external 'unsafe' Collections.
Most significant impact is likely the change in method signature for the
Resolvable interface. Not sure if that is being used by extensions...(?)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.