aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula/TestCellCacheEntry.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-271-6/+6
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-2/+2
* javadocs cleanupYegor Kozlov2008-11-071-1/+1
* Performance optimisation for EvaluationCache. Changed to use HSSFCell as key...Josh Micich2008-10-091-19/+9
* Fixed bug in CellCacheEntry (support for caching blank evaluation results)Josh Micich2008-10-011-0/+53