Book a Demo

Author Topic: problem import java src directory  (Read 3329 times)

egentz

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
problem import java src directory
« on: September 16, 2004, 12:46:23 pm »
just doing my first steps evaluating EA.
imported a small java source directory.

works fine, but some small problems:

Generalization was not correctly imported

...extends com.a.b.ZZZ

was not recognized.
displayed with fully qualified classname and "owned No".

but com->a->b packages exist
and ZZZ also

I can manually change this:
delete the Hierarchy entry and add it new
and choose the class

---
is this a known problem with package-hierarchies ?
or did I make a mistake or misunderstood something ?

thanks for help

regards
ekkehard

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: problem import java src directory
« Reply #1 on: September 16, 2004, 04:07:22 pm »
This problem was fixed in build 737.

Downloading a the most recent build should fix the problem.

Simon

egentz

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: problem import java src directory
« Reply #2 on: September 16, 2004, 09:28:52 pm »
thanks for soon answering
...and fixing the problem :-)
regards
ekkehard

egentz

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: problem import java src directory
« Reply #3 on: September 16, 2004, 10:21:19 pm »
hi simon,
just tested the new build.
now it works better, but even not perfect.
following package structure:

com->a->b class EventDAO
com->a->d class RootDAO

EventDAO extends RootDAO

this hierarchy was not detected.
perhaps EA imports the structure alphabetically,
so while importing com->a->b
the import of com->a->d wasn't done and
so EA says that RootDAO isn't owned

would be great to fix this, too

regards

ekkehard