This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229882 - Collaboration Diagram - Navigator
Summary: Collaboration Diagram - Navigator
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 17:46 UTC by juanmf
Modified: 2013-05-16 18:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
How I think it should look like. (99.31 KB, image/png)
2013-05-16 17:46 UTC, juanmf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description juanmf 2013-05-16 17:46:32 UTC
Created attachment 134536 [details]
How I think it should look like.

Hello, 

  I'm a PHP developer. Very often I find myself navigating through multiple methods that are part of a collaboration diagram. When you use "program by Intention" you end up with many nice methods and then, when refactoring, you need to check the parameters you send in the call chain. 

  Here, the plain method list that the Navigator windows provides isn's as helpfull as it could be. It'd be GREAT to be able to navigate methods by seeing their dependencies/collaboration. like in the attached picture.

  You should be able to:
    * Select one or more root methods on each class, so the graph can start where you expect it to do it. (In the picture, getContentMedios() )
    * Select the deeph you need to see on screen. (In the picture, 4 levels)

Thanks! 
Juan Fernandez