Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-360

Class hierarchies doesn't work properly when the subclass go into om's sub-package

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0
    • 5.1
    • Generator
    • None

    Description

      I would like to put the subclass into om.attribute package.

      class="B" extends="A" generate into om package well.

      It works well.

      But I would like to separate the package.

      class="attribute.B" extends="A" generate into om package but the class name is 'attribute.B' not 'B'

      class="attribute/B" extends="A" generate into om/attribute folder but the class name is 'attribute/B' not 'B' and package name is om

       

      Thanks,

      Youngho

      Attachments

        Activity

          People

            gk Georg Kallidis
            youngho Youngho Cho
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: