Open ntdaley opened 9 years ago
Thanks for submitting an issue. It seems we have somehow missed PR #15. @jussimalinen is currently on holiday, but I hope he has time to look at this when he's back.
Any news on this?
I don't think PR #15 is going to be enough to solve this.
I'm getting a null pointer exception also at ArgumentGrouper.java at line 48 (where ungroupedArguments[i] is a null).
ArgumentConverter is removed at #24, but has to check that new ArgumentCollector handles $(None)/null
as should.
In an older version of Robotframework that my company was previously using, we were able to pass ${None} in to Java keywords, and the keyword would get null. After upgrading to the current version, this fails with a NullPointerException. (Stacktrace shown below)
It looks like my build environment is using JavalibCore 1.2
There appears to be a pull-request already containing a fix for this: https://github.com/robotframework/JavalibCore/pull/15