I love this feature. Cheers!
I test the new feature, and have some problems/suggestions. Here it is:
1. How to use "public static final" object(mostly constants) of JAVA in Tasker?
e.g.
public static final int FLAG_ACTIVITY_CLEAR_TOP;
public static final QName XPathConstants.NODESET;
public static final double PI;
...
I can't find the object from "Java Function ->Function" in Tasker.
A task for testing xpath in JAVA function of Tasker attached. I'm stucked with "XPathConstants.NODESET".
2. Currently, "Java Object" action in Tasker haven't provide a coffee cup button to browse created global Java objects.

3. "JAVA function / JAVA object" are advanced actions in Tasker. It's very useful, but I couldn't find some more useful information Tasker "Run Log" revealed when debugging(especially error happened).
Thanks in advance!