aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-14/+14
* Bug 58315: Avoid NPE for RichTextString without font-detailsDominik Stadler2015-09-053-0/+26
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-038-28/+43
* Bug 56959: Add verification unit test to show that the bug cannot be reproducedDominik Stadler2015-09-032-2/+44
* Fix bug 53275: reset indexed color flag when setting a non-indexed colorDominik Stadler2015-09-032-6/+17
* Add unit test which verifies that bug 53105 is actually fixed nowDominik Stadler2015-09-032-0/+17
* Add unit tests to verify that bug 51626 and bug 51451 are fixedDominik Stadler2015-09-033-1/+46
* Add unit tests which verify that the issues from bug 48962 and 50755 do not o...Dominik Stadler2015-09-033-0/+42
* Make D* functions thread safe, thanks to Patrick Zimmermann for the patch.David North2015-09-035-25/+25
* Don't warn about unknown @SupressWarnings() in EclipseDominik Stadler2015-09-031-1/+2
* One more place where we should state closer.lua nowDominik Stadler2015-09-031-1/+1
* remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ...Andreas Beeker2015-09-022-2/+2
* Fix DAYS360 for US/EU handlingAndreas Beeker2015-09-0110-324/+381
* Fix some Forbidden APIs errorsNick Burch2015-09-017-19/+22
* Fix some Forbidden APIs errorsNick Burch2015-09-013-11/+17
* Fix some Forbidden APIs errorsNick Burch2015-09-011-163/+15
* Fix some Forbidden APIs errorsNick Burch2015-09-013-9/+16
* Fix some Forbidden APIs errorsNick Burch2015-09-0121-38/+58
* Fix some Forbidden APIs errorsNick Burch2015-09-011-15/+18
* Fix some Forbidden APIs errorsNick Burch2015-09-013-12/+13
* Fix some Forbidden APIs errorsNick Burch2015-09-012-10/+6
* Fix some Forbidden APIs errorsNick Burch2015-09-013-12/+4
* Fix inconsistent indent/whitespaceNick Burch2015-09-011-143/+142
* Fix some Forbidden APIs errorsNick Burch2015-09-013-11/+9
* Fix some Forbidden APIs errorsNick Burch2015-09-013-10/+20
* Fix some Forbidden APIs errorsNick Burch2015-09-0111-21/+34
* Fix some Forbidden APIs errorsNick Burch2015-09-0110-21/+31
* Fix some Forbidden APIs errorsNick Burch2015-09-0115-29/+44
* Fix some Forbidden APIs errorsNick Burch2015-09-016-13/+28
* Fix some Forbidden APIs errorsNick Burch2015-09-0112-16/+28
* forbidden apis fixesAndreas Beeker2015-08-295-72/+88
* forbidden apis fixesAndreas Beeker2015-08-293-7/+12
* ignore IntelliJ project filesAndreas Beeker2015-08-290-0/+0
* fixed a few forbidden api callsAndreas Beeker2015-08-291-18/+14
* junit4 fixAndreas Beeker2015-08-291-13/+12
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-2923-677/+511
* sonar - remove build dir when cleaningAndreas Beeker2015-08-291-0/+4
* Fix a handful of forbidden apis identified problemsNick Burch2015-08-273-10/+16
* Enable the Forbidden APIs checks on Main, Scratchpad and OOXML. Run with "ant...Nick Burch2015-08-271-1/+21
* Update RAT docs, and fetch the Forbidden APIs jarNick Burch2015-08-271-5/+10
* Stub a call to the Forbidden APIs checkNick Burch2015-08-271-2/+10
* Sonar Maven: Next try: Disable Subversion to see if we get results then.Dominik Stadler2015-08-271-0/+3
* Sonar Maven: Revert previous changes as they also did not work, it seems ther...Dominik Stadler2015-08-275-27/+1
* Adjust excludes for TestRecordListerDominik Stadler2015-08-272-1/+10
* javadoc fixAndreas Beeker2015-08-261-2/+2
* Fix for JDK6 bug: http://bugs.java.com/view_bug.do?bug_id=6569074Andreas Beeker2015-08-2620-21/+21
* Add possibility to set zoomPercent for XWPFDocumentDominik Stadler2015-08-263-3/+49
* Next try for Sonar Maven build: Specify the src-pathes in the various pom.xml...Dominik Stadler2015-08-256-4/+28
* Adjust excludes after adjusting multiple HeaderFooterRecord instancesDominik Stadler2015-08-251-1/+0
* Refactor BaseXLSIteratingTest into a Parameterized test to better show which ...Dominik Stadler2015-08-257-128/+112