-
in make/Makefile JAVADOCP_OPTIONS is missing -source 1.4
without this the assert statements cause javadoc to complain.
2006-11-30 18:50:03 UTC in J-Sim
-
mjrutherford registered the addsalt project.
2006-01-31 17:19:31 UTC in addsalt
-
Logged In: YES
user_id=642229
the current implementation is correct for serial arithmetic;
this bug
is invalid.
2005-04-15 20:51:43 UTC in dnsjava
-
the following test currently fails:
long max = 0xFFFFFFFFL;
long zero = 0;
int ret = Serial.compare( max, zero );
if( ret = 0 )
throw new Exception( "incorrect return
value" );
Path against current CVS:
*** Serial.java.~1.3.~ Fri Jan 2 00:30:03...
2005-04-12 16:47:41 UTC in dnsjava