Book a Demo

Author Topic: Sequence diagrams - Java problems  (Read 2242 times)

davijeb

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Sequence diagrams - Java problems
« on: January 27, 2013, 11:00:28 pm »
Hi, I have successfully attached the debugger to my application and can halt at breakpojnts etc. All good. But, when I try and generate a sequence diagram I see:

Code: [Select]
Unable to resolve class Global in model. Has source code been imported/synchronized ? Is the namespace root defined for the package ?
Any idea what to do? I do see a handfull of sequence diagrams created called "Stack" which have a single entry <reference> Global

Thanks,

Jez