Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-458

Add overloaded methods to CF interface causes test suite failure

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Beta4
    • 1.0.0.Beta3
    • Code Generator
    • None

    Description

      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.

      Attachments

        Activity

          People

            jeff.zhang_jira Jeff Zhang (Inactive)
            jpederse@redhat.com Jesper Pedersen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: