Common coding and design practices in software projects are a good thing. To support them, there is a number of helpful tools around, such as static code analyzers, test coverage tools, code
... [More]
formatters and so on.
The goal of this project is to provide Eclipse Plug-Ins that help to integrate common compiler and formatter settings in the Eclipse workspace, support Checkstyle, EclEmma and other tools, and apply some OO design metrics to analyse weak spots in the code. These settings, tool configurations and metrics reflect the 'usus' (common practice) in projects we've worked in and have proved useful; we want to integrate them in order to have them handy all the time. [Less]