You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Marco Risaliti (JIRA)" <ji...@apache.org> on 2007/12/13 12:05:43 UTC

[jira] Updated: (OFBIZ-1366) Comparaison between Integer and String in RecurrenceRule.java

     [ 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/%3C026601c7b7cf$47e9b3c0$0300a8c0@LesArts%3E
> 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.