Closed jianglai closed 7 months ago
Thank you for your pull request. Can you please be so kind and add a unit test that proofs that the bug is actually gone? Thanks! :-)
PTAL. Added a test. The same test throws NPE when running against master.
Thank you for your contribution! :-)
When mainParameter is null (which is the default), calling getMainParameterValue()/getMainParameterDescription() throws an NPE because it tries to access a field on a null object.