You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2013/02/28 18:51:55 UTC

[Bug 54623] New: in package org.apache.tools.ant.types.resources.comparators size comparator unsafe (int) cast (similar to date comparator in 1.7.0)

https://issues.apache.org/bugzilla/show_bug.cgi?id=54623

            Bug ID: 54623
           Summary: in package
                    org.apache.tools.ant.types.resources.comparators size
                    comparator unsafe (int) cast (similar to date
                    comparator in 1.7.0)
           Product: Ant
           Version: 1.7.0RC1
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core
          Assignee: notifications@ant.apache.org
          Reporter: plexaikm@gmail.com
    Classification: Unclassified

for differences in filesizes bigger than 2^31 the comparator returns incorrect
comparison (similar to the (int) long - long fixed in date comparator)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 54623] in package org.apache.tools.ant.types.resources.comparators size comparator unsafe (int) cast (similar to date comparator in 1.7.0)

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

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.9.0
                 OS|                            |All

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
Thanks, fixed with svn revision 1452022

-- 
You are receiving this mail because:
You are the assignee for the bug.