资 源 简 介
Description
Its intended to develop a plugin for Eclipse that signalizes the code maturity of Java source files.
The source file is annotated with specific labels. Depending on the annotation, the source file is highlighted in the package explorer.
Why may someone use this plugin?
Lets say you have a Java project with 100+ source files and you work with several vivid developers. Then there is the poor guy named quality assurer that checks for unit tests, code comments and so on.
He starts at the first file and sees that there are no comments in the class and it looks like it was coded during breakfast between a croissant and a donut with dark chocolate.
This code should be changed and so the quality assurer sets the state of this code to RED. The programmer sees this and recodes the method during lunch between a Bockwurst and a Brezel. If the code is better, the quality assurer sets the code level to yellow... and so on...
The