Nice/stdlib/nice/lang java.nice,1.60,1.61
Artem Gr Kozarezov <[email protected]> Tue, 29 Mar 2005 10:28:05 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/stdlib/nice/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11074/stdlib/nice/lang Modified Files: java.nice Log Message: maybe-null retypings for Throwable.getCause and ClassLoader.getResourceAsStream Index: java.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/java.nice,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** java.nice 17 Sep 2004 18:22:00 -0000 1.60 --- java.nice 29 Mar 2005 10:28:02 -0000 1.61 *************** *** 74,77 **** --- 74,83 ---- native int java.lang.Comparable.compareTo(Object); + // result maybe null + + ?Throwable getCause(Throwable) = native Throwable Throwable.getCause(); + ?java.io.InputStream getResourceAsStream(ClassLoader, String name) = + native java.io.InputStream ClassLoader.getResourceAsStream(String); + // PACKAGE: java.text ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click