Book a Demo

Author Topic: Incorrect import statement  (Read 2211 times)

GeraldMulholland

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • D'oh...
    • View Profile
Incorrect import statement
« on: October 27, 2004, 05:29:40 am »
Hi all,

Have attempted to generate Java code for a set of classes within my model. One of the classes generated contained a faulty "import" statement.  The class in question contains a link to an external requirement that is located in a different package.  The net result of this is the "import" statement contains the title of the requirement.

As a side note, if the external requirement is within the package of the respected class, the import statement is generated correctly.

Any recommendations on a workaround.....outside of moving the requirement into the same package of the class  ???