|
Class diagrams aren't the only UML diagram that is enhanced with Code Views.
The true power of Code Views is seen when combining a sequence diagram with its code. This single view replaces the traditional "call hierarchy" and "go to source" functions when navigating between methods.
Every activation in the diagram can be opened to display its code. Code Views allows you to infinitely nest sequence diagrams. Transparency is provided if desired to show only those horizontal message lines that you move your mouse over removing clutter from the screen. You can eaily remove activations from the diagram by selecting them and deleting them. You can also select an activation and drag it on to a new canvas to create another view of a call path.
Additional visualizations can be made using the full power of Code Views. Never before has the scope and effect of a synchronization block been so easily seen.
|