|
On wrote:
|
Parameters should be evaluated within the context of the running application.
Don't forget, that the name of a known object (from the list) could also be entered. |
|
On wrote:
|
Step 1: Dealing with existing objects created by Unimozer
Step 2: Evaluation expressions
---------------------------------------------------------
Step 1:
- detection of the type of the parameter => OK
- getting the object from the list => OK
- calling the method => error
=> java.lang.IllegalArgumentException: argument type mismatch |
|
On wrote:
|
Using BeanShell may resolve this bug entirely, but actually there is still somewhere a problem with different classloaders and compilers. I have to recheck the entire execution code. |
|
On wrote:
|
I added a class called "Runtime.class" being a singleton and controlling entirely all created objects. |
|