Book a Demo

Author Topic: Java Code Generation / Class Rename  (Read 3062 times)

John Gentilin

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Java Code Generation / Class Rename
« on: October 07, 2015, 09:36:20 am »
I can't find a way to cleanly rename a calls within EA for code generation.

I can rename the class in the model, but the file name for Code Generation does not change. For a Java program this is a problem.

If I go to the class in the model and adjust the filename to match the class name, it doesn't retain any of the code from the previous class. i.e the code bodies is missing, includes are no longer there, annotations are missing too.

Is there a clean way to rename the class and have it sync with code correctly too without a lot of manual intervention ?

Thank You
-John Gentilin