Same with us. Is there anything changed on the portal app?
BR Marc Von meinem iPhone gesendet Am 26.09.2017 um 15:21 schrieb Shashikanth vh <[email protected]<mailto:[email protected]>>: Hi All, UT failed due to wrong parameter input to newInstance(), can anyone let me know what should be the valid input ? File: SdcCallbackTest.java private Object getObject(String fqcn) throws ClassNotFoundException, InstantiationException, IllegalAccessException, InvocationTargetException { Constructor constructor = Class.forName(fqcn).getDeclaredConstructors()[0]; constructor.setAccessible(true); return constructor.newInstance(); } Regards, Shashikanth -----Original Message----- From: ONAP Jobbuilder (ONAP Code Review) [mailto:[email protected]] Sent: 2017?9?26? 15:33 To: Shashikanth vh Subject: Change in appc[master]: Fix Blocker/Critical sonar issues ONAP Jobbuilder has posted comments on this change. Change subject: Fix Blocker/Critical sonar issues ...................................................................... Patch Set 1: Verified-1 Build Failed https://jenkins.onap.org/job/appc-master-verify-java/501/ : FAILURE No problems were identified. If you know why this problem occurred, please add a suitable Cause for it. ( https://jenkins.onap.org/job/appc-master-verify-java/501/ ) Logs: https://logs.onap.org/production/vex-yul-ecomp-jenkins-1/appc-master-verify-java/501 -- To view, visit http://gerrit.onap.org/r/15417 To unsubscribe, visit http://gerrit.onap.org/r/settings Gerrit-MessageType: comment Gerrit-Change-Id: I50868e7e76f03a724d97889432f2dce53552b36f Gerrit-PatchSet: 1 Gerrit-Project: appc Gerrit-Branch: master Gerrit-Owner: Shashikanth VH <[email protected]<mailto:[email protected]>> Gerrit-Reviewer: ONAP Jobbuilder <[email protected]<mailto:[email protected]>> Gerrit-HasComments: No _______________________________________________ onap-discuss mailing list [email protected]<mailto:[email protected]> https://lists.onap.org/mailman/listinfo/onap-discuss
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
