Probably should have ones for java.lang.reflect fields at least. The Javaassist classes create an external dependency I think.
One thing I ran into creating tests is that the compiler can't figure out how to distinguish these two constructors: | public Signature(String... parameters) | public Signature(String name, String... parameters) | I would probably drop the first at least. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094695#4094695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094695 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
