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.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
/
hslf
/
usermodel
/
TestBugs.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed TextRun handling and various junit tests
Andreas Beeker
2015-06-10
1
-16
/
+12
*
Commit changes in common_sl - need to update trunk ...
Andreas Beeker
2015-05-11
1
-121
/
+107
*
committing intermediate results - hslf is mostly migrated to common interface...
Andreas Beeker
2015-04-27
1
-20
/
+20
*
Snapshot commit - still lots of errors, xslf rendering works, started work on...
Andreas Beeker
2015-03-19
1
-108
/
+93
*
committing intermediate results - xslf now compiles - hslf needs to be migrat...
Andreas Beeker
2015-03-07
1
-26
/
+26
*
initial commit - still lots of errors, but I need to switch to a clean trunk ...
Andreas Beeker
2015-02-21
1
-1
/
+1
*
Test and fix for bug #46441
Andreas Beeker
2015-01-02
1
-0
/
+39
*
Bug 56240 - Handle PP97_DUALSTORAGE streams
Andreas Beeker
2014-12-30
1
-0
/
+15
*
Bug 47261 - SlideShow.removeSlide makes PPT corrupted
Andreas Beeker
2014-12-30
1
-0
/
+15
*
Bug 49541 - Mapping of symbol characters to unicode equivalent
Andreas Beeker
2014-12-29
1
-0
/
+16
*
#57272 - deadlock on corrupted PPT file
Andreas Beeker
2014-12-07
1
-0
/
+15
*
Add unit test for bug 37625 which verifies that this file can now be loaded
Dominik Stadler
2014-07-27
1
-1
/
+18
*
When looking for text run related records after a TextHeaderAtom, provide a c...
Nick Burch
2014-03-15
1
-9
/
+16
*
#56260 Partial fix for a slide with a TextHeaderAtom but no other atoms relat...
Nick Burch
2014-03-14
1
-0
/
+38
*
Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr...
Andreas Beeker
2014-02-19
1
-0
/
+18
*
upgraded to junit4 (before other changes)
Andreas Beeker
2014-02-19
1
-27
/
+45
*
Bug 45776 - Fix corrupt file problem using TextRun.setText
Andreas Beeker
2013-12-29
1
-0
/
+31
*
Bug 41246 - AIOOBE with missing notes entries
Andreas Beeker
2013-12-27
1
-1
/
+30
*
Add a unit test to show that bug #49648 no longer occurs
Nick Burch
2011-06-24
1
-0
/
+14
*
Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...
Josh Micich
2009-10-08
1
-6
/
+6
*
moved all test data to a top-level directory, refactored all junit usages of ...
Yegor Kozlov
2009-08-23
1
-49
/
+18
*
Fixed unused imports compiler warnings (and some others)
Josh Micich
2009-08-18
1
-15
/
+38
*
Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...
Josh Micich
2009-05-21
1
-403
/
+403
*
Base class for "old version" exceptions, and new HSLF detection + use of old ...
Nick Burch
2009-05-16
1
-0
/
+20
*
bug #41071 is fixed in trunk. Added a unit test and resolved.
Yegor Kozlov
2008-04-16
1
-0
/
+20
*
TextShape is a common superclass of all shapes that can hold text. The subcla...
Yegor Kozlov
2008-04-15
1
-2
/
+2
*
fix bug #44770: RuntimeException: Couldn't instantiate the class for type wit...
Yegor Kozlov
2008-04-08
1
-0
/
+10
*
fix bug #44296: HSLF Not Extracting Slide Background Image
Yegor Kozlov
2008-01-25
1
-0
/
+20
*
fix bug #43781: slide->getShapes->getTextRun returns wrong text
Yegor Kozlov
2007-12-24
1
-0
/
+32
*
encode unicode chars in HSLF unit tests
Yegor Kozlov
2007-06-01
1
-5
/
+5
*
fixed bug 38256: RuntimeException: Couldn't instantiate the class for type wi...
Yegor Kozlov
2007-05-29
1
-0
/
+29
*
fixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in Shape...
Yegor Kozlov
2007-05-26
1
-0
/
+68
*
fixed bug 42486: Failure parsing a seemingly valid PPT. Some of the assertio...
Yegor Kozlov
2007-05-25
1
-0
/
+17
*
added support for TitleMaster object
Yegor Kozlov
2007-05-25
1
-0
/
+21
*
fixed bug 42484: NullPointerException from ShapeGroup.getAnchor()
Yegor Kozlov
2007-05-24
1
-0
/
+23
*
fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRuns
Yegor Kozlov
2007-05-24
1
-4
/
+26
*
applied patches from bug 42474: (1) Incorrect matching of notes to slides and...
Yegor Kozlov
2007-05-24
1
-0
/
+68
*
fixed bug 41384: Array index wrong in record creation
Yegor Kozlov
2007-03-21
1
-0
/
+53