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
Environment: na
Reporter: Fabien Carrion
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.