50 次程式碼提交 (259c9967efb354a0feff2a861ac8bd20582b6562)

作者 SHA1 備註 提交日期
  Marius Volkhart 259c9967ef [bug-63046] Use Log4j 2 for logging 3 年之前
  Andreas Beeker 3778a3e9e2 Sonar fixes 3 年之前
  Andreas Beeker d121353f61 Sonar fixes 3 年之前
  PJ Fanning bd1d31e410 avoid string concats 3 年之前
  PJ Fanning c04110b919 remove some deprecated code 3 年之前
  PJ Fanning e4d6fc0a7f remove some deprecated code 3 年之前
  PJ Fanning 6c7bf59087 [bug-64721] NullPointerException occurs when calling getDataSize() of an object created with ExtRst.copy(). Thanks to Kwon Ohyoung 3 年之前
  Andreas Beeker ad73704e81 Sonar fix - "Add the missing @deprecated Javadoc tag." 4 年之前
  Andreas Beeker c41dee931f #63745 - Add traversing and debugging interface to HSSF 4 年之前
  Andreas Beeker 4fd05fac12 #63745 - Add traversing and debugging interface to HSSF 4 年之前
  Andreas Beeker 66471836f5 Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 年之前
  Andreas Beeker ba6152503e #64004 - Replace clone() with copy constructor - mainly HSSF classes 4 年之前
  PJ Fanning 96bf53f3fc replace some uses of StringBuffer with StringBuilder 4 年之前
  Dominik Stadler 8c6e95f597 Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.optimiseFonts(), also execute it as part of large regression tests in the future 5 年之前
  PJ Fanning bf4396b375 [bug-63151] handle NPE in UnicodeString 5 年之前
  PJ Fanning e4fc2670d5 Make public static members final [thanks to Kui Liu]. This close #78. 6 年之前
  Tim Allison 53b55eb4c3 Bug 61349 -- add more sanity checks when allocating byte[] 6 年之前
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 年之前
  Dominik Stadler 4e166ebded Suppress some warnings 6 年之前
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 6 年之前
  Dominik Stadler 5ca0b239bf Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 年之前
  Andreas Beeker d5eed5ef08 SonarQube fixes 7 年之前
  Andreas Beeker f0a56b51d3 Sonar fixes 8 年之前
  Andreas Beeker e425cd4f14 findbugs fixes 8 年之前
  Andreas Beeker 93122ff358 findbugs fix 8 年之前
  Nick Burch 8c203f1366 Add details of the ignored errors where the HSSF spec provides a good description, and a bit more refactoring. #56892 8 年之前
  Andreas Beeker 079d946894 Sonar fixes - add cloneable interface to classes with clone() 8 年之前
  Nick Burch 998d12700a #58130 HSSF CF Color Scale color support 9 年之前
  Nick Burch d905aeec17 Start on the Extended Color used in CF, but also in SheetExt 9 年之前
  Nick Burch d3f4225d1a New future record interface, and more CFRule12 toString output 9 年之前
  Nick Burch d7666dba2d Update FtrHeader and CFHeader clone/create 9 年之前
  Nick Burch 0f52d448b0 More whitespace / indent updates 9 年之前
  Nick Burch 239998a88c Start to support CF12 headers for #58130 9 年之前
  Andreas Beeker 4b9d47af5a FindBugs fix 10 年之前
  Yegor Kozlov e0b6a9975c Bug 52628 - Replace System.err info messages with a POILogger 11 年之前
  Yegor Kozlov d8c58eb036 optimized unused imports and removed deprecation warnings in poi-main 12 年之前
  Yegor Kozlov 60a656d6e2 cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output 13 年之前
  Yegor Kozlov 5c4ed6e275 Support for continued ExtSSTRecords, see Bugzilla 50967 13 年之前
  Yegor Kozlov dd87e86c44 fixed RecordFormatException when reading unicode strings with photenic data, see Bugzilla 50779 13 年之前
  Yegor Kozlov 544463463a code cleanup as suggested in Bugzilla 50446 13 年之前
  Nick Burch c1ec96c55f Keep compatibility for now, and alert people to move to the new class 14 年之前
  Yegor Kozlov 81e5d7f4b5 cleaned javadoc warnings 14 年之前
  Nick Burch 054f1bc289 Implement the ExtRst part of a UnicodeString 14 年之前
  Nick Burch 796f95c0b4 Tidy up some of the IntMapper/UnicodeString bits with generics 14 年之前
  Nick Burch 62dc99b25f records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live 14 年之前
  Nick Burch dc1c8ec482 More FeatRecord support 14 年之前
  Nick Burch bc6f208d79 Looks like we already had Ref8U but with a different name... Switch to using CellRangeAddress instead! 14 年之前
  Nick Burch 0e9861932a More work on FeatRecord/Shared Features. More is still needed though, it's still WIP 14 年之前
  Nick Burch f1909f578d Finish off common Ref8U subrecord, and add tests 14 年之前
  Nick Burch 6233bdeb73 Make a start on feature related records. Not finished yet, so not enabled in the recordfactory until complete+tested 14 年之前