298 Commits (41e1e9ffb88d4076e08ca8de721146287c79eec6)

Author SHA1 Message Date
  Dominik Stadler 41e1e9ffb8 Add initial compile steps with a simple multi-project setup to build.gradle 7 years ago
  Dominik Stadler e65020bb72 Use IOUtils.closeQuietly() in more places 7 years ago
  Andreas Beeker 1690ec2d19 merge trunk to branch 7 years ago
  Javen O'Neal 4405fb4ffe bug 57843: add failing unit test: Word 6.0 (1993) fails with ArrayIndexOutOfBoundsException 7 years ago
  Andreas Beeker fdddabe430 merge trunk to branch 7 years ago
  Nick Burch e726429d5f Slightly simplify HWPF writing code, and add in-place write tests 7 years ago
  Andreas Beeker 885deafb94 merge down trunk 7 years ago
  Nick Burch b423633ee0 HWPFDocument.write(File) support and tests #57919 7 years ago
  Dominik Stadler 22a9d458cf Enable reproducer test for bug 56880 after it was fixed. 7 years ago
  Dominik Stadler 194057bd1b Add commented reproducer for bug 57603 7 years ago
  Dominik Stadler 2cddaa1319 Bug 58802: HWPF: Allow reading of footnote and endnote properties 7 years ago
  Javen O'Neal 8a9cb7c66b reorganize imports (remove unused imports, sort alphabetically) 8 years ago
  Dominik Stadler e616b8cf12 Bug 59739: For now fix the regression in FileInformationBlock which was introduced after 3.15-beta1 so that the documents can be loaded again pending a full fix as discussed in the bug. 8 years ago
  Nick Burch 78c9a8e2c2 #59724 Take advantage of all POIDocument classes being Closeable to tidy the OLE2 text extractor closing 8 years ago
  Javen O'Neal 772e84a752 bug 59170: remove deprecated o.a.p.hwpf.usermodel.Pictures methods; add version when deprecated to javadoc 8 years ago
  Javen O'Neal 5a05f82b4a remove deprecated o.a.p.hwpf.usermodel.Shapes (replaced by OfficeDrawing in POI 3.8 beta 4) 8 years ago
  Javen O'Neal 0796bce0fe bug 59170: remove deprecated HSLF and HWPF methods 8 years ago
  Javen O'Neal 039792a109 bug 59170: remove deprecated writeTo method in @Internal PAPBinTable 8 years ago
  Javen O'Neal bc583de03b bug 59170: remove deprecated methods 8 years ago
  Andreas Beeker 0bab7f3aba Move reflection-equals to POITestCase 8 years ago
  Dominik Stadler 454c10a1e1 Add missing license header 8 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
  Dominik Stadler 0cbe6c7d1d Revert set of inadvertedly committed files/changes 8 years ago
  Dominik Stadler 349b14f837 Bug 58915: Add note about memory consumption and update changelog 8 years ago
  Andreas Beeker 217ae0ea8f sonar fixes 8 years ago
  Dominik Stadler 2b23bf233e Fix bug 56549: correctly calculate char index ranges for HWPF in the TextPieceTable 8 years ago
  Dominik Stadler 805e8f1e91 add an ignored test for bug 58804 8 years ago
  Dominik Stadler f1db033d6d Bug 58829: Remove some useages of printStackTrace() and some other minor cleanups 8 years ago
  Andreas Beeker 4241f26a13 fix unnecessary cast warnings 8 years ago
  Uwe Schindler 01f4f63401 Fix remaining security manager problems. Forbiddenapis now passes. 8 years ago
  Uwe Schindler 5756b4ca25 #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. 8 years ago
  Andreas Beeker 118e3ec20a fix eclipse warning - mostly generics cosmetics 8 years ago
  Andreas Beeker 17d8c71a65 More forbidden apis fixes (added main-tests to the check) 8 years ago
  Nick Burch 1c21c4efc6 Fix some Forbidden APIs errors 8 years ago
  Tim Allison 0d9919fe53 POI-56998 add some getters to help with list numbering in hwpf 9 years ago
  Dominik Stadler 1c522adc6b Fix usage of Generics in some classes 9 years ago
  Dominik Stadler 9b84116192 Move test-case to location where the scratchpad-classes are available 9 years ago
  Dominik Stadler 1e340fbce8 Bug 53453: Apply patch to add methods to set margins in sections of HWPF documents 9 years ago
  Dominik Stadler d9cf9bfbed Add verifying test-case for bug 52420 9 years ago
  Dominik Stadler ca12a21163 Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago
  Andreas Beeker b91e480006 Charset.forName() for known encodings makes catching UnknownEncodingException obsolete 9 years ago
  Nick Burch a654994715 Add a disabled unit test for bug #56880 9 years ago
  Dominik Stadler 427d733469 Add missing @Overrides, reformat some files, increase coverage slightly, 10 years ago
  Nick Burch 3c3e164a50 Rather than having lots of classes all create their own XML DocumentBuilderFactory instance, push that logic to a helper which sets all the right defaults 10 years ago
  Nick Burch 40ceccdcbd Fix up whitespace / indents to be consistent 10 years ago
  Nick Burch 2784b5044a Expose the StyleIndex of CharacterRuns, and expand the range style tests to cover this + related 10 years ago
  Dominik Stadler cf4da543b8 Add more output to assertion in test-case that is sometimes failing, see e.g. Jenkins build #170... 10 years ago
  Nick Burch 2881930651 Fix bug #55733 - XWPFWordExtractor need 10 years ago
  Dominik Stadler cb5ff8f4cf Adjust build.xml to run JaCoCo coverage when running unit tests when 10 years ago
  Nick Burch 6d63c0d32e Convert classes with a assertContains method to using the new POITestCase common parent class, which has it there 11 years ago