gcc/libjava/java/lang/reflect
Jeroen Frijters 9b2b6c0f33 Proxy.java (getPackage, [...]): Fixed handling of default package.
2004-09-25  Jeroen Frijters  <jeroen@frijters.net>

       * java/lang/reflect/Proxy.java (getPackage, ClassFactory): Fixed
       handling of default package. (generate): Removed confused comments
       and code about making Method and Field accessible.

From-SVN: r88109
2004-09-25 19:46:21 +00:00
..
AccessibleObject.java AccessibleObject.java (secureSetAccessible): Don't check for AccessibleObject. 2003-10-26 02:28:45 +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 Proxy.java (getPackage, [...]): Fixed handling of default package. 2004-09-25 19:46:21 +00:00
ReflectPermission.java Add license clarification. 2002-01-22 22:40:42 +00:00
UndeclaredThrowableException.java Add Proxy support. 2002-09-30 05:19:09 +00:00