Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Completed
-
Affects Version/s: Release 1.2
-
Fix Version/s: Release 1.3
-
Component/s: None
-
Labels:None
-
Patch:Code
-
Approval:Ok
Description
The make-parents function throws a null pointer exception when given a simple local directory file.
user> (io/make-parents "test")
Thrown class java.lang.NullPointerException
Second patch is more idiomatic.