temporary
This commit is contained in:
@@ -579,6 +579,10 @@ class FunctionCreatorConfiguration {
|
|||||||
private FunctionType createFunctionType(Object functionCatalog) {
|
private FunctionType createFunctionType(Object functionCatalog) {
|
||||||
FunctionType functionType = null;
|
FunctionType functionType = null;
|
||||||
try {
|
try {
|
||||||
|
System.out.println("========= ERIC");
|
||||||
|
System.out.println("RUNNER loaded from: " + this.runner.getClass().getProtectionDomain().getCodeSource().getLocation());
|
||||||
|
System.out.println("FunctionCatalog loaded from: " + functionCatalog.getClass().getProtectionDomain().getCodeSource().getLocation());
|
||||||
|
System.out.println("===============");
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
String name = ((Set<String>) this.runner.evaluate("getNames(#type)", functionCatalog, "type", null))
|
String name = ((Set<String>) this.runner.evaluate("getNames(#type)", functionCatalog, "type", null))
|
||||||
.stream().findFirst().orElse(null);
|
.stream().findFirst().orElse(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user