Skip to content

Releases: usus/usus-plugins

Usus 0.8.0

12 Nov 16:49
Compare
Choose a tag to compare

New Features

The dependency graphs now detect relations that are based on Java 8 language features such as method references and lambda expressions. Please see #55 for a more detailed explanation.

As a ramification the runtime requirements of Eclipse have changed: You require Eclipse 4.4 (Luna) or newer to install Project Usus. The same holds if you are developing and contributing to Usus.

Installation

Update Site

http://www.projectusus.org/usus-plugins/updates/

Eclipse Marketplace

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Feedback

Please let us know what you think. If anything is not working in a way you'd expect, feel free to open an issue on GitHub: https://github.com/usus/usus-plugins/issues

Usus 0.7.8

26 Oct 18:47
Compare
Choose a tag to compare

New Features

A checkbox that allows to visualize coupling of packages by edge saturation has been added to the Usus package graph.

highlight_strong_connections

Bright red indicates strong coupling, while salmon and gray edges mean lower coupling, suggesting package dependencies that could be removed to quickly break cyclic dependencies. In addition, the differing saturation helps in following edges through a cluttered graph such as shown in the above example.

Installation

Update Site

http://www.projectusus.org/usus-plugins/updates/

Eclipse Marketplace

Drag to your running Eclipse workspace to install Project Usus

Feedback

Please let us know what you think. If anything is not working in a way you'd expect, feel free to open an issue on GitHub: https://github.com/usus/usus-plugins/issues

Usus 0.7.7

15 Feb 08:49
Compare
Choose a tag to compare

Bug Fixes

Two bugs have been fixed:

  • Usus 0.7.6 broke a number of features that involved showing specific packages/classes in the package or class graph, respectively. E.g. navigating from the Hotspots view to the Package Graph to show packages that make up a package cycle did not work anymore.
  • In Usus 0.7.5 the "select classes from same package" context menu action stopped working.

Installation

Update Site

http://www.projectusus.org/usus-plugins/updates/

Eclipse Marketplace

Drag to your running Eclipse workspace to install Project Usus

Feedback

Please let us know what you think. If anything is not working in a way you'd expect, feel free to open an issue on GitHub: https://github.com/usus/usus-plugins/issues

Usus 0.7.6

31 Jan 13:53
Compare
Choose a tag to compare

New Features

Classes shown in the Usus Class Graph view can now be filtered by source folder. All source folders of Usus-enabled Java projects are collected and grouped by name. There's a new toggle action in the view's toolbar that allows to select visible source folders. This allows to filter out generated code or test code, for example.

bildschirmfoto 2015-01-30 um 09 57 05

Installation

Update Site

http://projectusus.googlecode.com/svn/updates/

Eclipse Marketplace

Drag to your running Eclipse workspace to install Project Usus

Feedback

Please let us know what you think. If anything is not working in a way you'd expect, feel free to open an issue on GitHub: https://github.com/usus/usus-plugins/issues