Dominik Stadler
|
822188c49a
|
Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use try-with-resources, update/enhance JavaDoc somewhat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819402 13f79535-47bb-0310-9956-ffa450edef68
|
2017-12-28 08:45:26 +00:00 |
|
PJ Fanning
|
bfff3c7bd8
|
use StandardCharsets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818628 13f79535-47bb-0310-9956-ffa450edef68
|
2017-12-19 00:23:52 +00:00 |
|
Andreas Beeker
|
2c2028ede6
|
#61881 - handle invalid font names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817599 13f79535-47bb-0310-9956-ffa450edef68
|
2017-12-09 11:44:19 +00:00 |
|
PJ Fanning
|
76a16ba175
|
use try with resources in examples
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816189 13f79535-47bb-0310-9956-ffa450edef68
|
2017-11-23 20:03:25 +00:00 |
|
Dominik Stadler
|
d6f97af799
|
Ensure that the tempdir exists when we use ImageIO in one of the tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816046 13f79535-47bb-0310-9956-ffa450edef68
|
2017-11-22 12:25:11 +00:00 |
|
PJ Fanning
|
268bcdbc2d
|
add forbidden api checks for non-Locale toLowerCase and toUpperCase
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815994 13f79535-47bb-0310-9956-ffa450edef68
|
2017-11-21 22:10:48 +00:00 |
|
PJ Fanning
|
d4f15fafa9
|
[bug-61792] some changes to avoid iterating over chars of Strings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815871 13f79535-47bb-0310-9956-ffa450edef68
|
2017-11-20 23:35:36 +00:00 |
|
Dominik Stadler
|
2d5b6457c6
|
Some JavaDoc adjustments, typos, IntelliJ warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814587 13f79535-47bb-0310-9956-ffa450edef68
|
2017-11-08 14:59:08 +00:00 |
|
Dominik Stadler
|
48d6e6c9cf
|
Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods
Adjust tests slighlty, close resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814289 13f79535-47bb-0310-9956-ffa450edef68
|
2017-11-04 13:45:04 +00:00 |
|
Andreas Beeker
|
388c491135
|
#61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814122 13f79535-47bb-0310-9956-ffa450edef68
|
2017-11-02 23:15:19 +00:00 |
|
Javen O'Neal
|
722ab2d4f1
|
github-77: Remove the 'public' modifier to make fields package protected (findbugs-MS_PKGPROTECT). Thanks to BruceKuiLiu for the PR. This closes #77 on github.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813859 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-31 09:38:03 +00:00 |
|
PJ Fanning
|
95828710f1
|
Remove more deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813102 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-23 21:17:49 +00:00 |
|
PJ Fanning
|
af2813634b
|
Remove more deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813092 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-23 20:39:27 +00:00 |
|
PJ Fanning
|
6c0ac68e05
|
Remove more deprecated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813085 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-23 20:27:47 +00:00 |
|
PJ Fanning
|
26cc1e4d32
|
Remove use of deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812911 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-22 13:03:33 +00:00 |
|
PJ Fanning
|
1ea1a692e0
|
Remove use of deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812907 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-22 12:45:35 +00:00 |
|
PJ Fanning
|
dfd5f07079
|
Remove use of deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812901 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-22 12:07:14 +00:00 |
|
Javen O'Neal
|
5fb4887907
|
replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812476 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-18 08:41:42 +00:00 |
|
Javen O'Neal
|
36dcbd7403
|
for -> foreach
string.equals() -> string.isEmpty() or .equals(string)
ArrayList -> List
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812461 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-18 07:33:07 +00:00 |
|
PJ Fanning
|
229af142fc
|
Remove unnecessary StringBuilder [thanks to Kui Liu]. This close #80.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812232 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-15 20:25:33 +00:00 |
|
Dominik Stadler
|
bc7d79a613
|
Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests.
This closes #74, This closes #75, This closes #76
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1812097 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-13 09:40:22 +00:00 |
|
Dominik Stadler
|
673b223f61
|
Remove "filling" in IntList as this has no effect whatsoever as far as I could see
Fix some IntelliJ warnings, missing JavaDoc, typos, Findbugs issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811793 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-11 05:32:05 +00:00 |
|
Dominik Stadler
|
c2d09c0217
|
Bug 61586: Add test which shows that it works as expected
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811355 13f79535-47bb-0310-9956-ffa450edef68
|
2017-10-06 17:41:20 +00:00 |
|
Dominik Stadler
|
3adbe1f8c5
|
Adjust some unit-tests, use try-with-resource, enable test which works now, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809739 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-26 12:40:38 +00:00 |
|
Tim Allison
|
7a2ce09761
|
Bug 61349 -- bump limits on classes that caused regressions in Dominik's regression corpus. Many thanks to Dominik Stadler for running the regression tests!!!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809623 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-25 12:53:10 +00:00 |
|
Tim Allison
|
9cade10fa4
|
Bug 61349 -- add more sanity checks when allocating byte[]
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809169 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-21 14:52:59 +00:00 |
|
PJ Fanning
|
a9ec0770f0
|
tidy up some test code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808944 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-19 21:04:30 +00:00 |
|
PJ Fanning
|
51305b6260
|
use non-deprecated versions of getCellType
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808741 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 16:31:55 +00:00 |
|
PJ Fanning
|
318fe3e597
|
change HyperLink getType to return HyperlinkType
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808737 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 15:55:48 +00:00 |
|
PJ Fanning
|
d4486af6de
|
update getCellType to return CellType enum instead of int
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808700 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-18 13:26:16 +00:00 |
|
Dominik Stadler
|
b644047b70
|
Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808620 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-17 11:08:23 +00:00 |
|
Dominik Stadler
|
2600c60fb5
|
Use Integer.compare() where possible
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808522 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:29:20 +00:00 |
|
Dominik Stadler
|
5341a131de
|
Remove unnecessary local variables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808518 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:28:38 +00:00 |
|
Dominik Stadler
|
7937da6a10
|
Remove unnecessary type arguments (Java 8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:27:23 +00:00 |
|
Dominik Stadler
|
d4070f05e7
|
Remove unnecessary type arguments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808515 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:24:05 +00:00 |
|
Dominik Stadler
|
50beafbb47
|
Suppress some warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808514 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:23:57 +00:00 |
|
Dominik Stadler
|
87f5a0c7cd
|
Remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808513 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:23:48 +00:00 |
|
Dominik Stadler
|
8ca329e08b
|
Remove unnecessary casts and toString() calls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808512 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:23:30 +00:00 |
|
Dominik Stadler
|
0ce7fff0be
|
Remove unnecessary semicolons
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808511 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:23:15 +00:00 |
|
Dominik Stadler
|
f27cb3354d
|
Remove unnecessary initialization of members
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808510 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:22:59 +00:00 |
|
Dominik Stadler
|
e57e73fe38
|
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808508 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:21:28 +00:00 |
|
Dominik Stadler
|
23c2850586
|
Add additional check as mentioned in bug 50060
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808503 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-16 08:20:32 +00:00 |
|
PJ Fanning
|
8f53bd94a6
|
remove some deprecated code slated for removal in 3.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808455 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-15 12:29:35 +00:00 |
|
PJ Fanning
|
320d9735ca
|
remove some deprecated code slated for removal in 3.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808400 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-14 22:19:16 +00:00 |
|
Nick Burch
|
526dc01a50
|
Copy over and tweak PicturesSource from Apache Tika
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807651 13f79535-47bb-0310-9956-ffa450edef68
|
2017-09-07 21:36:15 +00:00 |
|
Andreas Beeker
|
6f341568b6
|
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804854 13f79535-47bb-0310-9956-ffa450edef68
|
2017-08-11 20:47:48 +00:00 |
|
Andreas Beeker
|
ff2bcdf62d
|
#61363 - Unify escher shape id allocation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803483 13f79535-47bb-0310-9956-ffa450edef68
|
2017-07-30 23:11:36 +00:00 |
|
Tim Allison
|
16f331054f
|
61337 -- try to convert assertions to exceptions. I left in the assertions for the binary search components.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803092 13f79535-47bb-0310-9956-ffa450edef68
|
2017-07-26 18:43:27 +00:00 |
|
Tim Allison
|
21cbf101bc
|
61346 add more sanity checks before allocating byte arrays in emf/wmf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803041 13f79535-47bb-0310-9956-ffa450edef68
|
2017-07-26 12:46:24 +00:00 |
|
Tim Allison
|
a07ed9e864
|
61338 -- avoid infinite loop triggered by fuzzed wmf file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802997 13f79535-47bb-0310-9956-ffa450edef68
|
2017-07-25 20:26:57 +00:00 |
|