Book a Demo

Author Topic: Improve Generate Sequence Diagrams  (Read 4811 times)

soril

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Improve Generate Sequence Diagrams
« on: February 23, 2007, 09:32:29 am »
Hello,

I am using the feature in 6.5 to debug in java programs (I cannot make the Attach to JVM work but I am using the other debug option).

That works not so badly but I can think of some improvements.

The sequence diagrams generated is usually well-formatted but contains too much information. For example, a message invocation is translated as being "Communication::AddToReceiverList" (with no parameters values) but really should be "AddToReceiverList('MyParameterValue')". I have to add manually these parameters in order to add value to the diagram.

Thank you for your time.


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8108
  • Karma: +119/-20
    • View Profile
Re: Improve Generate Sequence Diagrams
« Reply #1 on: February 27, 2007, 02:00:11 pm »
Parameter information is expected to be added in the next major version of EA.  In addition Ctrl+E (View Source) with a sequence connector selected will jump to the appropriate method in code.