https://bz.apache.org/bugzilla/show_bug.cgi?id=61062
Andreas Beeker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Andreas Beeker <[email protected]> --- Use LittleEndianStream instead of offset calculation: the old implementation needed to update the offset value with every written fragment - using a the LittleEndianStream wraps that offset calculation. Furthermore the 0-padding was ignored on some places, this has been fixed here too r1793594 IntegrationTest - move excludes to file handler: the integration tests had all excludes in the TestAllFiles. now the filename is also passed down to the handlers which enables the excluding inside the handlers r1793595 Fix hpsf javadocs and code issues: the javadocs don't need to be html compliant - see http://www.oracle.com/technetwork/articles/java/index-137868.html Furthermore there are some sonarcube code fixes and a mapper for locale ids r1793596 Enable new number types in VariantSupport: Added a few more Variant mappings for number types r1793598 Add CopyCompare to IntegrationTests r1793600 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
