[jboss-user] [Javassist user questions] - Duplicate a method

gkorland do-not-reply at jboss.com
Fri Feb 1 21:06:30 EST 2008


Hi,

I'm trying to duplicate a method, what is the a best practice?
e.g.

public void foo(){
  some code...
}

add another duplicate method:

public void foo(int i){
  some code...
}

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

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



More information about the jboss-user mailing list