[shrinkwrap-issues] [JBoss JIRA] (SHRINKDESC-131) Findbugs: Namespace

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Tue Aug 7 14:55:07 EDT 2012


     [ https://issues.jboss.org/browse/SHRINKDESC-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        


More information about the shrinkwrap-issues mailing list