https://issues.apache.org/bugzilla/show_bug.cgi?id=49350
Summary: [PATCH] Mistake in AFPResourceLevel#equals method
Product: Fop
Version: 1.0dev
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=25489)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25489)
The proposed patch
Their is a small mistake in AFPResourceLevel#equals method, which renders the
equals method incorrect:
The level field is compared to itself (level == level)
and not to the other object field (level == rl.level)
-> The level is always equals to itself.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.