Releases: usus/usus-plugins
Usus 0.8.0
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
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
New Features
A checkbox that allows to visualize coupling of packages by edge saturation has been added to the Usus package graph.
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
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
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
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
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.
Installation
Update Site
http://projectusus.googlecode.com/svn/updates/
Eclipse Marketplace
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