Author Topic: Java API  (Read 2211 times)

SkiRat

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Java API
« on: October 12, 2011, 06:12:05 am »

Are there any known issues with java api written and working under EA75 and problems occurring with the same tools under EA91?

For example, using a very small group of requirements I’m observing child requirements correctly showing up in a RTF for EA75 but not in EA91. So I’m thinking there may be some changes to the API that I’m not accounting for. It seems the simple  home-grown java program parses through the hierarchy correctly for the EA75 structure but in EA91 the tool only goes down one level deep for the same requirements.

It skips all requirements that are children of those parent requirements.
thanks for your help

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8074
  • Karma: +118/-20
    • View Profile
Re: Java API
« Reply #1 on: October 12, 2011, 08:59:00 am »
There was a bug in the Package.Elements collection in 7.5 that reported the Elements that belonged not to the package but to another object. This was rectified before version 9.

I am aware that some users found this change inconvenient.