zVPS / zvps-netbeans-phpunit-watcher

Listens for the file save command and tries to run the associated phpunit test file.
4 stars 2 forks source link

Only tests the first file you save #2

Closed Caffe1neAdd1ct closed 10 years ago

Caffe1neAdd1ct commented 10 years ago

Issue with registration of the file change listener

Caffe1neAdd1ct commented 10 years ago

Bug fixed, custom change listener was only being applied to the first saved file.

Implemented a HashSet to look after files with the custom change listener added to make sure the listeners aren't cued up on a file object.