Change in ovirt-engine[master]: core: Don't use "Path" to join URL segments

Juan Hernandez has submitted this change and it was merged. Change subject: core: Don't use "Path" to join URL segments ...................................................................... core: Don't use "Path" to join URL segments This is needed in order to avoid the following findbugs warning: Code contains a hard coded reference to an absolute pathname This code constructs a File object using a hard coded to an absolute pathname Bug kind and pattern: DMI - DMI_HARDCODED_ABSOLUTE_FILENAME Change-Id: Id7138cc2818206db28f56c5f35cc76d3ae330035 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/host/provider/foreman/ForemanHostProviderProxy.java 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests Yaniv Bronhaim: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/46573 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id7138cc2818206db28f56c5f35cc76d3ae330035 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Yaniv Bronhaim <ybronhei@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com