issues
search
coldrye-archive
/
settings
Simple API that allows you to model your application settings using standard Java POJOs. Similar to Java Beans using annotations or Spring. Useful in situations where you do not want the extra overhead induced by the Spring framework.
Apache License 2.0
0
stars
0
forks
source link
Fixing issues found during code review
#80
Closed
silkentrance
closed
10 years ago
silkentrance
commented
10 years ago
eliminating duplicate code
implementing missing functionality
cleanup
minor other refactorings
now uses -Xlint:unchecked to detect improper casts/conversions
fixing issues found by lint where possible, added SuppressWarnings("unchecked") where not possible
some more work on existing test cases, see #1