Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Cal10N 0.7.2 pulled from Git
Description
I have been reading through the Cal10n code, which I cloned from Git so as to get the most up to date. I'd like to offer a patch file containing some suggested changes - see attached.
- some javadoc alterations
- more fields are private
- some fields are final to distinguish them from 'accumulator' variables (this shows my functional programming tendencies!)
- CAL10NResourceBundle hasChanged method now computes the periodicity correctly
- CAL10NResourceBundle has new getMap() method to remove the assumption that there is only one parent level.
- performance penalty for loading MessageConveyor instances can be reduced