lcom

Annotations for enforcing cyclomatic complexity and LCOM constrains

Hello all, At work we are using several tools to capture several metrics (mostly cyclomatic complexity and LCOM). We use those to get warning flags and to guide pre-emptive refactoring efforts. It's been very beneficial in increasing code quality. However, the process is not tied to the build process. It is conducted separately. Moreo...