summaryrefslogtreecommitdiffstats
path: root/src/excelant/java
Commit message (Collapse)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2020-12-261-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884807 13f79535-47bb-0310-9956-ffa450edef68
* #64979 - Change artifact names of poi-/ooxml-schemasAndreas Beeker2020-12-131-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884381 13f79535-47bb-0310-9956-ffa450edef68
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-152-12/+13
| | | | | | fix the forbidden apis issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880866 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixes - String literals should not be duplicatedAndreas Beeker2020-04-051-63/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876163 13f79535-47bb-0310-9956-ffa450edef68
* Sonar Fixes - type: bugs / severity: critical - mostly div by 0Andreas Beeker2019-12-071-32/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870976 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IDE warnings, Javadoc, useless asserts, ...Dominik Stadler2018-06-101-15/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833293 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808518 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-164-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary initialization of membersDominik Stadler2017-09-163-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808510 13f79535-47bb-0310-9956-ffa450edef68
* remove some unused importsPJ Fanning2017-06-291-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800255 13f79535-47bb-0310-9956-ffa450edef68
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-084-226/+226
| | | | | | | | $ dos2unix `find -name *.java` $ svn propset svn:eol-style native `find -name *.java` git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782114 13f79535-47bb-0310-9956-ffa450edef68
* findbugs fixAndreas Beeker2016-11-012-67/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767473 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ↵Javen O'Neal2016-10-197-6/+13
| | | | | | annotations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765726 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-028-79/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746627 13f79535-47bb-0310-9956-ffa450edef68
* Make forbiddenapis also check excelant. Use a separate "classpath" for ↵Uwe Schindler2015-11-081-1/+2
| | | | | | running forbiddenapis; don't misuse javadoc.classpath for that. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713222 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, ↵Dominik Stadler2015-09-143-84/+84
| | | | | | always close resources, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1703028 13f79535-47bb-0310-9956-ffa450edef68
* Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks ↵Dominik Stadler2015-01-042-20/+8
| | | | | | that can never happen, fix setting failed state on error in evaluation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649311 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Eclipse warningsDominik Stadler2015-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649123 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused members, Dominik Stadler2014-12-191-56/+53
| | | | | | Fix an Eclipse warning git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1646736 13f79535-47bb-0310-9956-ffa450edef68
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634255 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
* Add workaround for IBM JDK where Ant populates classname instead of ↵Dominik Stadler2014-05-291-0/+7
| | | | | | className for some reason git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598264 13f79535-47bb-0310-9956-ffa450edef68
* Remove null-checks that can never be reachedDominik Stadler2014-05-291-13/+9
| | | | | | add test for ExcelAnt setString git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598225 13f79535-47bb-0310-9956-ffa450edef68
* Various small Eclipse warning fixes, Dominik Stadler2013-08-142-59/+63
| | | | | | also ensure close() of stream in Ant-Task, although WorkbookFactory usually takes care of this, however in exception-cases it could be missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513764 13f79535-47bb-0310-9956-ffa450edef68
* optimized unused imports in poi-excelantYegor Kozlov2012-03-051-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296981 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable bit from project filesYegor Kozlov2011-12-1014-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
* Bug 51548 - added the handler in the antlib.xml. Add more substantial ↵Jon Svede2011-07-281-0/+15
| | | | | | javadocs. Need to work on an example before I close the ticket. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151847 13f79535-47bb-0310-9956-ffa450edef68
* initial import of ExcelAnt tasks, see Bugzilla 50610Yegor Kozlov2011-02-1814-0/+1546
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/excelant@1072119 13f79535-47bb-0310-9956-ffa450edef68