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/bouncyCastleVersion-1.80
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.github.spotbugs-6.1.0
dependabot/gradle/com.github.spotbugs-6.1.1
dependabot/gradle/com.github.spotbugs-6.1.2
dependabot/gradle/com.github.spotbugs-6.1.3
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/commons-codec-commons-codec-1.17.2
dependabot/gradle/commons-codec-commons-codec-1.18.0
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-1.17.0
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/net.bytebuddy-byte-buddy-agent-1.17.0
dependabot/gradle/org.apache.pdfbox-pdfbox-3.0.4
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.cyclonedx.bom-2.0.0
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.mockito-mockito-core-5.15.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
/
testcases
/
org
/
apache
/
poi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let IntelliJ simplify some assertions
Dominik Stadler
2019-12-15
70
-403
/
+405
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
7
-60
/
+24
*
Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...
Dominik Stadler
2019-12-15
4
-8
/
+36
*
Add MemoryVerifier to enable memory leak checking in unit-tests and add
Dominik Stadler
2019-12-15
1
-0
/
+106
*
#64004 - Replace clone() with copy constructor
Andreas Beeker
2019-12-14
2
-34
/
+54
*
Ensure that the temporary directory does exist before using it in tests
Dominik Stadler
2019-12-14
1
-12
/
+19
*
Bug 63569: Adjust handling of check for max allocation of byte array
Dominik Stadler
2019-12-14
1
-0
/
+58
*
Adjust some JavaDoc and fix some IDE warnings
Dominik Stadler
2019-12-14
2
-9
/
+12
*
fix typo
Andreas Beeker
2019-12-10
1
-2
/
+2
*
Ignore "IIO Can't create cache file" errors
Andreas Beeker
2019-12-09
1
-39
/
+47
*
Migrate tests to Junit 4
Andreas Beeker
2019-12-09
47
-565
/
+844
*
Bug 63927 - Inconsistent mapping of Norwegian locales for date formats
Andreas Beeker
2019-12-08
1
-1
/
+52
*
Bug 63779 - Add support for the new Java date/time API added in Java 8
Andreas Beeker
2019-12-08
1
-80
/
+97
*
Sonar Fixes + Refactor scattered XML initializations to XMLHelper
Andreas Beeker
2019-12-03
2
-64
/
+161
*
Sonar fixes - use try-with-resources
Andreas Beeker
2019-11-30
1
-11
/
+3
*
Replace StringBuffer with StringBuilder
Andreas Beeker
2019-11-29
1
-2
/
+1
*
replace more StringBuffers
PJ Fanning
2019-11-21
2
-13
/
+3
*
replace some more StringBuffers
PJ Fanning
2019-11-21
1
-1
/
+1
*
replace some uses of StringBuffer with StringBuilder
PJ Fanning
2019-11-20
2
-2
/
+2
*
use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)
Axel Howind
2019-11-17
2
-13
/
+4
*
Two more tests which are failing in CI on Windows
Dominik Stadler
2019-10-26
2
-4
/
+2
*
Try to fix test which is still failing on Windows in a different way
Dominik Stadler
2019-10-26
1
-3
/
+1
*
Adjust comments and add slightly more test-coverage
Dominik Stadler
2019-10-26
1
-3
/
+23
*
Remove references to DatatypeConverter
Andreas Beeker
2019-10-25
1
-4
/
+3
*
#63745 - Make GenericRecordJsonWriter Json-conformant
Andreas Beeker
2019-10-25
14
-181
/
+177
*
Bug 63805: BigDecimal: use enum args instead of integers (deprecated in Java 9)
Dominik Stadler
2019-10-25
1
-2
/
+3
*
use spaces for indents
PJ Fanning
2019-10-14
1
-134
/
+134
*
[bug-63842] FractionFormat casts whole part of the value into 'int'
PJ Fanning
2019-10-14
1
-0
/
+16
*
Fix line.separator issues
Andreas Beeker
2019-10-13
3
-2
/
+6
*
Fix line.separator issues
Andreas Beeker
2019-10-13
10
-0
/
+10
*
#63745 - Add traversing and debugging interface
Andreas Beeker
2019-10-12
18
-297
/
+355
*
63779 Add support for the new Java date/time API added in Java 8
Dominik Stadler
2019-10-09
8
-495
/
+666
*
[bug-63774] adding lots of custom properties can cause performance issues due...
PJ Fanning
2019-09-26
1
-1
/
+2
*
try to avoid casting to int
PJ Fanning
2019-09-14
1
-2
/
+5
*
remove obsolete JDK6 workarounds
Andreas Beeker
2019-09-12
1
-2
/
+0
*
remove obsolete JDK6 workarounds
Andreas Beeker
2019-09-12
1
-22
/
+1
*
#63745 - Add traversing and debugging interface
Andreas Beeker
2019-09-11
1
-0
/
+2
*
remove debug code
PJ Fanning
2019-09-04
1
-3
/
+0
*
[bug-63725] commons-compress 1.19
PJ Fanning
2019-09-04
1
-1
/
+4
*
Close file-resources in unit-tests, fix IDE warnings
Dominik Stadler
2019-08-15
2
-19
/
+52
*
Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.
Dominik Stadler
2019-06-22
1
-0
/
+23
*
tidy up some int casts
PJ Fanning
2019-06-12
1
-6
/
+6
*
Use TempFile to avoid problems with temporary directories in Maven builds
Dominik Stadler
2019-05-20
1
-2
/
+3
*
FileMagic now has patterns with up to 12 bytes (JPG)
Dominik Stadler
2019-05-20
1
-0
/
+89
*
Bug 63073: Adjust returned index of merged regions and verify all calls in tests
Dominik Stadler
2019-04-23
11
-106
/
+115
*
Fix some IDE warnings and enable commented test
Dominik Stadler
2019-03-31
2
-25
/
+10
*
Add some more variants of HTML with preceding newline which we see frequently
Dominik Stadler
2019-03-31
1
-0
/
+4
*
Close more file-handles in tests, convert junit3 tests
Dominik Stadler
2019-03-31
1
-152
/
+163
*
fix a condition not seen until a recent expansion of the stress test. Gracef...
Greg Woolsey
2019-03-31
1
-0
/
+14
*
#63292 1904 date windowing flag not used for some format cases
Greg Woolsey
2019-03-30
1
-0
/
+31
[next]