359 Commits (074d68fedfb86a3b4c1078d6f1010ab66ae7602e)

Author SHA1 Message Date
  Andreas Beeker 074d68fedf Sonar fixes 4 years ago
  Andreas Beeker 1dc771394b Sonar Fixes - "static" base class members should not be accessed via derived types 4 years ago
  Dominik Stadler d3767e1de7 Improve some assertions and error messages for exceptions seen in the regression tests 4 years ago
  Andreas Beeker 03fe2ded64 #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 years ago
  Andreas Beeker 66471836f5 Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 years ago
  Andreas Beeker 2a982f62ec Replace StringBuffer with StringBuilder 4 years ago
  Axel Howind 4f8879f8ef use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) 4 years ago
  Dominik Stadler 54cb281413 Set NOSONAR and reformat code 5 years ago
  Andreas Beeker e331ecb3f6 sonar fixes - blocker 5 years ago
  Andreas Beeker 87f7eac9c5 sonar fixes 6 years ago
  PJ Fanning f285780483 Bug-61947 remove deprecated method 6 years ago
  Dominik Stadler 89e7fbe6cd Bug 61911: Avoid IndexOutOfBounds access when reading pictures 6 years ago
  Dominik Stadler 76d11ac37e Some JavaDoc adjustments, typos, IntelliJ warnings 6 years ago
  PJ Fanning e2e3b52013 Remove more deprecated code 6 years ago
  PJ Fanning 707f266eef Remove more deprecated code 6 years ago
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
  Tim Allison bf6cd20f10 Bug 61349 -- bump limits on classes that caused regressions in Dominik's regression corpus. Many thanks to Dominik Stadler for running the regression tests!!! 6 years ago
  Tim Allison 53b55eb4c3 Bug 61349 -- add more sanity checks when allocating byte[] 6 years ago
  Dominik Stadler 5dadfd7c18 Use Integer.compare() where possible 6 years ago
  Dominik Stadler 399381da8d Remove unnecessary local variables 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Dominik Stadler 32370cfd1c Remove unnecessary initialization of members 6 years ago
  Dominik Stadler 037800436a Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts 6 years ago
  Andreas Beeker b8242721fb Bug 61331 - Font group handling / common font interface 6 years ago
  Andreas Beeker 87591edbf3 #61162 - En-/decryption support for HWPF 7 years ago
  Dominik Stadler 902124a5fd Move one testcase with incorrect source location 7 years ago
  Andreas Beeker 90263ad93f Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new features 7 years ago
  Dominik Stadler 5ca0b239bf Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
  Tim Allison e4c2fa0fe0 bug 50955 convert Set to Singleton per Javen's code review 7 years ago
  Tim Allison 55ed734108 bug 50955 and bug 60953 improve Big5 reader; ensure one character 7 years ago
  Tim Allison 64e8f3b0f4 bug 50955 -- fix for java 7 7 years ago
  Tim Allison 6fe3b75bfd bug 50955 -- word 6.0 charset fix 7 years ago
  Javen O'Neal 7b38711979 Convert all *.java files to use native end of line character(s) 7 years ago
  Tim Allison 7e74976c04 Bug 60574 prevent rare NPE in ListTables 7 years ago
  Andreas Beeker 85084ee058 SonarQube fixes 7 years ago
  Dominik Stadler 8d81b4fd06 bug 60526: Make loggers final and make throttled log actually work 7 years ago
  Andreas Beeker cb58d3e8be #60331 - Remove deprecated classes (POI 3.16) 7 years ago
  Dominik Stadler 1ebe4d3c99 Adjust toString() of ExternalNameRecord 7 years ago
  Dominik Stadler f2975b1e5f Remove unnecessary cast and reformat some code a bit 7 years ago
  Javen O'Neal 33b7b9ed38 remove Internal UnhandledDataStructure.copyOfRange because function is available in JDK 1.6+ and we no longer support JDK 1.5 8 years ago
  Javen O'Neal 8a9cb7c66b reorganize imports (remove unused imports, sort alphabetically) 8 years ago
  Javen O'Neal 892c5bf8fc findbugs: remove implements Cloneable declaration from classes that don't implement a clone method 8 years ago
  Andreas Beeker 4aea069765 forbidden-apis-fix 8 years ago
  Nick Burch 3680dc8992 #59739 When testing for a valid NFIB in a FileInformationBlock, accept common "nearby" values as found from CommonCrawl 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
  Andreas Beeker f0a56b51d3 Sonar fixes 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 449e1eed20 whitespace (2 spaces or tabs to 4 spaces) 8 years ago
  Javen O'Neal 039792a109 bug 59170: remove deprecated writeTo method in @Internal PAPBinTable 8 years ago
  Javen O'Neal f179b6204a whitespace (2 spaces to 4 spaces) 8 years ago