gcc/libjava/java/lang/reflect
Michael Koch 7b040d4c07 [multiple changes]
2004-10-18  Michael Koch  <konqueror@gmx.de>

	* java/lang/reflect/Proxy.java: Improved javadocs.

2004-10-18  Michael Koch  <konqueror@gmx.de>

	* java/lang/reflect/AccessibleObject.java
	(checkPermission): Removed redundant final modifier.
	(secureSetAccessible): Likewise.
	* java/lang/reflect/Proxy.java:
	Reworked import statements.
	(generate): Removed redundant final modifier.
	* java/lang/reflect/ReflectPermission.java:
	Reorder package declaration and import statement.

2004-10-18  Jeroen Frijters  <jeroen@frijters.net>

	* java/lang/reflect/Proxy.java
	(count): Removed useless initializer.

From-SVN: r89201
2004-10-18 09:46:48 +00:00
..
AccessibleObject.java [multiple changes] 2004-10-18 09:46:48 +00:00
Array.java Array.java: Merged documentation with classpath. 2004-01-07 18:46:18 +00:00
Constructor.java Constructor.java (toString): Avoid extra whitespace on constructor with no modifiers. 2003-10-26 02:25:42 +00:00
Field.java Runtime.java: Comment fix. 2003-07-21 01:54:06 +00:00
InvocationHandler.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
InvocationTargetException.java AbstractMethodError.java: Re-merged with Classpath. 2002-06-15 19:45:34 +00:00
Member.java Add license clarification. 2002-01-22 22:40:42 +00:00
Method.java Method.java (toString): Avoid extra whitespace on method with no modifiers. 2003-10-25 07:55:21 +01:00
Modifier.java natClassLoader.cc (defineClass0): Removed erroneous comment. 2002-12-19 19:31:55 +00:00
natArray.cc re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws java.lang.IllegalArgumentException) 2003-08-26 14:55:30 +00:00
natConstructor.cc Constructor.java (toString): Avoid extra whitespace on constructor with no modifiers. 2003-10-26 02:25:42 +00:00
natField.cc re PR libgcj/11780 (Method.invoke() is slow) 2003-10-25 07:49:20 +01:00
natMethod.cc natMethod.cc (_Jv_CallAnyMethodA): Indentation fix. 2004-09-21 22:23:46 +00:00
natProxy.cc Add Proxy support. 2002-09-30 05:19:09 +00:00
Proxy.java [multiple changes] 2004-10-18 09:46:48 +00:00
ReflectPermission.java [multiple changes] 2004-10-18 09:46:48 +00:00
UndeclaredThrowableException.java Add Proxy support. 2002-09-30 05:19:09 +00:00