aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/eventmodel
Commit message (Expand)AuthorAgeFilesLines
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-261-0/+1
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-43/+53
* Removed unused Model, ModelFactory. ModelFactoryListener etc.Josh Micich2009-12-221-151/+0
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-2/+1
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-121-41/+24
* Fix javadocs for AbortableHSSFListener, and add unit test to show it all worksNick Burch2009-05-052-0/+99
* Made RecordInputStream final (major clean-up in test cases and BiffViewer)Josh Micich2008-10-101-3/+1
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-1/+1
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-071-1/+1
* Patch 44894 - refactoring duplicate logic from EventRecordFactory to RecordFa...Josh Micich2008-08-041-103/+33
* keep the javadoc compiler quietYegor Kozlov2007-07-021-1/+1
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-222-10/+12
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-292-3/+0
* Major landing of the following changes:Jason Height2005-08-181-1/+2
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-232-7/+5
* New licence changes.Glen Stampoultzis2004-04-092-1/+35
* Fixed bug 17373 - incorrect handling of continue records after unknown record...Avik Sengupta2003-03-071-0/+59
* test for ModelFactoryAndrew C. Oliver2002-11-231-0/+153
* event record factoryAndrew C. Oliver2002-11-111-0/+176