src/share/classes/java/lang/reflect/Constructor.java

Print this page

        

*** 164,175 **** return clazz; } /** * Returns the name of this constructor, as a string. This is ! * always the same as the simple name of the constructor's declaring ! * class. */ public String getName() { return getDeclaringClass().getName(); } --- 164,174 ---- return clazz; } /** * Returns the name of this constructor, as a string. This is ! * the binary name of the constructor's declaring class. */ public String getName() { return getDeclaringClass().getName(); }