jmreardon-yoppworks opened a new pull request, #5672: URL: https://github.com/apache/incubator-kie-drools/pull/5672
This PR addresses this issue https://github.com/apache/incubator-kie-issues/issues/875 by removing the creation of an exception when a property is not defined. This change is only observable by calling the `getValueResult`, but none of the uses of that method are affected by this change. There are only 4 uses of this method in the code base, and each case is either: * guarded by a call to `isDefined` so that `getValueResult` is not called * or transforms not defined results to `null` anyways. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
