summaryrefslogtreecommitdiff
path: root/libjava/java/lang/reflect/Field.java
AgeCommit message (Collapse)Author
2001-10-24* java/lang/reflect/Field.java: Made many methods private.Tom Tromey
From-SVN: r46467
2001-10-24Field.java (Field): New constructor.Tom Tromey
* java/lang/reflect/Field.java (Field): New constructor. * java/lang/ClassLoader.java (defineClass(String,byte[],int,int)): Throw ClassFormatError. From-SVN: r46458
2001-08-24Field.java (toString): Use Method.appendClassName.Tom Tromey
* java/lang/reflect/Field.java (toString): Use Method.appendClassName. * java/lang/reflect/Constructor.java (toString): Use Method.appendClassName. * java/lang/reflect/Method.java: Reindented. (appendClassName): New method. (toString): Use it. * defineclass.cc (handleMethod ): Initialize `throws' field of method. (read_one_method_attribute): Handle Exceptions attribute. * java/lang/reflect/natMethod.cc (ClassClass): Removed. (ObjectClass): Removed. (getType): Compute `exception_types'. * java/lang/Class.h (struct _Jv_Method): Added `throws' field. From-SVN: r45153
2000-09-11Field.java (toString): Don't rely on Class.toString.Tom Tromey
* java/lang/reflect/Field.java (toString): Don't rely on Class.toString. From-SVN: r36341
2000-08-07PipedInputStream.java (read(byte[],int,int)): Mostly rewrote.Tom Tromey
* java/io/PipedInputStream.java (read(byte[],int,int)): Mostly rewrote. (receive): Streamlined. From-SVN: r35556
2000-03-07All files: Updated copyright information.Tom Tromey
* All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. From-SVN: r32387
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
From-SVN: r31504
1999-04-07Initial revisionTom Tromey
From-SVN: r26263