You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "configureContext" function in the path of graphwalker-java\4.3.0\graphwalker-java-4.3.0.jar!\org\graphwalker\java\test\TestExecutor.class is not ok.This function replace the path of file,however it only support Mas OS with "/". I suggest that you should auto identify os system. Thanks!
The "configureContext" function in the path of graphwalker-java\4.3.0\graphwalker-java-4.3.0.jar!\org\graphwalker\java\test\TestExecutor.class is not ok.This function replace the path of file,however it only support Mas OS with "/". I suggest that you should auto identify os system. Thanks!
Class.forName(path.getParent().toString().replace('/', '.') + "." + examineContext.getModel().getName()).isAssignableFrom(context.getClass())
The text was updated successfully, but these errors were encountered: