Book a Demo

Author Topic: Extracting Import Statements from Java Class Code  (Read 2854 times)

carter01

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Extracting Import Statements from Java Class Code
« on: September 04, 2019, 02:45:06 am »
I have ingested code for a product I am documenting and have generated the proper class diagrams. I need to, as a minimum, generate a list of the import statements contained in each class to document third-party software dependencies. I have been pulling my hair out, so any help would be appreciated.

Ideally, I would like to map these imports to a class and use the <<packageImport>> connector but I am not sure how to do this. Ideas?