Update of /cvsroot/commonjava/commonjava-projects/commonjava-reflection
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10722
Modified Files:
project.xml
Log Message:
added null check/exception throw to getMethod() and getConstructor() in Reflector, to make it easier to debug actual problems. Was throwing NPE from higher-level of call stack, which meant nothing to outside observer.
Index: project.xml
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-reflection/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- project.xml 16 Feb 2004 07:01:47 -0000 1.2
+++ project.xml 27 Feb 2004 06:43:59 -0000 1.3
@@ -5,7 +5,7 @@
<id>commonjava-reflection</id>
<name>Reflective Utilities</name>
<groupId>commonjava</groupId>
- <currentVersion>2.0</currentVersion>
+ <currentVersion>2.0-1</currentVersion>
<organization>
<name>CommonJava Open Component Project</name>
<url>http://www.commonjava.org</url>
|