"adrian(a)jboss.org" wrote :
| Or if it is going to use that, then ParameterizedClassInfo needs to override
getName()
| to return the generic name (but I'm not sure what that would break?).
|
This
| +++ src/main/java/org/jboss/reflect/plugins/introspection/ParameterizedClassInfo.java
| @@ -77,6 +77,12 @@
| this.parameterizedType = parameterizedType;
| }
|
| + @Override
| + public String getName()
| + {
| + return parameterizedType.toString();
| + }
|
breaks this
|
testGenericSuperClassString(org.jboss.test.classinfo.test.IntrospectionGenericClassUnitTestCase)
|
testGenericSuperClassEmptyClass(org.jboss.test.classinfo.test.IntrospectionGenericClassUnitTestCase)
|
testGenericSuperInterfaceString(org.jboss.test.classinfo.test.IntrospectionGenericClassUnitTestCase)
|
testGenericSuperInterfaceEmptyClass(org.jboss.test.classinfo.test.IntrospectionGenericClassUnitTestCase)
|
:-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190919#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...