corda/classpath/java
Joel Dice b98abe3f94 fix float to integer conversion
Java requires that NaNs be converted to zero and that numbers at or
beyond the limits of integer representation be clamped to the largest
or smallest value that can be represented, respectively.
2012-08-12 14:31:58 -06:00
..
io fix ArrayIndexOutOfBoundsException when decoding a UTF-8 stream 2012-08-04 16:11:27 -06:00
lang fix float to integer conversion 2012-08-12 14:31:58 -06:00
net rename "resource" URL protocol to "avian_vm_resource" 2012-08-11 19:01:32 -06:00
nio implement JNI methods needed by AWT 2012-08-11 06:56:19 -06:00
security update copyright years 2012-05-11 17:43:27 -06:00
text prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util implement Arrays.toString(byte[]) 2012-08-04 16:08:32 -06:00