Hoi all,
eclipse's Problem View just reported:
"The import java.lang.reflect.Method is never used."
I removed this import, rebuild geronimo, the unit tests passed, and I could acess the debug console.
Is there a rationale behind that import or could it really be removed by appling the following patch?
--- schnipp ---
Index: NoSuchOperationError.java
===================================================================
RCS file: /home/cvspublic/incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/gbean/jmx/NoSuchOperationError.java,v
retrieving revision 1.3
diff -u -r1.3 NoSuchOperationError.java
--- NoSuchOperationError.java 10 Mar 2004 09:59:01 -0000 1.3
+++ NoSuchOperationError.java 12 May 2004 13:43:08 -0000
@@ -17,8 +17,6 @@
package org.apache.geronimo.gbean.jmx;
-import java.lang.reflect.Method; - /** * *
--- schnapp ---
Cheers,
--
/rgb
