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/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.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
/
testcases
/
org
/
apache
/
poi
/
poifs
/
macros
Commit message (
Expand
)
Author
Age
Files
Lines
*
65206 - Migrate ant / maven to gradle build
Andreas Beeker
2021-03-27
1
-320
/
+0
*
Sonar fixes
Andreas Beeker
2021-01-10
1
-1
/
+1
*
Sonar fixes
Andreas Beeker
2021-01-09
1
-27
/
+27
*
#65026 - Migrate tests to Junit 5
Andreas Beeker
2020-12-24
1
-18
/
+18
*
Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names
Dominik Stadler
2019-03-19
1
-10
/
+10
*
bug 62625 -- add special handling for REFERENCE_NAME record that may only
Tim Allison
2018-10-30
1
-0
/
+17
*
bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroR...
Tim Allison
2018-10-29
1
-0
/
+14
*
#62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*
Andreas Beeker
2018-08-31
1
-7
/
+7
*
Apply patch from bug 61096: Add support for modules in VBAMacroReader
Dominik Stadler
2017-10-07
1
-56
/
+36
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
1
-1
/
+1
*
60279 -- back off to brute-force search for macro content if offset informati...
Tim Allison
2017-09-14
1
-0
/
+20
*
Add some missing close() calls
Dominik Stadler
2016-10-20
1
-11
/
+13
*
BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...
Tim Allison
2016-10-19
1
-2
/
+4
*
BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader
Tim Allison
2016-10-18
1
-0
/
+10
*
BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix un...
Tim Allison
2016-10-18
1
-3
/
+3
*
BUG 59858 -- avoid npe when there's a collision of record names
Tim Allison
2016-10-18
1
-16
/
+6
*
BUG 59830 -- incorrect reading of unicode stream name
Tim Allison
2016-10-18
1
-14
/
+7
*
BUG 60158 -- AIOOBE in VBAMacroReader
Tim Allison
2016-10-18
1
-9
/
+6
*
add fixturing for notifying us when a previously failing unit test passes (be...
Javen O'Neal
2016-09-21
1
-9
/
+4
*
fix copy-paste error
Javen O'Neal
2016-09-21
1
-1
/
+1
*
include class of caught exception
Javen O'Neal
2016-09-21
1
-2
/
+3
*
bug 60158: add failing test cases for AIOOBE on VBAMacroReader
Javen O'Neal
2016-09-21
1
-1
/
+17
*
bug 59858: describe why VBA macro reading failed
Javen O'Neal
2016-07-15
1
-4
/
+9
*
bug 59858: add disabled unit test for bug 59858; file from Brooke
Javen O'Neal
2016-07-15
1
-0
/
+16
*
bug 59830: add context to why no more bytes could be read from input stream
Javen O'Neal
2016-07-09
1
-11
/
+29
*
Close file-handles in tests as well to avoid noise when running file-leak-det...
Dominik Stadler
2016-05-05
1
-17
/
+22
*
bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 201...
Javen O'Neal
2016-04-11
1
-3
/
+11
*
bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...
Javen O'Neal
2016-04-11
1
-23
/
+110
*
bug 52949: parameterize fromNPOIFS also
Javen O'Neal
2016-04-10
1
-11
/
+27
*
bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test cases
Javen O'Neal
2016-04-10
1
-20
/
+36
*
Unit test for VBA macro reading #52949
Nick Burch
2016-04-10
1
-0
/
+112