stacycurl / pimpathon

Adds useful methods to scala & java classes.
Apache License 2.0
35 stars 9 forks source link

Require file to be non null #140

Closed stacycurl closed 10 years ago

stacycurl commented 10 years ago

In #66 I misunderstood Sam, he doesn't want to be able hand pimpathon a null file he just wants pimpathon to handle null files it encounters when operating on non-null files. Eg, file.children doesn't need to work when file == null, but it does if it encounters null files from listFiles (part of the implementation)