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 2009/04/03 22:36:36 UTC

DO NOT REPLY [Bug 46966] New: Possible incorrect variable name

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

           Summary: Possible incorrect variable name
           Product: Ant
           Version: 1.7.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P4
         Component: Core tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: ratairas@hotmail.com


In org.apache.tools.ant.taskdefs.Delete (method removeDir, line 689), global
var "dir" is used instead of local var "d". All other instances of code similar
to this in the class use local vars.

-- 
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 46966] Possible incorrect variable name

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


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

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




--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2009-04-06 08:58:23 PST ---
fixed in trunk in svn revision 711180 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=711180 )

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