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 2010/06/07 22:12:19 UTC

DO NOT REPLY [Bug 49400] Log statements in AbstractFileset can cause NullPointerExceptions

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

--- Comment #1 from gavares@gmail.com 2010-06-07 16:12:17 EDT ---
Forgot to add that the following code does not cause NPE's.

  Delete delete = new Delete();
  delete.setProject(new Project());
  delete.setFollowSymlinks(false);
  delete.setDir(deleteDir);
  delete.execute();

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