Book a Demo

Author Topic: Wrong package on imported java files  (Read 4269 times)

aaronwhittier

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Wrong package on imported java files
« on: January 08, 2004, 11:55:52 am »
I've imported some java files, and they don't seem to be getting the right package names. They always show up as whatever their closest directory name is; for example, if I import com.foo.mypkg.MyClass, it always shows up on my class diagrams as mypkg::MyClass, which is incorrect. Any idea what's going on?

Thanks...