Duplicate table error

if you duplicate table on the data modeler, even if you chose another table name, when export to aurelius, the Class stay with the same name.
  How to replicate error:
  1-Create Table Name 'A'
  2-Right button 'duplicate table'
  3-New Table Name 'A_1'
  4-Export to aurelius
  5-TA = class;
     TA = class;
     should be:
     TA = class;
     TA_1 = class;
 

 

By default, Data Modeler uses the table caption (not name) as the class name. When duplicating the table, the caption stays the same. Please set your table caption to the proper value, or change Aurelius export settings to use table name instead of table caption