Book a Demo

Author Topic: Link between EA Class and corresponding .java file  (Read 3132 times)

erwin_glassee

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Link between EA Class and corresponding .java file
« on: January 22, 2009, 06:07:09 am »
Hello,

This is probably relatively simple, yet I don't succeed in figuring it out. I reverse engineered a bunch of Java files, creating EA packages for each namespace and EA classes for each Java class. However, I don't see where EA keeps the link between the EA class and the Java file.

This would be useful since my reverse engineering results in EA classes with the same name in the same namespace, each related to a different file on the file system (I did not write that code myself  :(). I can use the "open source directory" feature to find out, but unfortunately this opens a new window every time.

Regards,

Erwin.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Link between EA Class and corresponding .java
« Reply #1 on: January 22, 2009, 07:45:35 am »
Hi Erwin,

The EA SDK documentation tells you where this is stored, but perhaps that's not really what you are asking about. If you just want to make sure that EA respects Java namespaces, look Namespace in the EA help index. There are several entries there that might help you sort this behavior out.

David
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Link between EA Class and corresponding .java
« Reply #2 on: January 22, 2009, 08:31:52 am »
Select View | Properties from the main menu.  It comes under the 'General Settings' group in the properties window.
« Last Edit: January 22, 2009, 08:32:10 am by simonm »

erwin_glassee

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Link between EA Class and corresponding .java
« Reply #3 on: January 23, 2009, 12:42:26 am »
Thanks. It was indeed rather obvious. You've been a great help.