The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
1. FIXME - Heavy issues which need to be solved immediately! | 0 | FIXME |
2. TODO - General issue to work on sooner or later. | 1 | TODO |
3. MINORs - Little enhancements, not really important. | 3 | MINOR |
4. LUXURYs - Additional stuff which would be cool to have, but not mandatory anyway. | 2 | LUXURY |
Each tag is detailed below:
Number of occurrences found in the code: 1
net.sf.josceleton.commons.reflect.ClassAdapterImpl | Line |
---|---|
@Deprecated avoid static factory method ClassAdapterImpl.create() | 24 |
Number of occurrences found in the code: 3
net.sf.josceleton.commons.reflect.ReflectUtilTest | Line |
---|---|
??? @TEST reflect necessary for arrays as well? how to handle them? | 25 |
net.sf.josceleton.commons.test.util.TestUtil | Line |
@TEST dieser toString check hier ist gar nicht mal so schlecht! hat schon mal bug in toString entdeckt! | 29 |
net.sf.josceleton.commons.util.RandomUtilTest | Line |
@TEST genereally all util test cases are bad; as Util concept itself is bad :( | 15 |
Number of occurrences found in the code: 2
net.sf.josceleton.commons.util.ColorUtil | Line |
---|---|
changeBrightness(Color, volume... can be -100 to +100) => internally uses brighten/darken | 34 |
net.sf.josceleton.commons.util.ColorUtilTest | Line |
@TEST ;) | 20 |