Add overloaded methods to CF interface causes test suite failure
----------------------------------------------------------------
Key: JBJCA-458
URL:
https://jira.jboss.org/browse/JBJCA-458
Project: IronJacamar
Issue Type: Bug
Components: Code Generator
Affects Versions: 1.0.0.Beta3
Reporter: Jesper Pedersen
Assignee: Jeff Zhang
Fix For: 1.0.0.Beta4
Adding
String helloWorld()
String helloWorld(String name)
to the CF interface results in
testHelloWorld()
testHelloWorld()
being generated in the test suite.
This needs to be
testHelloWorldNoArg()
testHelloWorldName()
instead.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira