[
https://issues.jboss.org/browse/SHRINKDESC-131?page=com.atlassian.jira.pl...
]
Jesper Pedersen updated SHRINKDESC-131:
---------------------------------------
Description:
The following warnings are found by findbugs of the code generated by the metadata
parser:
{noformat}
WMI Method
org.jboss.jca.embedded.dsl.datasources10.impl.DatasourcesDescriptorImpl.getNamespaces()
makes inefficient use of keySet iterator instead of entrySet iterator
WMI Method
org.jboss.jca.embedded.dsl.datasources10.impl.DatasourcesDescriptorImpl.removeAllNamespaces()
makes inefficient use of keySet iterator instead of entrySet iterator
{noformat}
was:
The following warnings are generated by findbugs:
{noformat}
WMI Method
org.jboss.jca.embedded.dsl.datasources10.impl.DatasourcesDescriptorImpl.getNamespaces()
makes inefficient use of keySet iterator instead of entrySet iterator
WMI Method
org.jboss.jca.embedded.dsl.datasources10.impl.DatasourcesDescriptorImpl.removeAllNamespaces()
makes inefficient use of keySet iterator instead of entrySet iterator
{noformat}
Findbugs: Namespace
-------------------
Key: SHRINKDESC-131
URL:
https://issues.jboss.org/browse/SHRINKDESC-131
Project: ShrinkWrap Descriptors
Issue Type: Bug
Components: metadata-parser
Affects Versions: 2.0.0-alpha-4
Reporter: Jesper Pedersen
Assignee: Ralf Battenfeld
Priority: Minor
The following warnings are found by findbugs of the code generated by the metadata
parser:
{noformat}
WMI Method
org.jboss.jca.embedded.dsl.datasources10.impl.DatasourcesDescriptorImpl.getNamespaces()
makes inefficient use of keySet iterator instead of entrySet iterator
WMI Method
org.jboss.jca.embedded.dsl.datasources10.impl.DatasourcesDescriptorImpl.removeAllNamespaces()
makes inefficient use of keySet iterator instead of entrySet iterator
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira