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
/
poifs
/
macros
/
VBAMacroReader.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
65206 - Migrate ant / maven to gradle build
Andreas Beeker
2021-03-27
1
-834
/
+0
*
[bug-63046] Use Log4j 2 for logging
Marius Volkhart
2021-02-21
1
-10
/
+9
*
Sonar fixes - a few "Try-with-resources should be used"
Andreas Beeker
2020-10-24
1
-29
/
+23
*
Bug 63330 -- use skipfully instead of hoping skip() works
Tim Allison
2019-04-10
1
-4
/
+1
*
Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names
Dominik Stadler
2019-03-19
1
-1
/
+1
*
bug 62624 -- further cleanup
Tim Allison
2018-11-01
1
-29
/
+27
*
bug 62624 -- ensure streams are closed...thanks to LGTM, and PJ!
Tim Allison
2018-10-31
1
-6
/
+9
*
bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity che...
Tim Allison
2018-10-31
1
-26
/
+34
*
bug 62624 -- fix recursion
Tim Allison
2018-10-30
1
-14
/
+4
*
bug 62625 -- clean up imports
Tim Allison
2018-10-30
1
-1
/
+0
*
bug 62625 -- add special handling for REFERENCE_NAME record that may only
Tim Allison
2018-10-30
1
-4
/
+51
*
bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroR...
Tim Allison
2018-10-29
1
-16
/
+143
*
#62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*
Andreas Beeker
2018-08-31
1
-6
/
+6
*
bug 62608 -- avoid ioobe in VBAMacroReader
Tim Allison
2018-08-08
1
-3
/
+5
*
use try with resources
PJ Fanning
2018-06-07
1
-15
/
+15
*
Apply patch from bug 61096: Add support for modules in VBAMacroReader
Dominik Stadler
2017-10-07
1
-42
/
+87
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
1
-1
/
+1
*
Update third party libs to latest versions
Dominik Stadler
2017-09-15
1
-0
/
+1
*
60279 -- back off to brute-force search for macro content if offset informati...
Tim Allison
2017-09-14
1
-105
/
+361
*
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
Andreas Beeker
2017-08-11
1
-8
/
+7
*
BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...
Tim Allison
2016-10-19
1
-1
/
+8
*
Fix some IDE warnings/javadoc/...
Dominik Stadler
2016-10-19
1
-9
/
+15
*
add data type to UTF_16LE
Javen O'Neal
2016-10-19
1
-1
/
+1
*
remove java.nio.charset.StandardCharsets which is not available until Java 7
Javen O'Neal
2016-10-19
1
-2
/
+3
*
BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader
Tim Allison
2016-10-18
1
-1
/
+2
*
BUG 59858 -- avoid npe when there's a collision of record names
Tim Allison
2016-10-18
1
-1
/
+1
*
BUG 59830 -- incorrect reading of unicode stream name
Tim Allison
2016-10-18
1
-0
/
+17
*
BUG 60158 -- AIOOBE in VBAMacroReader
Tim Allison
2016-10-18
1
-0
/
+3
*
bug 59858: describe why VBA macro reading failed
Javen O'Neal
2016-07-15
1
-0
/
+4
*
bug 52949,59830: move module storage and decompressing into a standalone func...
Javen O'Neal
2016-07-09
1
-31
/
+36
*
bug 52949,59830: move module storage and decompressing into a standalone func...
Javen O'Neal
2016-07-09
1
-15
/
+34
*
bug 59830: attach context to any IOException (likely a result of reaching EOF...
Javen O'Neal
2016-07-09
1
-44
/
+69
*
bug 59830: add context to why no more bytes could be read from input stream
Javen O'Neal
2016-07-09
1
-1
/
+5
*
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
*
fix javadocs and findbugs warnings
Javen O'Neal
2016-04-12
1
-7
/
+32
*
bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...
Javen O'Neal
2016-04-11
1
-8
/
+35
*
Javadoc tweaks
Nick Burch
2016-04-10
1
-1
/
+1
*
Unit test for VBA macro reading #52949
Nick Burch
2016-04-10
1
-105
/
+123
*
Start to refactor VBAMacroExtractor into a more general class
Nick Burch
2016-04-10
1
-0
/
+199