Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
xmlunit
xmlunit-java5-enum.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xmlunit-java5-enum.patch of Package xmlunit
--- xmlunit/src/java/org/custommonkey/xmlunit/HTMLDocumentBuilder.java 2003-02-27 20:47:32.000000000 -0500 +++ xmlunit/src/java/org/custommonkey/xmlunit/HTMLDocumentBuilder.java.orig 2008-07-29 16:25:39.863675489 -0400 @@ -283,9 +283,9 @@ Object attrName, attrValue; attributes.clear(); - for(Enumeration enum = attributeSet.getAttributeNames(); - enum.hasMoreElements(); ) { - attrName = enum.nextElement(); + for(Enumeration attributeSetEnum = attributeSet.getAttributeNames(); + attributeSetEnum.hasMoreElements(); ) { + attrName = attributeSetEnum.nextElement(); attrValue = attributeSet.getAttribute(attrName); attributes.addAttribute("", "", attrName.toString(), "CDATA", attrValue.toString());
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