[
https://issues.apache.org/jira/browse/OFBIZ-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bob Morley updated OFBIZ-3592:
------------------------------
Attachment: OFBIZ-3592_ResolveJavaWarningsWorkeffort.patch
Complete replacement of previous patch. I had forgotten to scan for extra
"suppresswarnings" annotations which brought up a number of additional changes.
These were mostly due to adding a generic list to a non-generic collection
form a third party library. I added a new method to UtilMisc named
collectionAddAll (consistent with other collection methods) that everyone can
use in these cases to avoid the warning messages. (This in affect buries the
warning into one method much like a number of the UtilGenerics methods do).
The depreciated TimeOfDayRange temporal expression was in here and I understand
it can not be removed at this time. I removed the import and fully specified
the package name where it was used that was with-in a method that suppresses
that warning. After next release the entire class / visitor artifacts can be
removed.
> application - workeffort
> ------------------------
>
> Key: OFBIZ-3592
> URL: https://issues.apache.org/jira/browse/OFBIZ-3592
> Project: OFBiz
> Issue Type: Sub-task
> Reporter: Bob Morley
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3592_ResolveJavaWarningsWorkeffort.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.