U N I M O Z E R - the universal modelizer for learning Java™

GNU General Public License

Get Structorizer at SourceForge.net. Fast, secure and Free Open Source software downloads

100% FREE award granted by Softpedia
#4: Input paramters
Priority: 
high
Status: 
closed
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.