[jboss-jira] [JBoss JIRA] (JASSIST-192) VARARGS calling raise not found method
Kaoe Coito (JIRA)
jira-events at lists.jboss.org
Thu Feb 14 15:43:56 EST 2013
Kaoe Coito created JASSIST-192:
----------------------------------
Summary: VARARGS calling raise not found method
Key: JASSIST-192
URL: https://issues.jboss.org/browse/JASSIST-192
Project: Javassist
Issue Type: Bug
Affects Versions: 3.16.1-GA
Reporter: Kaoe Coito
Assignee: Shigeru Chiba
I have a class like
public class Test {
public static void exec(String call, Object... params) {
}
}
in javaassist i create this calls
Test.exec("TESTE");
raise not found exec(java.lang.String) in Test class
Test.exec("TESTE",1);
raise not found exec(java.lang.String, int) in Test class
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list