| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed sonar issues and eclipse warnings | Andreas Beeker | 2015-10-05 | 4 | -149/+303 |
* | Bug 55032: Fix handling missing option values in financial functions PV, FV, ... | Dominik Stadler | 2015-10-01 | 1 | -0/+33 |
* | Bug 50319: Make row groups which include row 0 work | Dominik Stadler | 2015-09-29 | 1 | -0/+14 |
* | Bug 58333: Apply patch to verify behavior on row-index before and after the l... | Dominik Stadler | 2015-09-20 | 1 | -0/+25 |
* | close resources in junit tests | Andreas Beeker | 2015-09-20 | 2 | -269/+312 |
* | Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less tha... | Dominik Stadler | 2015-09-17 | 1 | -0/+22 |
* | Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over... | Nick Burch | 2015-09-17 | 1 | -0/+75 |
* | Eclipse warnings, comment out dead code, close resources, enhance unit tests,... | Dominik Stadler | 2015-09-13 | 1 | -2/+6 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-13 | 2 | -74/+92 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 28 | -563/+597 |
* | Bug 58353: Return correct value in Match-Function with match-type == -1 | Dominik Stadler | 2015-09-11 | 1 | -7/+31 |
* | More forbidden apis fixes (added main-tests to the check) | Andreas Beeker | 2015-09-11 | 1 | -10/+10 |
* | forbidden apis fixes - timezone fix ... will it work? | Andreas Beeker | 2015-09-10 | 1 | -0/+1 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 19 | -662/+749 |
* | remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ... | Andreas Beeker | 2015-09-02 | 2 | -2/+2 |
* | Fix DAYS360 for US/EU handling | Andreas Beeker | 2015-09-01 | 6 | -182/+157 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 5 | -7/+13 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 2 | -3/+5 |
* | forbidden apis fixes | Andreas Beeker | 2015-08-29 | 2 | -63/+72 |
* | junit4 fix | Andreas Beeker | 2015-08-29 | 1 | -13/+12 |
* | - reworked HexDump class - unified array dumps and usage of standard java cal... | Andreas Beeker | 2015-08-29 | 4 | -24/+28 |
* | Reduce required memory in tests by not actually creating all the rows/cells w... | Dominik Stadler | 2015-08-24 | 1 | -7/+6 |
* | Somehow the Date formatting via SimpleDateFormatter fails on some CI machines... | Dominik Stadler | 2015-08-20 | 1 | -17/+9 |
* | Patch from Javen ONeal from bug #58254 - CellFormatResult.text should check f... | Nick Burch | 2015-08-19 | 1 | -0/+37 |
* | POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix... | Dominik Stadler | 2015-08-19 | 1 | -2/+72 |
* | Add additional checks to narrow down why this test fails when run via Maven | Dominik Stadler | 2015-08-19 | 1 | -4/+20 |
* | Add one unit-test for a different way of calculating workdays to see if this ... | Dominik Stadler | 2015-08-18 | 1 | -0/+6 |
* | Fix indents | Nick Burch | 2015-08-18 | 1 | -261/+260 |
* | Patch from Javen ONeal from bug #58252 - More CellReference unit testing cove... | Nick Burch | 2015-08-18 | 1 | -1/+46 |
* | Further unit tests for #55747 | Nick Burch | 2015-08-01 | 1 | -1/+22 |
* | Unit test for #55747 | Nick Burch | 2015-07-31 | 1 | -0/+31 |
* | Adjust test that is failing on freebsd some more | Dominik Stadler | 2015-07-27 | 1 | -14/+11 |
* | Yet another adjustment to the test as it seems that small values can be compu... | Dominik Stadler | 2015-07-22 | 1 | -4/+11 |
* | Still more checks to track down why canComputeColumnWidth() returns true, but... | Dominik Stadler | 2015-07-22 | 1 | -4/+4 |
* | Still more checks to track down why canComputeColumnWidth() returns true, but... | Dominik Stadler | 2015-07-22 | 1 | -6/+16 |
* | Still more checks to track down why canComputeColumnWidth() returns true, but... | Dominik Stadler | 2015-07-22 | 1 | -5/+45 |
* | #58130 CF DataBar example and tests | Nick Burch | 2015-07-20 | 1 | -1/+44 |
* | #58130 CF DataBar support | Nick Burch | 2015-07-20 | 1 | -5/+32 |
* | #58130 Support for creating CF Color Scale Formattings | Nick Burch | 2015-07-20 | 1 | -1/+43 |
* | #58130 HSSF CF Color Scale color support | Nick Burch | 2015-07-20 | 1 | -3/+0 |
* | #58130 Enable CF ColorScale support on the rule, and begin testing | Nick Burch | 2015-07-19 | 1 | -7/+14 |
* | #58130 Stub the CF Color Scale unit tests | Nick Burch | 2015-07-19 | 1 | -13/+49 |
* | #58130 Fix the icon formatting read/write CF test | Nick Burch | 2015-07-19 | 1 | -4/+3 |
* | #58130 More CF Icon unit tests | Nick Burch | 2015-07-19 | 1 | -8/+83 |
* | Simplify CF icon rule asserts | Nick Burch | 2015-07-18 | 1 | -91/+8 |
* | #58130 Mostly there with CF Icon sets | Nick Burch | 2015-07-18 | 1 | -18/+196 |
* | One more try to find out why autosize fails on the freebsd CI machine | Dominik Stadler | 2015-07-17 | 1 | -4/+14 |
* | * Some more checks as test still fails on freebsd CI machine | Dominik Stadler | 2015-07-16 | 1 | -0/+3 |
* | * Make on unit test not fail if Fonts are not available on the machine | Dominik Stadler | 2015-07-16 | 2 | -3/+95 |
* | Further HSSF support towards CF IconSets #58130 | Nick Burch | 2015-07-15 | 1 | -0/+29 |