redfish4ktc / maven-soapui-extension-plugin

This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.
Apache License 2.0
45 stars 22 forks source link

Remove extra null checks in mojo implementation #118

Closed redfish4ktc closed 10 years ago

redfish4ktc commented 10 years ago

This checks come from the SmartBear original implementation. They are not needed because the check is already performed by the soapui runner. As we have a lot of integration tests that does not set parameters, we should be able to verify that removing this null check is not a problem.

redfish4ktc commented 10 years ago

Fixed in 4.6.4.1