| Commit message (Expand) | Author | Age | Files | Lines |
* | add stax entries to forbidden apis due to android issues | PJ Fanning | 2018-10-06 | 1 | -0/+5 |
* | #62564 - replace Thread.currentThread().getContextClassLoader() with getClass... | Andreas Beeker | 2018-07-24 | 1 | -2/+3 |
* | #59893 - Forbid calls to InputStream.available | Andreas Beeker | 2018-04-27 | 1 | -0/+3 |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 1 | -2/+4 |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 1 | -4/+11 |
* | eventually we want to forbid StringBuffer usage | Javen O'Neal | 2017-10-31 | 1 | -0/+4 |
* | github-79: add String.toString() to forbidden API's | Javen O'Neal | 2017-10-16 | 1 | -0/+3 |
* | Fix some findbugs-issues and apply some code-cleanup and apply some smaller p... | Dominik Stadler | 2017-10-13 | 1 | -0/+7 |
* | Bug 61119 - Fix preset shape rendering and shading | Andreas Beeker | 2017-05-30 | 1 | -19906/+19898 |
* | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-... | Greg Woolsey | 2017-05-12 | 1 | -0/+18070 |
* | Fix some compilation warnings | Dominik Stadler | 2016-12-30 | 1 | -0/+1 |
* | bug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Commo... | Javen O'Neal | 2016-07-02 | 1 | -1/+3 |
* | findbugs: fix SF_SWITCH_FALLTHROUGH warnings | Javen O'Neal | 2016-06-13 | 1 | -0/+34 |
* | findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD and UUF_UNUSED_FIELD warnings | Javen O'Neal | 2016-06-13 | 1 | -0/+8 |
* | findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD warnings | Javen O'Neal | 2016-06-13 | 1 | -0/+10 |
* | findbugs: fix URF_UNREAD_FIELD warnings | Javen O'Neal | 2016-06-13 | 1 | -7/+20 |
* | consolidate findbugs filters using Or logic | Javen O'Neal | 2016-06-13 | 1 | -56/+17 |
* | fix findbugs issues | Javen O'Neal | 2016-06-13 | 1 | -0/+4 |
* | ignore invalid performance issues - e.g. see #57840 | Andreas Beeker | 2016-06-12 | 1 | -0/+12 |
* | +props svn:eol-style native | Javen O'Neal | 2016-06-11 | 1 | -88/+88 |
* | Upgrade to FindBugs 3.0.1 and add some findbugs-excludes | Dominik Stadler | 2016-05-24 | 2 | -4/+60 |
* | Findbugs fixes | Dominik Stadler | 2016-03-12 | 1 | -0/+5 |
* | add other printStackTrace methods to forbidden-apis-check | Andreas Beeker | 2016-01-10 | 1 | -0/+2 |
* | replace Throwable.printStackTrace() with POILogger calls - Todo: other printS... | Andreas Beeker | 2016-01-10 | 1 | -2/+3 |
* | fix forbidden apis issues | Andreas Beeker | 2015-12-13 | 1 | -2/+2 |
* | Add some additional rules for the forbidden-apis-check borrowed from Elastics... | Dominik Stadler | 2015-12-02 | 2 | -0/+110 |
* | close resources | Andreas Beeker | 2015-11-29 | 1 | -0/+3 |
* | Fix remaining security manager problems. Forbiddenapis now passes. | Uwe Schindler | 2015-11-11 | 1 | -4/+3 |
* | Tried to add excelant to forbidden-apis-check, but failed due to issue #82 in... | Dominik Stadler | 2015-11-08 | 1 | -4/+10 |
* | fixes sonar/findbugs issues | Andreas Beeker | 2015-11-02 | 1 | -1/+2 |
* | Import poi-visio codebase | Dustin Spicuzza | 2015-10-19 | 1 | -0/+45 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -0/+25 |
* | merged common_sl branch to trunk | Andreas Beeker | 2015-07-24 | 1 | -0/+0 |
|\ |
|
| * | Snapshot commit - still lots of errors, xslf rendering works, started work on... | Andreas Beeker | 2015-03-19 | 1 | -0/+0 |
| * | initial commit - still lots of errors, but I need to switch to a clean trunk ... | Andreas Beeker | 2015-02-21 | 1 | -0/+19906 |
|/ |
|
* | Bug 57003: Add implementation of function FIXED | Dominik Stadler | 2014-11-07 | 1 | -1/+2 |
* | Bug 55164 - Support for adding slide notes | Andreas Beeker | 2014-10-29 | 1 | -0/+2 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 1 | -1/+1 |
* | FindBugs fix | Andreas Beeker | 2014-02-13 | 1 | -3/+3 |
* | disable not applicable findbugs check | Andreas Beeker | 2014-02-13 | 1 | -0/+24 |
* | Bugzilla 54436: Fixed metadata for GETPIVOTDATA function | Yegor Kozlov | 2013-03-02 | 1 | -7/+7 |
* | removed svn:executable bit from project files | Yegor Kozlov | 2011-12-10 | 2 | -0/+0 |
* | more progress with XSLF: made some methods publis as suggested on poi-dev, mo... | Yegor Kozlov | 2011-11-24 | 1 | -0/+0 |
* | added missing definition of the upArrow shape, moved support for line decorat... | Yegor Kozlov | 2011-11-21 | 1 | -13/+4 |
* | more progress with xlsf: support for gradient and texture fills, backgrounds,... | Yegor Kozlov | 2011-11-07 | 2 | -0/+0 |
* | support for preset shape geometries in xslf | Yegor Kozlov | 2011-10-26 | 1 | -2/+2 |
* | initial support for rendering pptx slides into images with a PPTX2PNG command... | Yegor Kozlov | 2011-10-21 | 1 | -0/+19915 |
* | initial support for XSLF usermodel API | Yegor Kozlov | 2011-08-11 | 1 | -0/+0 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 2 | -0/+0 |
* | included poi-ooxml-schemas and poi-examples in the release cycle, also misc i... | Yegor Kozlov | 2009-11-21 | 1 | -0/+0 |