9 Commits (d8421364646f195743625f24848205f999cdca53)

Author SHA1 Message Date
  Andreas Beeker d842136464 Sonar fixes - "static" base class members should not be accessed via derived types 4 years ago
  Andreas Beeker 1dc771394b Sonar Fixes - "static" base class members should not be accessed via derived types 4 years ago
  Andreas Beeker 66471836f5 Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 years ago
  Andreas Beeker 90263ad93f Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new features 7 years ago
  Dominik Stadler 8d81b4fd06 bug 60526: Make loggers final and make throttled log actually work 7 years ago
  Dominik Stadler 5b6f2c72c9 Bug 56911: Fix IndexOutOfBoundsException in PlfLfo.add() and add minimal test, however these classes look quite untested and thus require more test-coverage to make them more robust 8 years ago
  Andreas Beeker 56051c3e44 merge with trunk 9 years ago
  Andreas Beeker 314b9f60de Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with replacements from j.u.Arrays 9 years ago
  Cédric Walter e684262ca6 performance issue logging calls are expensive because of the objects created when assembling the log messages. Using the check() method of the logging sub-system can prevent object creation 10 years ago
  Sergey Vladimirov 7e47c6ee35 refactor list format override structures (was marked with @Internal annotation) 11 years ago