Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.4.2
-
Fix Version/s: 8.1-milestone-1, 7.4.3
-
Component/s: Velocity
-
Labels:None
-
Tests:Unit
-
Documentation in Release Notes:
-
Similar issues:
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.