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.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/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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ignore invalid performance issues - e.g. see #57840
Andreas Beeker
2016-06-12
1
-0
/
+12
*
revert back to changes of bug 57840
Andreas Beeker
2016-06-12
1
-5
/
+5
*
Common-SS: changed UDFFinder from interface to abstract class
Andreas Beeker
2016-06-12
1
-1
/
+1
*
findbugs fixes
Andreas Beeker
2016-06-12
24
-131
/
+126
*
use newer findbugs version, if we run with java 7+
Andreas Beeker
2016-06-11
1
-41
/
+35
*
Add some pre-checks to fail the test with better assertion if the locale is n...
Dominik Stadler
2016-06-11
1
-0
/
+26
*
Downgrade version of download-plugin as the newer one is not found by Maven
Dominik Stadler
2016-06-11
1
-1
/
+1
*
Set the correct locale for tests in the Sonar-Maven files to not fail on CI m...
Dominik Stadler
2016-06-11
2
-2
/
+2
*
bug 57840: lazily compute hashCode; patch from Greg Woolsey
Javen O'Neal
2016-06-11
1
-2
/
+4
*
whitespace (tabs to spaces, 3-space to 4-space)
Javen O'Neal
2016-06-11
1
-71
/
+71
*
bug 57840: add disabled unit test with large number of structured reference f...
Javen O'Neal
2016-06-11
2
-3
/
+13
*
Improve output on invalid HTTP Status Code and ignore another failure to cont...
Dominik Stadler
2016-06-11
2
-4
/
+9
*
Remove invalid removal of findbugs-zip
Dominik Stadler
2016-06-11
1
-1
/
+0
*
Update to latest versions of Maven plugins for Sonar-build and use properties...
Dominik Stadler
2016-06-11
9
-30
/
+40
*
+props svn:eol-style native
Javen O'Neal
2016-06-11
1
-88
/
+88
*
methods that return lists should return unmodifiable lists; use foreach sheet...
Javen O'Neal
2016-06-11
1
-7
/
+8
*
bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; pat...
Javen O'Neal
2016-06-11
2
-6
/
+19
*
whitespace (tabs to spaces); +props svn:eol-style=native
Javen O'Neal
2016-06-11
1
-51
/
+51
*
bug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% ev...
Javen O'Neal
2016-06-11
2
-10
/
+64
*
bug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evalua...
Javen O'Neal
2016-06-11
2
-15
/
+15
*
add warnings that AnalysisToolPak inconsistently handles case-sensitivity of ...
Javen O'Neal
2016-06-11
1
-0
/
+3
*
add crude unit tests for UDFFinder classes
Javen O'Neal
2016-06-11
3
-0
/
+118
*
remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p...
Javen O'Neal
2016-06-11
1
-37
/
+0
*
+props svn:eol-style=native
Javen O'Neal
2016-06-11
0
-0
/
+0
*
add @Override annotations
Javen O'Neal
2016-06-11
4
-0
/
+4
*
fix typo
Javen O'Neal
2016-06-11
1
-1
/
+1
*
bug 57840: initialize the column header cache with 50% empty space
Javen O'Neal
2016-06-11
1
-3
/
+3
*
whitespace (tabs to spaces)
Javen O'Neal
2016-06-11
1
-18
/
+18
*
whitespace (tabs to spaces)
Javen O'Neal
2016-06-11
1
-8
/
+8
*
whitespace (tabs to spaces)
Javen O'Neal
2016-06-11
1
-22
/
+22
*
bug 57840: add test using a Data Table not anchored at A1
Javen O'Neal
2016-06-11
1
-4
/
+17
*
bug 57840: add data table not anchored at A1 for testing XSSFTable.getStartCo...
Javen O'Neal
2016-06-10
1
-0
/
+0
*
fix text height test
Andreas Beeker
2016-06-10
1
-2
/
+4
*
bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfM...
Javen O'Neal
2016-06-10
3
-2
/
+105
*
bug 57840: add unit test for XSSFTable.findColumnIndex
Javen O'Neal
2016-06-10
2
-3
/
+30
*
bug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg...
Javen O'Neal
2016-06-10
2
-4
/
+2
*
+props svn:eol-style native
Javen O'Neal
2016-06-10
1
-1
/
+1
*
bug 57721: add unit test for evaluating all formulas in a workbook containing...
Javen O'Neal
2016-06-10
2
-0
/
+10
*
bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...
Javen O'Neal
2016-06-10
2
-33
/
+55
*
findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuan...
Javen O'Neal
2016-06-10
1
-3
/
+3
*
Javadoc fixes
Nick Burch
2016-06-10
1
-1
/
+1
*
Javadoc fixes
Nick Burch
2016-06-10
1
-4
/
+2
*
fix javadocs
Javen O'Neal
2016-06-10
1
-9
/
+12
*
add missing AL header
Javen O'Neal
2016-06-10
1
-0
/
+17
*
fix spelling error
Javen O'Neal
2016-06-10
1
-2
/
+2
*
bug 57840: merge changes from ^/poi/branches/xssf_structured_references to ^/...
Javen O'Neal
2016-06-10
27
-5287
/
+6171
|
\
|
*
close opened workbooks in unit tests
xssf_structured_references
Javen O'Neal
2016-06-10
1
-11
/
+33
|
*
bug 57840: add structured reference formula parsing tests from FormulaParser....
Javen O'Neal
2016-06-10
2
-13
/
+202
|
*
whitespace (tabs to spaces)
Javen O'Neal
2016-06-10
3
-276
/
+276
|
*
ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4
Javen O'Neal
2016-06-10
2
-3
/
+14
[next]