Project

Profile

Help

"mod" difference on JDK 1.4 versus 1.5

Added by Anonymous over 17 years ago

Legacy ID: #4128777 Legacy Poster: marcvc (marcvc)

Michael, using the genuine version of Saxon 8.8 (Honnestly, I haven't checked if this is known behaviour in the bugs list) Following query: <e>{1.0 mod 1.0}</e>, <e>{10.0 mod 10.0}</e>, <e>{100.0 mod 100.0}</e> With JDK 1.4 we get: <e>0</e><e>0</e><e>0</e> With JDK 1.5 this evaluates as follows: <e>0</e><e>00</e><e>000</e> Thanks, Marc


Replies (1)

RE: &quot;mod&quot; difference on JDK 1.4 versus 1.5 - Added by Anonymous over 17 years ago

Legacy ID: #4128847 Legacy Poster: Michael Kay (mhkay)

This is a known bug, there is a patch in Subversion: http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1553265&amp;group_id=29872&amp;atid=397617 Michael Kay

    (1-1/1)

    Please register to reply