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
/
java
/
org
/
apache
/
poi
Commit message (
Expand
)
Author
Age
Files
Lines
*
bug 59773: move loop invariants outside of loop or change for loops to for-ea...
Javen O'Neal
2016-07-03
11
-34
/
+47
*
bug 59773: move loop invariants outside of loop or change for loops to for-ea...
Javen O'Neal
2016-07-02
2
-3
/
+7
*
bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...
Javen O'Neal
2016-07-02
5
-83
/
+113
*
findbugs: remove switch statement fall-through and move default switch to bottom
Javen O'Neal
2016-07-02
1
-2
/
+2
*
deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer...
Javen O'Neal
2016-07-02
1
-1
/
+4
*
findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn...
Javen O'Neal
2016-07-02
1
-61
/
+69
*
whitespace and +svn:eol-style=native
Javen O'Neal
2016-07-02
1
-243
/
+243
*
sonar fixes
Andreas Beeker
2016-07-01
9
-9
/
+9
*
a few performance fixes to speed-up the tests
Andreas Beeker
2016-06-30
4
-55
/
+97
*
deprecated constants pointing to MissingCellPolicy - use enum instead
Andreas Beeker
2016-06-24
5
-84
/
+123
*
Sonar fixes
Andreas Beeker
2016-06-24
8
-31
/
+21
*
bug 59748: replace Hashtable with HashMap; contributed by Axel Howind
Javen O'Neal
2016-06-24
3
-17
/
+16
*
javadoc fixes (jdk8)
Andreas Beeker
2016-06-22
39
-232
/
+189
*
Provide an alternate method to get the OLE2 thumbnail that decodes
Nick Burch
2016-06-21
1
-4
/
+17
*
bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...
Javen O'Neal
2016-06-20
1
-10
/
+29
*
bug 56781: disallow names with symbols, except underscore, period, and backslash
Javen O'Neal
2016-06-20
2
-5
/
+10
*
add comments, adjust whitespace
Javen O'Neal
2016-06-20
2
-5
/
+14
*
whitespace (tabs to spaces); +svnprop svn:eol-style=native
Javen O'Neal
2016-06-20
1
-27
/
+27
*
bug 59731: start migrating methods relating to row-shifting in HSSFSheet to H...
Javen O'Neal
2016-06-20
3
-43
/
+197
*
bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface
Javen O'Neal
2016-06-20
2
-1
/
+22
*
bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shift...
Javen O'Neal
2016-06-20
1
-0
/
+1
*
bug 56454: deprecate shiftMerged with unused parameter, move loop-invariant o...
Javen O'Neal
2016-06-20
1
-9
/
+20
*
object-oriented methods are preferred over utility classes for discoverability
Javen O'Neal
2016-06-20
1
-0
/
+1
*
bug 59729: update CellRangeUtil
Javen O'Neal
2016-06-20
1
-34
/
+48
*
whitespace (tabs to spaces)
Javen O'Neal
2016-06-20
1
-31
/
+28
*
mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtil
Javen O'Neal
2016-06-20
2
-7
/
+2
*
bug 56454: add CellRangeAddress#containsRow and containsColumn
Javen O'Neal
2016-06-20
1
-2
/
+24
*
findbugs fixes
Andreas Beeker
2016-06-20
1
-1
/
+1
*
bug 56958: replace java.awt.Rectangle#intersects with native implementation t...
Javen O'Neal
2016-06-19
1
-32
/
+5
*
Regression fixes
Andreas Beeker
2016-06-19
1
-10
/
+80
*
bug 56958: slightly improve performance when checking array formulas
Javen O'Neal
2016-06-19
1
-3
/
+5
*
#59724 Take advantage of all POIDocument classes being Closeable to tidy the ...
Nick Burch
2016-06-19
3
-17
/
+5
*
#59724 Provide Closeable on all OLE2-based POIDocument types
Nick Burch
2016-06-19
2
-9
/
+23
*
bug 56958: patch from Yaniv Kunda: check that cells containing array formulas...
Javen O'Neal
2016-06-19
1
-3
/
+1
*
bug 59645: add Page Setup Print row and column headings support for Common SS
Javen O'Neal
2016-06-19
3
-11
/
+86
*
update javadoc for clarification about non-literal lists
Javen O'Neal
2016-06-19
1
-0
/
+6
*
findbugs fixes - ME_MUTABLE_ENUM_FIELD
Andreas Beeker
2016-06-19
2
-4
/
+4
*
add unit test for HSSFWorkbook.getSelectedTabs
Javen O'Neal
2016-06-18
1
-10
/
+25
*
bug 59718: deprecate get/setBoldweight. Use get/setBold
Javen O'Neal
2016-06-18
2
-2
/
+39
*
bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF
Javen O'Neal
2016-06-18
28
-536
/
+45
*
FunctionEval is a utility class. It should not have a public default constructor
Javen O'Neal
2016-06-17
1
-0
/
+4
*
bug 59279: add Comment.equals and hashCode methods
Javen O'Neal
2016-06-17
1
-0
/
+14
*
move loop invariant outside of loop
Javen O'Neal
2016-06-17
1
-1
/
+2
*
bug 59170: add version when deprecated
Javen O'Neal
2016-06-17
1
-1
/
+2
*
bug 59170: deprecate o.a.p.hssf.model.PictureShape
Javen O'Neal
2016-06-17
1
-0
/
+3
*
bug 55385: deprecate Font.getBoldweight and Font.setBoldweight
Javen O'Neal
2016-06-16
2
-3
/
+13
*
fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddress
Javen O'Neal
2016-06-15
1
-2
/
+1
*
bug 59170: remove deprecated methods
Javen O'Neal
2016-06-15
8
-203
/
+1
*
bug 59170: remove deprecated methods in o.a.p.hpsf.wellknown.SectionIDMap
Javen O'Neal
2016-06-15
1
-32
/
+0
*
bug 59170: remove deprecated hpsf.Constants class
Javen O'Neal
2016-06-15
1
-195
/
+0
[next]