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
#3: Calling methods
Priority: 
high
Status: 
closed
On wrote:
Only "known" methods with input parameters can be called. Inherited methods with input parameters result in an error:

java.lang.IllegalArgumentException: wrong number of arguments

This is because the detailed signature cannot be found. Generic input parameters should then be used.