[
https://issues.apache.org/jira/browse/OFBIZ-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marco Risaliti updated OFBIZ-1366:
----------------------------------
Component/s: framework
Fix Version/s: SVN trunk
Affects Version/s: SVN trunk
> Comparaison between Integer and String in RecurrenceRule.java
> -------------------------------------------------------------
>
> Key: OFBIZ-1366
> URL: https://issues.apache.org/jira/browse/OFBIZ-1366
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: SVN trunk
> Environment: na
> Reporter: Fabien Carrion
> Fix For: SVN trunk
>
>
> The mail on this link is right
> http://mail-archives.apache.org/mod_mbox/ofbiz-user/200706.mbox/[EMAIL
> PROTECTED]
> I just made the try and confirm this bug exists. In recurenceRule, instead of
> having:
> if (!byMinuteList.contains(new Integer(cal.get(Calendar.MINUTE))))
> we should have
> if (!byMinuteList.contains(new String(cal.get(Calendar.MINUTE))))
> Thanks
> Fabien
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.