pingpingy1 opened a new pull request, #1670: URL: https://github.com/apache/cxf/pull/1670
The `endpoint` parameter passed to the constructor of `ManagedRMEndpoint` is immediately saved to a private property, and cannot be changed later with any public method. As such, passing `null` into the constructor has little use, throws a `NullPointerException` at a wholly unrelated position and time, and causes difficult debugging should this happen. This commit implements a fail-fast guard against `null`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
