Book a Demo

Author Topic: problem wtih reverse engineering  (Read 2130 times)

blacksun

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
problem wtih reverse engineering
« on: October 20, 2004, 05:46:13 am »
Hello i've a problem with reverse engineering:
if i reverse engineer a java file some variables don't show up;

So I have a source file with int MAX_DATA_LENGTH = 1024,
MAX_SIZE = 8192, BAUD_RATE = 9600,
PARITY = SerialPort.PARITY_NONE, BIT_LENGTH = SerialPort.DATABITS_8;

and the class diagram shows only  int MAX_DATA_LENGTH = 1024;
I think the Enterprise Architect ignores the other variables...