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
/
scratchpad
/
testcases
/
org
/
apache
/
poi
/
hmef
/
TestCompressedRTF.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
1
-4
/
+4
*
Adjust some JavaDoc and fix some IDE warnings
Dominik Stadler
2019-12-14
1
-3
/
+4
*
#63955 - HMEFContentsExtractor fails to extract content from winmail.dat
Andreas Beeker
2019-12-01
1
-135
/
+144
*
Add missing @Overrides, reformat some files, increase coverage slightly,
Dominik Stadler
2014-06-11
1
-28
/
+32
*
Strip trailing padding from HMEF compressed rtf when decoding
Nick Burch
2011-03-14
1
-3
/
+18
*
Refactor the HMEF contents checks to use a superclass, and stub out the Rtf M...
Nick Burch
2011-03-05
1
-3
/
+21
*
Two more differences between the LZW in HDGF and HMEF:
Nick Burch
2011-03-05
1
-4
/
+2
*
Add a TNEF extractor class, which can be run from the command line to extract...
Nick Burch
2011-03-03
1
-34
/
+37
*
Refactor the TNEF Attributes to better match the MAPI ones, and move both int...
Nick Burch
2011-03-02
1
-1
/
+2
*
Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...
Nick Burch
2011-03-01
1
-0
/
+155