[jboss-dev-forums] [Design of JBossXB] - Re: annotations on properties declared in interfaces

alex.loubyansky@jboss.com do-not-reply at jboss.com
Fri Oct 26 13:52:58 EDT 2007


This does fix the test
Index: src/main/org/jboss/reflect/plugins/MethodInfoImpl.java
  | ===================================================================
  | --- src/main/org/jboss/reflect/plugins/MethodInfoImpl.java      (revision 66504)
  | +++ src/main/org/jboss/reflect/plugins/MethodInfoImpl.java      (working copy)
  | @@ -221,6 +221,10 @@
  | 
  |        if (name.equals(other.getName()) == false)
  |           return false;
  | +
  | +      if(!returnType.equals(other.getReturnType()))
  | +         return false;
  | +
  |        return Arrays.equals(parameterTypes, other.getParameterTypes());
  |     }

But I can't run the whole testsuite. 'mvn test' doesn't run any test in the container. Is it just me?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099455#4099455

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099455



More information about the jboss-dev-forums mailing list