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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bug 59790: convert FormulaType class to enum
Javen O'Neal
2016-07-04
6
-40
/
+122
*
javadocs fix
Javen O'Neal
2016-07-04
1
-0
/
+1
*
bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ...
Javen O'Neal
2016-07-04
2
-29
/
+37
*
rearrange JavaDocs to match constructor ordering
Javen O'Neal
2016-07-04
1
-2
/
+2
*
findbugs fixes
Javen O'Neal
2016-07-04
2
-56
/
+58
*
bug 59773: replace for loops with for-each loops; javadocs fixes for JDK8
Javen O'Neal
2016-07-04
2
-10
/
+15
*
add missing ASL license header from bug 59788 comment 2 r1751185
Javen O'Neal
2016-07-04
1
-0
/
+17
*
bug 59166: suggest alternative implementations for TempFileCreationStrategy
Javen O'Neal
2016-07-04
3
-8
/
+64
*
bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to ...
Javen O'Neal
2016-07-04
3
-89
/
+103
*
javadocs fixes (jdk8)
Andreas Beeker
2016-07-03
3
-17
/
+107
*
whitespace
Javen O'Neal
2016-07-03
1
-148
/
+148
*
make class attributes final; return unmodifiable lists
Javen O'Neal
2016-07-03
1
-6
/
+8
*
revert whitespace changes to ASF license; previous commit r1751180 contribute...
Javen O'Neal
2016-07-03
1
-12
/
+12
*
bug 59786: fix NPE from winmail.dat files if message body is null
Javen O'Neal
2016-07-03
2
-21
/
+114
*
whitespace (3 spaces and tabs to 4 spaces)
Javen O'Neal
2016-07-03
1
-76
/
+76
*
uncomment ignored unit tests so they at least compile
Javen O'Neal
2016-07-03
2
-15
/
+20
*
bug 59788: create temporary directories
Javen O'Neal
2016-07-03
3
-15
/
+97
*
deprecated DrawingManager
Andreas Beeker
2016-07-03
2
-0
/
+7
*
#59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape class...
Andreas Beeker
2016-07-03
18
-1357
/
+180
*
convert to junit4
Javen O'Neal
2016-07-03
1
-2
/
+7
*
javadocs fixes (jdk8)
Andreas Beeker
2016-07-03
23
-139
/
+268
*
bug 59773: move loop invariants outside of loop or change for loops to for-ea...
Javen O'Neal
2016-07-03
16
-48
/
+70
*
javadocs fixes (jdk8)
Andreas Beeker
2016-07-02
2
-13
/
+25
*
bug 59773: move loop invariants outside of loop or change for loops to for-ea...
Javen O'Neal
2016-07-02
13
-37
/
+53
*
bug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Commo...
Javen O'Neal
2016-07-02
1
-1
/
+3
*
bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...
Javen O'Neal
2016-07-02
9
-87
/
+118
*
don't shadow drawing field from XSSFShape in XSSFGraphicFrame
Javen O'Neal
2016-07-02
1
-3
/
+1
*
findbugs: remove implements Cloneable declaration from classes that don't imp...
Javen O'Neal
2016-07-02
2
-2
/
+2
*
findbugs: remove switch statement fall-through and move default switch to bottom
Javen O'Neal
2016-07-02
1
-2
/
+2
*
enable @Ignored unit test that is passing now
Javen O'Neal
2016-07-02
1
-2
/
+0
*
findbugs REC_CATCH_EXCEPTION: catch specific exception types and include more...
Javen O'Neal
2016-07-02
1
-2
/
+20
*
+svn:eol-style=native
Javen O'Neal
2016-07-02
1
-646
/
+646
*
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
13
-30
/
+28
*
bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller ...
Javen O'Neal
2016-07-01
1
-1
/
+1
*
forbidden-apis-fix
Andreas Beeker
2016-06-30
1
-1
/
+2
*
a few performance fixes to speed-up the tests
Andreas Beeker
2016-06-30
12
-157
/
+251
*
#59739 When testing for a valid NFIB in a FileInformationBlock, accept common...
Nick Burch
2016-06-30
1
-18
/
+27
*
Bug 59739: For now fix the regression in FileInformationBlock which was intro...
Dominik Stadler
2016-06-30
2
-3
/
+19
*
#59766 Need to catch Errors as well when trying to tweak SAX stuff
Nick Burch
2016-06-27
1
-0
/
+2
*
bug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf ex...
Javen O'Neal
2016-06-25
2
-5
/
+6
*
add @Override annotation for updateOtherRecordReferences on PositionDependent...
Javen O'Neal
2016-06-25
3
-7
/
+9
*
deprecated constants pointing to MissingCellPolicy - use enum instead
Andreas Beeker
2016-06-24
14
-181
/
+229
*
Sonar fixes
Andreas Beeker
2016-06-24
12
-56
/
+56
*
bug 59748: replace Hashtable with HashMap; contributed by Axel Howind
Javen O'Neal
2016-06-24
17
-94
/
+114
*
sonar fix
Andreas Beeker
2016-06-24
1
-44
/
+17
*
common-crawl-regression-fix: fallback to higher template level for default fo...
Andreas Beeker
2016-06-24
1
-26
/
+8
*
Fix for test-data of #59746
Andreas Beeker
2016-06-23
2
-6
/
+4
[next]