Ticket #58 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Path::listPaths() broken for DirSet objects.

Reported by: scott.pascoe@gmail.com Assigned to: hans
Priority: major Milestone: 2.3.0
Component: phing-core Version: 2.2.0
Keywords: Cc:

Description

In Path::listPaths when looking at a DirSet object, Line 264, has a couple of problems.

1. I can't find the method addUnlessPresent defined anywhere. 2. the call references an undefined variable.

I think that Line 264 should probably be removed, but don't know that for certain.

  $this->addUnlessPresent($result, $dir, $s);

Thanks, Scott

Attachments

Change History

02/05/07 18:14:29 changed by hans

  • owner set to hans.
  • status changed from new to assigned.
  • version changed from 2.2.0RC3 to 2.2.0.
  • milestone set to 2.2.1.

07/29/07 21:21:19 changed by hans

  • component set to cruisecontrol-builder-plugin.
  • milestone changed from 2.2.1 to 2.3.0.

08/02/07 11:51:28 changed by hans

  • component changed from cruisecontrol-builder-plugin to phing-core.

08/28/07 01:14:36 changed by hans

  • status changed from assigned to closed.
  • resolution set to fixed.

Thank you; this was fixed & confirmed in [225]. You were right that was a legacy call from Ant port. Thanks!


Add/Change #58 (Path::listPaths() broken for DirSet objects.)




Action