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 2008/09/16 15:33:15 UTC

DO NOT REPLY [Bug 42219] Inefficient code in Union, DirectoryScanner makes large copy tasks very slow

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.8.0




--- Comment #7 from Stefan Bodewig <bo...@apache.org>  2008-09-16 06:33:14 PST ---
DirectoryScanner is pretty much bound to Vector in several protected attributes
so we can't change too much.  Most other cases should have been replaced by now
(findFile and isSymlink could be replaced but I'm not convinced we'd win much).

Union is addressed by svn revision 581394 which is part of Ant 1.7.1.


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