Blog Archives

Understanding a very large codebase

I have been meaning to do some scalability tests on Structure101 for some time now but something always seems to get in the way. Step in the end of the last working day before Christmas. Just fire some code at it,

Tagged with: , , , , , , , , , , , , , , ,
Posted in Structure101

Making JUnit 4.8.2 tangle free – a possible solution

The purpose of this exercise was to use Restructure101 to solve tangles in JUnit version 4.8.2.

Tagged with: , ,
Posted in Architecture, Complexity, Restructure101, Structure101

An Overview of Structure101 Architecture Diagrams

Structure101 lets you work with both structure (the whole code-base as it is) and architecture (the subset of the structure that you really care about, and how it should be). It lets you define the architecture in the context of

Tagged with:
Posted in Architecture, Architecture Diagrams, Structure101

Architecture warnings in Eclipse

The new version of structure101 lets you define concise, layered architecture diagrams and publish them so that the whole team sees them in Eclipse and gets warnings if they make code changes that are out of whack with the architecture.

Tagged with:
Posted in Architecture, Structure101

Eclipse Plugin (OSGi) Visualization

If you are going mad trying to figure out the dependencies between lots of Eclipse plug-ins, or work with other large OSGi systems, you may be interested in this. We’ve had a few people looking for an Eclipse/OSGi backend for

Tagged with: ,
Posted in Dependency Management