| Commit message (Expand) | Author | Age | Files | Lines |
* | Junit5 - fix logging to console | Andreas Beeker | 2021-01-23 | 1 | -66/+47 |
* | Bump versions to 5.0.1-SNAPSHOT | Andreas Beeker | 2021-01-17 | 1 | -3/+5 |
* | Sonar fixes | Andreas Beeker | 2021-01-10 | 7 | -7/+7 |
* | Sonar fixes | Andreas Beeker | 2021-01-09 | 7 | -17/+17 |
* | Sonar fixes | Andreas Beeker | 2021-01-09 | 8 | -49/+49 |
* | Avoid unneeded Unicode characters which break compiling if encoding is not UTF-8 | Dominik Stadler | 2021-01-06 | 1 | -1/+1 |
* | Sonar fixes | Andreas Beeker | 2020-12-26 | 1 | -6/+6 |
* | try to fix distsourcebuild error | Andreas Beeker | 2020-12-25 | 1 | -3/+7 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 10 | -121/+204 |
* | #64979 - Change artifact names of poi-/ooxml-schemas | Andreas Beeker | 2020-12-13 | 1 | -16/+16 |
* | Fix Ant javascript issues | Andreas Beeker | 2020-09-22 | 3 | -0/+127 |
* | Activate Forbidden-Apis-Check also for other tests | Andreas Beeker | 2020-08-17 | 1 | -6/+3 |
* | use the forbidden-apis policies corresponding to the JRE | Andreas Beeker | 2020-08-15 | 2 | -12/+13 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 5 | -29/+27 |
* | Sonar fixes - String literals should not be duplicated | Andreas Beeker | 2020-04-05 | 1 | -63/+52 |
* | Sonar fixes | Andreas Beeker | 2019-12-30 | 1 | -0/+2 |
* | Migrate all junit tests to Junit 4 | Andreas Beeker | 2019-12-27 | 8 | -787/+519 |
* | Sonar Fixes - type: bugs / severity: critical - mostly div by 0 | Andreas Beeker | 2019-12-07 | 1 | -32/+28 |
* | replace some more StringBuffers | PJ Fanning | 2019-11-21 | 1 | -14/+14 |
* | Fix some IDE warnings, Javadoc, useless asserts, ... | Dominik Stadler | 2018-06-10 | 2 | -21/+16 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 2 | -7/+3 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 4 | -8/+8 |
* | Remove unnecessary initialization of members | Dominik Stadler | 2017-09-16 | 5 | -9/+9 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 1 | -3/+3 |
* | remove some unused imports | PJ Fanning | 2017-06-29 | 1 | -1/+0 |
* | replace "String.indexOf(String) >= 1" with "String.contains(String)" | Javen O'Neal | 2017-05-16 | 1 | -21/+10 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 1 | -11/+11 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 6 | -949/+949 |
* | findbugs fix | Andreas Beeker | 2016-11-01 | 2 | -67/+41 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 10 | -6/+24 |
* | Fix some Sonar issues and some IntelliJ warnings | Dominik Stadler | 2016-06-02 | 8 | -79/+63 |
* | Make forbiddenapis also check excelant. Use a separate "classpath" for runnin... | Uwe Schindler | 2015-11-08 | 1 | -1/+2 |
* | Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, alwa... | Dominik Stadler | 2015-09-14 | 6 | -135/+148 |
* | Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks th... | Dominik Stadler | 2015-01-04 | 3 | -93/+216 |
* | Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS... | Dominik Stadler | 2015-01-04 | 3 | -1/+154 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-01-02 | 1 | -1/+1 |
* | Remove unused members, | Dominik Stadler | 2014-12-19 | 1 | -56/+53 |
* | house keeping - fixes for sonarqube blockers | Andreas Beeker | 2014-10-25 | 1 | -1/+1 |
* | Fix bug #56814 - Switch from dom4j to JAXP | Uwe Schindler | 2014-08-12 | 1 | -1/+1 |
* | Add workaround for IBM JDK where Ant populates classname instead of className... | Dominik Stadler | 2014-05-29 | 1 | -0/+7 |
* | Remove null-checks that can never be reached | Dominik Stadler | 2014-05-29 | 3 | -13/+24 |
* | Adjust some tests to not hardcode the 'test-data' directory. This breaks the ... | Dominik Stadler | 2014-02-15 | 7 | -25/+43 |
* | Add slightly more coverage for ExcelAntWorkbookUtil | Dominik Stadler | 2013-11-02 | 1 | -2/+62 |
* | Various small Eclipse warning fixes, | Dominik Stadler | 2013-08-14 | 2 | -59/+63 |
* | Adjust build.xml to run JaCoCo coverage when running unit tests when | Dominik Stadler | 2013-08-04 | 2 | -4/+18 |
* | optimized unused imports in poi-excelant | Yegor Kozlov | 2012-03-05 | 2 | -3/+0 |
* | removed svn:executable bit from project files | Yegor Kozlov | 2011-12-10 | 27 | -0/+0 |
* | Bug 51548 - added the handler in the antlib.xml. Add more substantial javado... | Jon Svede | 2011-07-28 | 2 | -0/+16 |
* | renamed CalculateMortgage to CalculateMortgageFunction in test build script t... | Yegor Kozlov | 2011-07-23 | 1 | -1/+1 |
* | renamed excelant test class to avoid collision with poi-examples when all cla... | Yegor Kozlov | 2011-07-21 | 2 | -3/+5 |