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.dorongold.task-tree-4.0.1
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.github.spotbugs-6.1.4
dependabot/gradle/com.github.spotbugs-6.1.5
dependabot/gradle/com.github.spotbugs-6.1.6
dependabot/gradle/com.github.spotbugs-6.1.7
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/junitVersion-5.12.0
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-1.17.1
dependabot/gradle/net.bytebuddy-byte-buddy-1.17.2
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/net.bytebuddy-byte-buddy-agent-1.17.1
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.17.2
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.cyclonedx.bom-2.1.0
dependabot/gradle/org.cyclonedx.bom-2.2.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.mockito-mockito-core-5.16.0
dependabot/gradle/org.slf4j-slf4j-api-2.0.17
dependabot/gradle/org.slf4j-slf4j-simple-2.0.17
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
/
util
/
HexRead.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
1
-5
/
+2
*
replace more StringBuffers
PJ Fanning
2019-11-21
1
-3
/
+3
*
use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)
Axel Howind
2019-11-17
1
-1
/
+1
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
1
-1
/
+1
*
IntelliJ warnings, Javadoc, Formatting
Dominik Stadler
2017-01-26
1
-1
/
+1
*
Ensure streams are closed always, reformat code somewhat
Dominik Stadler
2016-12-30
1
-35
/
+18
*
Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...
Dominik Stadler
2016-07-17
1
-1
/
+1
*
findbugs: replace switch statement with fall-throughs with if statement, remo...
Javen O'Neal
2016-07-07
1
-50
/
+27
*
findbugs: fix SF_SWITCH_FALLTHROUGH warnings
Javen O'Neal
2016-06-13
1
-0
/
+2
*
Fix some Forbidden APIs errors
Nick Burch
2015-09-01
1
-4
/
+1
*
Add some missing close() calls and fix some generics warnings
Dominik Stadler
2014-11-09
1
-2
/
+2
*
Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...
Josh Micich
2009-10-08
1
-3
/
+3
*
Removed trailing comma from output of HexDump.toHex()
Josh Micich
2008-09-12
1
-3
/
+6
*
refactored all hssf junits to get test sample data in the in one place
Josh Micich
2008-04-07
1
-6
/
+9
*
Applying the copy2license.pl script (with tiny modification to allow for more...
Henri Yandell
2006-12-22
1
-5
/
+6
*
New licence changes.
Glen Stampoultzis
2004-04-09
1
-53
/
+17
*
Hex reader helper stuff.
Glen Stampoultzis
2003-06-30
1
-4
/
+6
*
Fixing the line endings.
Glen Stampoultzis
2003-06-14
1
-1
/
+218
*
Changed copyright from 2002 to 2003
Glen Stampoultzis
2003-04-30
1
-222
/
+1
*
Some more hex reading utilities
Glen Stampoultzis
2002-06-12
1
-35
/
+141
*
Merged from 1.5 (SST fixes).
Glen Stampoultzis
2002-06-09
1
-0
/
+116