poi/src/testcases/org/apache/poi/util
Dominik Stadler a4251b706b Adjust comments and IDE warnings, duplicate code reduction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835183 13f79535-47bb-0310-9956-ffa450edef68
2018-07-05 19:53:52 +00:00
..
data Add in missing license headers to a few files 2010-05-24 14:00:48 +00:00
AllPOIUtilTests.java javadoc: replace invalid self enclosing elements 2017-07-17 08:24:24 +00:00
DummyPOILogger.java Remove unnecessary type arguments (Java 8) 2017-09-16 08:27:23 +00:00
NullOutputStream.java move duplicated NullOutputStream classes to test suite utilities 2016-09-10 18:47:00 +00:00
TestArrayUtil.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 2009-10-08 22:29:41 +00:00
TestBitField.java Apply patch from bug #51458 - Correct BitField wrapping when setting large values 2011-07-01 16:29:04 +00:00
TestByteField.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestHexDump.java Adjust to make forbidden-api-check succeed again 2017-09-19 19:02:31 +00:00
TestIOUtils.java Adjust comments and IDE warnings, duplicate code reduction 2018-07-05 19:53:52 +00:00
TestIntList.java Remove "filling" in IntList as this has no effect whatsoever as far as I could see 2017-10-11 05:32:05 +00:00
TestIntegerField.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestLittleEndian.java #59893 - Forbid calls to InputStream.available 2018-04-27 21:38:19 +00:00
TestLittleEndianCP950Reader.java 60805 (partial) -- remove/suppress println in tests 2017-09-19 15:52:21 +00:00
TestLittleEndianStreams.java Various smaller adjustments: Remove filename in test, remove unused parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests 2018-02-08 19:34:16 +00:00
TestLocaleUtil.java bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also avoid memory leaks) 2016-07-07 02:09:25 +00:00
TestLongField.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestPOILogFactory.java Removed static void main(String[]) methods from junit classes. Other minor clean-up. 2009-06-12 21:53:17 +00:00
TestPOILogger.java Fix some warnings in unit tests 2017-09-16 08:29:06 +00:00
TestRLEDecompressingInputStream.java bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE directories as case-insensitive 2016-04-11 05:54:17 +00:00
TestShortField.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestStaxHelper.java expand StaxHelper 2017-06-24 13:53:47 +00:00
TestStringCodepointsIterable.java add TestStringCodepointsIterable 2017-11-22 09:57:45 +00:00
TestStringUtil.java Fix some warnings in unit tests 2017-09-16 08:29:06 +00:00
TestTempFile.java Fix some warnings in unit tests 2017-09-16 08:29:06 +00:00