Details
-
Improvement
-
Resolution: Fixed
-
Major
-
7.4.2
-
None
Description
An example with the following method
public boolean isRegularFile(Path path, LinkOption... options)
If you call this method from Velocity with
#set ($somestring = "path/to/a/file")
$niotool.isRegularFile($somestring)
Velocity never call the method.