Change to fix issues in overridden validations of ParameterGroups 55/92355/2
authora.sreekumar <ajith.sreekumar@est.tech>
Wed, 31 Jul 2019 13:25:29 +0000 (13:25 +0000)
committera.sreekumar <ajith.sreekumar@est.tech>
Wed, 31 Jul 2019 13:25:29 +0000 (13:25 +0000)
commit9f5537344f03df1cd1738baa3cf9c7545a73afd7
treefb52b754c92e6990a273b5644ca19f3d0cf03e00
parent63d5702986d5dc63eb3d0ed2e3b57ce3b529966f
Change to fix issues in overridden validations of ParameterGroups

Currently, for validation of nested ParameterGroup classes, a new
GroupValidationResult is directly created instead of calling the
validate method of nested classes. Thus any overridden validate methods
won't work. This is fixed.

Change-Id: I8ee9265b295cb68d67926128b5b68c217f341034
Issue-ID: POLICY-1744
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
common-parameters/src/main/java/org/onap/policy/common/parameters/GroupValidationResult.java