Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
1. FIXME - Heavy issues which need to be solved immediately!0FIXME
2. TODO - General issue to work on sooner or later.1TODO
3. MINORs - Little enhancements, not really important.3MINOR
4. LUXURYs - Additional stuff which would be cool to have, but not mandatory anyway.2LUXURY

Each tag is detailed below:

2. TODO - General issue to work on sooner or later.

Number of occurrences found in the code: 1

net.sf.josceleton.commons.reflect.ClassAdapterImplLine
@Deprecated avoid static factory method ClassAdapterImpl.create()24

3. MINORs - Little enhancements, not really important.

Number of occurrences found in the code: 3

net.sf.josceleton.commons.reflect.ReflectUtilTestLine
??? @TEST reflect necessary for arrays as well? how to handle them?25
net.sf.josceleton.commons.test.util.TestUtilLine
@TEST dieser toString check hier ist gar nicht mal so schlecht! hat schon mal bug in toString entdeckt!29
net.sf.josceleton.commons.util.RandomUtilTestLine
@TEST genereally all util test cases are bad; as Util concept itself is bad :(15

4. LUXURYs - Additional stuff which would be cool to have, but not mandatory anyway.

Number of occurrences found in the code: 2

net.sf.josceleton.commons.util.ColorUtilLine
changeBrightness(Color, volume... can be -100 to +100) => internally uses brighten/darken34
net.sf.josceleton.commons.util.ColorUtilTestLine
@TEST ;)20