[root]/proposal/myrmidon/src/java/org/apache/myrmidon/converter
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 26 (100.0%) | 42 (100.0%) | 1.6 |
donaldp | 24 (92.3%) | 39 (92.9%) | 1.6 |
adammurdoch | 1 (3.8%) | 2 (4.8%) | 2.0 |
sbailliez | 1 (3.8%) | 1 (2.4%) | 1.0 |
zappity zap
0 lines of code changed in:
Generalized the converter architecture by making the "context" a raw object that can be cast for the needs of a specific project
Thus converters are now independent of ant and avalon
5 lines of code changed in:
Convert role strings so that they are auotgenerated from class object
1 lines of code changed in:
Added @ant:role tag, fixed Javadoc comment.
2 lines of code changed in:
Add version tags
3 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
1 lines of code changed in:
Make shorter line
3 lines of code changed in:
Fix up license banner.
3 lines of code changed in:
Restyled.
2 lines of code changed in:
donaldp@apache.org --> peter@apache.org
yea - now no one will call me Donald!!!
3 lines of code changed in:
i18n'ed Converter APIs.
11 lines of code changed in:
Converted TypeManager so that types no longer have to implement Avalons 'Component' interface.
0 lines of code changed in:
Reworked Converter component. Made it work with TypeManager + an auxilliary Registry.
Moved client interface of converter code to converter subpackage. Moved "provider" part of converter package to components.converter.*
Cleaned up violations of IOC with ConverterEngine and renamed ConverterEngine to MasterConverter
8 lines of code changed in: