[jboss-jira] [JBoss JIRA] Resolved: (JBJCA-458) Add overloaded methods to CF interface causes test suite failure
Jeff Zhang (JIRA)
jira-events at lists.jboss.org
Sat Jan 29 22:43:39 EST 2011
[ https://issues.jboss.org/browse/JBJCA-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Zhang resolved JBJCA-458.
------------------------------
Resolution: Done
> Add overloaded methods to CF interface causes test suite failure
> ----------------------------------------------------------------
>
> Key: JBJCA-458
> URL: https://issues.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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list