| Commit message (Expand) | Author | Age | Files | Lines |
* | sonar - remove build dir when cleaning | Andreas Beeker | 2015-08-29 | 1 | -0/+4 |
* | Fix a handful of forbidden apis identified problems | Nick Burch | 2015-08-27 | 3 | -10/+16 |
* | Enable the Forbidden APIs checks on Main, Scratchpad and OOXML. Run with "ant... | Nick Burch | 2015-08-27 | 1 | -1/+21 |
* | Update RAT docs, and fetch the Forbidden APIs jar | Nick Burch | 2015-08-27 | 1 | -5/+10 |
* | Stub a call to the Forbidden APIs check | Nick Burch | 2015-08-27 | 1 | -2/+10 |
* | Sonar Maven: Next try: Disable Subversion to see if we get results then. | Dominik Stadler | 2015-08-27 | 1 | -0/+3 |
* | Sonar Maven: Revert previous changes as they also did not work, it seems ther... | Dominik Stadler | 2015-08-27 | 5 | -27/+1 |
* | Adjust excludes for TestRecordLister | Dominik Stadler | 2015-08-27 | 2 | -1/+10 |
* | javadoc fix | Andreas Beeker | 2015-08-26 | 1 | -2/+2 |
* | Fix for JDK6 bug: http://bugs.java.com/view_bug.do?bug_id=6569074 | Andreas Beeker | 2015-08-26 | 20 | -21/+21 |
* | Add possibility to set zoomPercent for XWPFDocument | Dominik Stadler | 2015-08-26 | 3 | -3/+49 |
* | Next try for Sonar Maven build: Specify the src-pathes in the various pom.xml... | Dominik Stadler | 2015-08-25 | 6 | -4/+28 |
* | Adjust excludes after adjusting multiple HeaderFooterRecord instances | Dominik Stadler | 2015-08-25 | 1 | -1/+0 |
* | Refactor BaseXLSIteratingTest into a Parameterized test to better show which ... | Dominik Stadler | 2015-08-25 | 7 | -128/+112 |
* | Allow multiple instances of HeaderFooterRecord in CustomViewSettingsRecordAgg... | Dominik Stadler | 2015-08-25 | 3 | -5/+88 |
* | Try to specify list of sources in Sonar-Run to look at the SVN-Sources, not t... | Dominik Stadler | 2015-08-25 | 1 | -1/+3 |
* | common sl: reworked and unified generics definitions | Andreas Beeker | 2015-08-24 | 96 | -473/+1067 |
* | Tweak error message to make clear that we really need a file showing the problem | Nick Burch | 2015-08-24 | 1 | -1/+1 |
* | Javadoc tweak | Nick Burch | 2015-08-24 | 1 | -2/+2 |
* | Reduce required memory in tests by not actually creating all the rows/cells w... | Dominik Stadler | 2015-08-24 | 2 | -15/+16 |
* | Specify the amount of memory for OOXMLLite as different environments fail som... | Dominik Stadler | 2015-08-23 | 1 | -0/+1 |
* | Add empty.pptx to excludes in rat-check | Dominik Stadler | 2015-08-23 | 1 | -0/+1 |
* | Move security schemas to security module | Andreas Beeker | 2015-08-20 | 2 | -35/+135 |
* | Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close... | Dominik Stadler | 2015-08-20 | 4 | -56/+175 |
* | Sonar Maven build: | Dominik Stadler | 2015-08-20 | 1 | -1/+1 |
* | 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 | 2 | -2/+41 |
* | POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix... | Dominik Stadler | 2015-08-19 | 3 | -5/+81 |
* | Add additional checks to narrow down why this test fails when run via Maven | Dominik Stadler | 2015-08-19 | 1 | -4/+20 |
* | Adjust excludes to make the output a bit cleaner in OOXMLLite and also look i... | Dominik Stadler | 2015-08-19 | 1 | -1/+13 |
* | Improve ReadOnlySharedStringsTable to cope gracefully with an empty SST part. | David North | 2015-08-19 | 3 | -7/+33 |
* | * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh... | Dominik Stadler | 2015-08-19 | 3 | -6/+39 |
* | Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi... | David North | 2015-08-19 | 7 | -13/+145 |
* | Add one unit-test for a different way of calculating workdays to see if this ... | Dominik Stadler | 2015-08-18 | 1 | -0/+6 |
* | Add more of the xsds to the Sonar Maven ooxml-schema pom.xml to try to make t... | Dominik Stadler | 2015-08-18 | 1 | -1/+32 |
* | Set some svn-ignores for generated files and directories | Dominik Stadler | 2015-08-18 | 0 | -0/+0 |
* | Comments, imports and warnings | Nick Burch | 2015-08-18 | 1 | -9/+11 |
* | Fix indents | Nick Burch | 2015-08-18 | 1 | -517/+518 |
* | Patch from Javen ONeal from bug #58253 - CellReference upper-case check for #... | Nick Burch | 2015-08-18 | 1 | -19/+38 |
* | Fix indents | Nick Burch | 2015-08-18 | 2 | -261/+264 |
* | Patch from Javen ONeal from bug #58252 - More CellReference unit testing cove... | Nick Burch | 2015-08-18 | 2 | -3/+46 |
* | Use more permsize when running ooxml-lite as it seems to reach the default li... | Dominik Stadler | 2015-08-18 | 1 | -0/+1 |
* | Adjust dependencies to make target compile-ooxml-xsds run standalone and use ... | Dominik Stadler | 2015-08-18 | 1 | -2/+2 |
* | sonar xmlbeans fix | Andreas Beeker | 2015-08-18 | 2 | -111/+43 |
* | Bug 54938: Throw InvalidFormatException as documented instead of IllegalArgum... | Dominik Stadler | 2015-08-17 | 2 | -2/+3 |
* | Update to 3.13-SNAPSHOT | Andreas Beeker | 2015-08-16 | 1 | -1/+1 |
* | Try to make Sonar builds run again: add missing dependency, add ooxml-schema-... | Dominik Stadler | 2015-08-16 | 9 | -43/+148 |
* | Move and rename hslf line because of ambiguity with common sl line | Andreas Beeker | 2015-08-15 | 9 | -63/+68 |
* | FindBugs - DLS_DEAD_LOCAL_STORE | Andreas Beeker | 2015-08-15 | 3 | -22/+21 |
* | FindBugs - BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCION | Andreas Beeker | 2015-08-15 | 1 | -1/+1 |