On 09/14/2015 05:06 PM, Sandro Bonazzola wrote: > http://jenkins.ovirt.org/job/ovirt-engine_3.5_find-bugs_merged/1391/findbugsResult/new/ > > BackendApiResource.java:264 > <http://jenkins.ovirt.org/job/ovirt-engine_3.5_find-bugs_merged/1391/findbugsResult/new/source.12/#254>, > DE_MIGHT_IGNORE, Priority: Low > > *org.ovirt.engine.api.restapi.resource.BackendApiResource.getSchema() > might ignore java.io.IOException* > > This method might ignore an exception. In general, exceptions should be > handled or reported in some way, or they should be thrown out of the method. > > > > Please review / fix ASAP since 3.5.5 RC1 build is scheduled for Sep 16th. >
This is harmless, however, if we want to fix it we need this patch: rest: Catch IOExcetpion BackendApiResource https://gerrit.ovirt.org/46131 It is already merged in the master and 3.6 branches. -- Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 28016 Madrid, Spain Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L. _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
