Login  Register

Package Dependencies Analysis : new features

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Package Dependencies Analysis : new features

Baptiste Quide
11 posts
Hello Pharos Users,

Since the first release of Package Dependencies Analysis, here is a summary of improvements :

- tool is available in World Menu (Tools > Package Dependencies Browser) : choose your packages and browse dependencies.
- add/remove packages into the analysis.
- you can refresh the current analysis manually (for instance if you change a piece of code to remove/add dependency)
- filter the packages displaying by name
- button "find cycles" allows to find all cycles in the system where the selected packages in the tree are  (it could take a while the first time you click)
- contextual menu (right click) to browse scoped dependencies or find cycles among the selected packages in the tree

Then, in the window displaying cycles among packages :

- only dependencies among packages in the cycle are displaying (no outgoing dependencies)
- packages appear by order (if you see aCycle : A, B, C, the cycle is A -> B -> C -> A)


Regards,

Baptiste
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Package Dependencies Analysis : new features

hernanmd
1675 posts
Thanks Baptiste for taking care of this.
Cheers,

Hernán



2014-07-23 9:49 GMT-03:00 Baptiste Quide <[hidden email]>:
Hello Pharos Users,

Since the first release of Package Dependencies Analysis, here is a summary of improvements :

- tool is available in World Menu (Tools > Package Dependencies Browser) : choose your packages and browse dependencies.
- add/remove packages into the analysis.
- you can refresh the current analysis manually (for instance if you change a piece of code to remove/add dependency)
- filter the packages displaying by name
- button "find cycles" allows to find all cycles in the system where the selected packages in the tree are  (it could take a while the first time you click)
- contextual menu (right click) to browse scoped dependencies or find cycles among the selected packages in the tree

Then, in the window displaying cycles among packages :

- only dependencies among packages in the cycle are displaying (no outgoing dependencies)
- packages appear by order (if you see aCycle : A, B, C, the cycle is A -> B -> C -> A)


Regards,

Baptiste

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Package Dependencies Analysis : new features

stepharo
5159 posts
In reply to this post by Baptiste Quide
Baptiste

monday we will do a analysis day together :)

Stef

On 23/7/14 14:49, Baptiste Quide wrote:
Hello Pharos Users,

Since the first release of Package Dependencies Analysis, here is a summary of improvements :

- tool is available in World Menu (Tools > Package Dependencies Browser) : choose your packages and browse dependencies.
- add/remove packages into the analysis.
- you can refresh the current analysis manually (for instance if you change a piece of code to remove/add dependency)
- filter the packages displaying by name
- button "find cycles" allows to find all cycles in the system where the selected packages in the tree are  (it could take a while the first time you click)
- contextual menu (right click) to browse scoped dependencies or find cycles among the selected packages in the tree

Then, in the window displaying cycles among packages :

- only dependencies among packages in the cycle are displaying (no outgoing dependencies)
- packages appear by order (if you see aCycle : A, B, C, the cycle is A -> B -> C -> A)


Regards,

Baptiste