mx4j/src/core/mx4j/server MBeanIntrospector.java,1.33,1.34
Jeremy Boynes <[email protected]> Tue, 08 Feb 2005 03:57:52 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/core/mx4j/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24717/src/core/mx4j/server
Modified Files:
MBeanIntrospector.java
Log Message:
Fix for [ 1115663 ] Intospection should return FQN
Return full class name,not base
Index: MBeanIntrospector.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/server/MBeanIntrospector.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** MBeanIntrospector.java 8 Feb 2005 03:45:59 -0000 1.33
--- MBeanIntrospector.java 8 Feb 2005 03:57:50 -0000 1.34
***************
*** 552,556 ****
String ctorName = constructor.getName();
! MBeanConstructorInfo info = new MBeanConstructorInfo(ctorName.substring(ctorName.lastIndexOf('.') + 1), descr, paramsInfo);
constructors[i] = info;
}
--- 552,556 ----
String ctorName = constructor.getName();
! MBeanConstructorInfo info = new MBeanConstructorInfo(ctorName, descr, paramsInfo);
constructors[i] = info;
}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click