DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=7135>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=7135 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2005-12-18 22:54 ------- Following code: org.myclass.Component test = new org.myclass.Component(new Integer(1), "name", "topic", "summary", "desc.", new URL("http://localhost/core/sml-persist.zip")); BeanInfo beaninfo = Introspector.getBeanInfo(test.getClass()); System.out.println("name==" + beaninfo.getBeanDescriptor().getBeanClass().getName()); tested with 1.3.1_17, 1.4.2_10 and 1.5.0_03. Code demonstrates that JDK doesn't confuse local Component class with java.awt.Component as the original poster states. It was a bug that Sun later fixed. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4750368 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
