1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 15 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
switched the 1.5 tests to use the JUnit 4 annotations for tests More... almost 10 years ago
simplified the build More... almost 10 years ago
cleaning up the poms More... almost 10 years ago
got building on a newer version of maven More... almost 10 years ago
adding test coverage for AnnotatedObjectMappingStore More... about 14 years ago
updated to allow for padding descriptors in the CobolRecordLayout More... over 14 years ago
updated to handle multiple decimal places properly More... over 14 years ago
updated the AbstractClassLocator to sort the classes More... over 14 years ago
updated to handle primitive types properly for 1.4 JDK when null values are encounter slowly removing the need for the ClassUtil More... over 14 years ago
fixed similar problem of length not being calculated right for the cobol record layouts More... over 14 years ago
updated cobol example to build the record using the auto-conversion More... over 14 years ago
got auto conversion for decimal data types using cobol patterns to work More... over 14 years ago
now capturing the field definition when parsing out the logical fields More... over 14 years ago
added regex support for locating annotated classes More... almost 15 years ago
updated FieldByteMap to never return a null value More... almost 15 years ago
updated RecordBuilder to handle if the FieldByteMap returns 'null' for the byte array More... almost 15 years ago
changed builder to no longer require the mapping of fields More... almost 15 years ago
got compound field example to work again :) More... almost 15 years ago
removed old unused method More... almost 15 years ago
created some local variables to cutdown on multiple method calls More... almost 15 years ago
changed RecordBuilder to use a NoOpPaddingDescriptor to simplify if padding should be applied More... almost 15 years ago
changed the BinaryFieldFactory to return a FieldByteMap instead of a byte array More... almost 15 years ago
slowly trying to cleanup the RecordBuilder More... almost 15 years ago
changed RecordBuilder to be responsible of applying padding More... almost 15 years ago
added todos More... almost 15 years ago
updated RecordBuilder to throw an error if to much data is given for a field More... almost 15 years ago
got compound field test to work, but very ugly to look at... More... almost 15 years ago
updated SingleFieldMapping binary field factory to handle when the domain object is null More... almost 15 years ago
updated the RecordBuilder to resolve what FieldDefinitions are used for a compound field More... almost 15 years ago
updated BinaryFieldFactory to take a list of FieldDefinitions More... almost 15 years ago