You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2010/05/27 12:36:52 UTC

DO NOT REPLY [Bug 49350] New: [PATCH] Mistake in AFPResourceLevel#equals method

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: fop-dev@xmlgraphics.apache.org
        ReportedBy: julien.ayme@gmail.com


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.

DO NOT REPLY [Bug 49350] [PATCH] Mistake in AFPResourceLevel#equals method

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49350

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Glenn Adams <gl...@skynav.com> 2012-04-07 04:16:31 UTC ---
http://svn.apache.org/viewvc?view=revision&revision=1310669

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 49350] [PATCH] Mistake in AFPResourceLevel#equals method

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49350

Julien Aymé <ju...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 49350] [PATCH] Mistake in AFPResourceLevel#equals method

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49350

--- Comment #1 from Glenn Adams <gl...@skynav.com> 2012-04-07 01:44:38 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 49350] [PATCH] Mistake in AFPResourceLevel#equals method

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49350

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.