]
Shigeru Chiba updated JASSIST-192:
----------------------------------
Issue Type: Feature Request (was: Bug)
VARARGS calling raise not found method
--------------------------------------
Key: JASSIST-192
URL:
https://issues.jboss.org/browse/JASSIST-192
Project: Javassist
Issue Type: Feature Request
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: