"mod" difference on JDK 1.4 versus 1.5
Replies (1)
Please register to reply
Added by Anonymous almost 18 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
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&aid=1553265&group_id=29872&atid=397617 Michael Kay
Please register to reply