index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
integrationtest
/
org
/
apache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
5
-8
/
+8
*
Remove unnecessary initialization of members
Dominik Stadler
2017-09-16
1
-3
/
+3
*
Allow to produce a jar for the integration-test-code so we can use it directl...
Dominik Stadler
2017-09-16
1
-62
/
+65
*
Adjust local test in integration-test file-handler
Dominik Stadler
2017-09-16
1
-18
/
+17
*
Add .git as excluded dir for integration-tests and add a local test for XSSFB...
Dominik Stadler
2017-09-16
2
-6
/
+15
*
bug 61300 -- prevent really long (infinite?) loop on corrupt file
Tim Allison
2017-07-14
2
-7
/
+14
*
#61266 Test for old unsupported MS Write WRI files, and give a more helpful e...
Nick Burch
2017-07-09
1
-0
/
+1
*
add .ttf to ignored test integration resources
Andreas Beeker
2017-07-08
1
-0
/
+1
*
Improve error message if we encounter invalid/unexpected files in integration...
Dominik Stadler
2017-06-19
1
-0
/
+5
*
Don't try to clone a chart, this makes integration-tests work for a few more ...
Dominik Stadler
2017-06-18
2
-7
/
+8
*
Move one testcase with incorrect source location
Dominik Stadler
2017-06-09
1
-37
/
+37
*
Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No...
Dominik Stadler
2017-06-09
1
-2
/
+3
*
Ignore JCE restriction errors
Andreas Beeker
2017-06-07
2
-5
/
+21
*
Handle encrypted files with known password in integration tests
Andreas Beeker
2017-06-06
3
-31
/
+64
*
tweak to use platform line separator so tests can pass on Windows as well as ...
Greg Woolsey
2017-05-12
1
-1
/
+3
*
HPSF: Add CopyCompare to IntegrationTests
Andreas Beeker
2017-05-02
1
-8
/
+88
*
IntegrationTest - move excludes to file handler
Andreas Beeker
2017-05-02
16
-90
/
+123
*
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...
Dominik Stadler
2017-04-17
1
-2
/
+2
*
Test for another type of xml-bomb
Dominik Stadler
2017-04-06
2
-1
/
+3
*
bug 50955 -- word 6.0 charset fix
Tim Allison
2017-04-04
1
-0
/
+3
*
60881 and 60891 -- on further look, no need to throw an exception for an encr...
Tim Allison
2017-03-20
1
-1
/
+1
*
60879 -- figure out if we can support old beta xlsb or throw exception. For ...
Tim Allison
2017-03-20
1
-5
/
+2
*
Fix broken imports
Dominik Stadler
2017-03-18
1
-0
/
+11
*
Adjust integration-test files slightly, more failure-output, make it a bit ea...
Dominik Stadler
2017-03-18
10
-70
/
+147
*
Add docm-file which is actually a binary doc to check handling of wrong-forma...
Dominik Stadler
2017-03-18
1
-0
/
+1
*
Fix ROOT_DIR
Dominik Stadler
2017-03-17
2
-7
/
+2
*
60826 -- update stress tests to handle xlsb
Tim Allison
2017-03-16
3
-20
/
+144
*
HSSF: Try to handle cases where the length does not match the actual data whi...
Dominik Stadler
2017-03-10
1
-5
/
+3
*
OLD_FILES, EXPECTED_FAILURES, and IGNORED do not need to be modified when exe...
Javen O'Neal
2017-02-16
1
-3
/
+6
*
test-integration: replace redundant static { EXPECTED_FAILURES.add(...) } wit...
Javen O'Neal
2017-02-16
1
-89
/
+90
*
a new test file needed to be added to the list of sheet clone expected errors.
Greg Woolsey
2017-02-15
1
-0
/
+1
*
Convert all *.java files to use native end of line character(s)
Javen O'Neal
2017-02-08
2
-267
/
+267
*
fix eclipse warnings - close resources / type generics
Andreas Beeker
2017-01-15
1
-2
/
+3
*
SonarQube fixes
Andreas Beeker
2017-01-04
1
-0
/
+3
*
#60519 - Extractor for *SSF embeddings
Andreas Beeker
2016-12-31
1
-0
/
+16
*
eclipse warnings - close resources
Andreas Beeker
2016-12-13
1
-1
/
+1
*
Revert deprecating a class that we still use ourselves and update error text ...
Dominik Stadler
2016-11-25
1
-1
/
+1
*
Bug 59273 - Unable to create pptx file by potx file using Apache POI
Andreas Beeker
2016-11-10
1
-0
/
+1
*
Bug 60320 - issue opening password protected xlsx
Andreas Beeker
2016-11-01
1
-0
/
+1
*
Correctly handle all types of old files, not just word
Dominik Stadler
2016-10-21
1
-2
/
+1
*
fix integration-tests
Andreas Beeker
2016-10-20
1
-1
/
+1
*
Exclude new BIFF5 file in some unit tests
Dominik Stadler
2016-10-20
1
-0
/
+1
*
Eclipse automated refactor/cleanup: add final modifier to private fields to u...
Javen O'Neal
2016-10-20
1
-1
/
+1
*
Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...
Javen O'Neal
2016-10-19
10
-8
/
+50
*
Exclude broken hand-crafted test file
Nick Burch
2016-10-14
1
-0
/
+1
*
bug 57843: add failing unit test: Word 6.0 (1993) fails with ArrayIndexOutOfB...
Javen O'Neal
2016-09-22
1
-0
/
+1
*
bug 60128: exclude openxml4j/invalid.xlsx from additional integration (stress...
Javen O'Neal
2016-09-14
2
-1
/
+8
*
bug 60128: add test-data/openxml4j/invalid.xlsx to expected failures for inte...
Javen O'Neal
2016-09-14
1
-0
/
+1
*
Fix for test-data of #59746
Andreas Beeker
2016-06-23
1
-2
/
+2
*
Ignore Tiff files
Andreas Beeker
2016-06-22
1
-0
/
+3
[next]