Eclipse plug-in for software architecture validation

Can I find out if there is a plugin that can test software architecture? that is, whether the code matches, for example, a layered architecture.

+5
source share
2 answers

The Structure101 plugin can do this in combination with a standalone program. http://structure101.com/products/structure101/plugins/

Structure101 is a commercial product ( http://structure101.com/products/purchase.php ), but it is really good, and you can define your own rules that developers must follow.

+6
source

All Articles