Structure101
Home PageCategories: Code analysis - Standards verifiers
Author: Headway Software
Latest version: 2
Added 2006-06-13
Helps you understand the structure of your code-base (design, architecture).
Structure101 for Java parses your byte code and creates an implementation model of all the dependencies mapped up through the compositional hierarchy. You can browse the model and view dependency diagrams at any level - method, class, package or jar.
With Structure101 you can:
- Control architecture: See how your high-level components depend on each other and why. Find out when your architecture is accidently changed by code-level changes at the coal-face, and how to best reverse out the rogue dependencies.
- Control structural complexity: Set complexity limits at each level (method, class or package) and Structure101 will measure the degree to which any item exceeds the limits and relate this to the amount of code impacted so that you can prioritize any repair work. Discover the locations of productivity-killing package dependency cycles and analyze how to break them.
Built for Java |