Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:GA
findbugs
findbugs-dom4j.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File findbugs-dom4j.patch of Package findbugs
From 5a337b7fd291f42802ffe001408436df0a6318ce Mon Sep 17 00:00:00 2001 From: Michael Simacek <msimacek@redhat.com> Date: Fri, 31 Mar 2017 12:28:29 +0200 Subject: [PATCH] Port to dom4j 2.0 --- src/java/edu/umd/cs/findbugs/xml/XMLUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/edu/umd/cs/findbugs/xml/XMLUtil.java b/src/java/edu/umd/cs/findbugs/xml/XMLUtil.java index 0fa40f9..0baead5 100644 --- a/src/java/edu/umd/cs/findbugs/xml/XMLUtil.java +++ b/src/java/edu/umd/cs/findbugs/xml/XMLUtil.java @@ -30,7 +30,7 @@ public class XMLUtil { @SuppressWarnings("unchecked") public static <T> List<T> selectNodes(Node node, String arg0) { - return node.selectNodes(arg0); + return (List) node.selectNodes(arg0); } } -- 2.9.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor