[ 
https://issues.apache.org/jira/browse/OFBIZ-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bob Morley updated OFBIZ-3599:
------------------------------

    Attachment: OFBIZ-3599_ResolveJavaWarningsOagis.patch

There were a particularly large number of warnings across the three service 
implementation classes in this component.  Almost all of them came down to 
non-generic context, results from a dispatch call, or storage of error 
messages.  There was one example where the same result (a List<String>) was 
being used to store a Map and a String so this was resolved.  Lots of examples 
of changing from explicitly using an Iterator to the standard for (Object x : 
x-list) { ... } construct.

> specialpurpose - oagis
> ----------------------
>
>                 Key: OFBIZ-3599
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3599
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Bob Morley
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3599_ResolveJavaWarningsOagis.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to