poi/src
Dominik Stadler 47ea1aa486 Bug 53691: Fix a copy/paste error in CFRuleRecord.clone()
also make CFRuleRecord.toString() print out more information which caused the bug to be much harder to find
Add unit tests to verify/reproduce this

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1596251 13f79535-47bb-0310-9956-ffa450edef68
2014-05-20 14:01:22 +00:00
..
contrib Various small Eclipse warning fixes, 2013-08-14 08:25:51 +00:00
examples Provide a convenience method for creating a PropertySet from a Directory + Entry 2014-04-28 14:19:13 +00:00
excelant Adjust some tests to not hardcode the 'test-data' directory. This breaks the Sonar-maven build that I am working on locally 2014-02-15 00:20:24 +00:00
java/org/apache/poi Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() 2014-05-20 14:01:22 +00:00
models Add missing license header to older xml files 2010-04-14 14:04:14 +00:00
ooxml Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. 2014-05-18 19:18:27 +00:00
records Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
resources FindBugs fix 2014-02-16 23:36:32 +00:00
scratchpad Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 2014-05-16 13:25:45 +00:00
testcases/org/apache/poi Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() 2014-05-20 14:01:22 +00:00
types Bug 52583 - Conversion to html : Problem with combobox 2012-11-06 16:26:43 +00:00