Dominik Stadler
|
eaa29ed9d1
|
Try to exclude some generated files from Sonar runs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588537 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-18 18:19:17 +00:00 |
Nick Burch
|
3c3e164a50
|
Rather than having lots of classes all create their own XML DocumentBuilderFactory instance, push that logic to a helper which sets all the right defaults
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587739 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-15 21:59:52 +00:00 |
Nick Burch
|
9cc498fa5c
|
More stax jar removal for Java 6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587631 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-15 16:29:05 +00:00 |
Nick Burch
|
5b2c90e406
|
Now that we require Java 1.6, we no longer need to include the STAX-API jar as JRE 1.6 has it build in
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587605 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-15 15:19:30 +00:00 |
Dominik Stadler
|
f821fc9a70
|
Fix some Eclipse warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1584544 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 07:26:53 +00:00 |
Dominik Stadler
|
420b328857
|
exclude new broken test-file for this test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1584543 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 07:26:24 +00:00 |
Nick Burch
|
d92e980bea
|
Add another test file for bug #47251, from Joe Yuan, and a disabled test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583825 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 23:27:05 +00:00 |
Dominik Stadler
|
e835b2c9fb
|
Fix two javadoc warnings reported in Jenkins build and add some @Overrides
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583598 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 10:40:13 +00:00 |
Dominik Stadler
|
0d1d0bf14a
|
Undo a toString() removal for a case where it is actually necessary.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583571 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 08:28:52 +00:00 |
Cédric Walter
|
a242fea697
|
performance issue: removed instantiation of new String object by copying an existing string.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583366 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 16:16:52 +00:00 |
Cédric Walter
|
b9a9ac8556
|
performance issue: call toString() on a String object. This is entirely redundant.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583358 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 16:01:39 +00:00 |
Cédric Walter
|
e684262ca6
|
performance issue logging calls are expensive because of the objects created when assembling the log messages. Using the check() method of the logging sub-system can prevent object creation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583357 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 15:54:52 +00:00 |
Nick Burch
|
60801c5017
|
Patch from bug #56328 from David North - the maximum row number in a formula depends on HSSF vs XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1582892 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 21:54:30 +00:00 |
Nick Burch
|
80de4916ad
|
Update Yegor's gpg key in the Keys file, with the latest version from the key servers (more signatures, correct expiry etc)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1582014 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 19:03:03 +00:00 |
Nick Burch
|
3e8ff0141a
|
Patch for #55594 from Paul Vonnahme - Fix SXSSF encodings on EBC
IDIC platforms, by setting the required encoding explicitly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1580314 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 20:48:58 +00:00 |
Nick Burch
|
db9ad3990d
|
Avoid an IndexOutOfBoundsException if there are no property nodes when searching for the start index, return -1 instead
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578929 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-18 14:40:27 +00:00 |
Nick Burch
|
f333bf18c8
|
Support adding tabs to a XWPFRun, and add unit tests on toString() for addTab and addCarriageReturn
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578921 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-18 14:26:28 +00:00 |
Nick Burch
|
59a0691ed3
|
Fix whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578915 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-18 14:17:36 +00:00 |
Nick Burch
|
b63080e7c4
|
Fix bug #56278 - Support loading .xlsx files with no Styles Table
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578518 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-17 19:02:21 +00:00 |
Dominik Stadler
|
b8c8567bc8
|
Bug 56195: replace System.err with propert logging
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578147 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-16 19:46:56 +00:00 |
Dominik Stadler
|
a952c56467
|
Exclude some generated classes from coverage measurements, now instruction coverage is at around 72%, also update JaCoCo to latest version 0.6.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1578146 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-16 19:46:46 +00:00 |
Dominik Stadler
|
ffc04f7630
|
Remove two files added inadvertedely
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577909 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 17:31:43 +00:00 |
Dominik Stadler
|
9ff53a46ba
|
Add missing test-file for bug 56169
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577908 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 17:31:25 +00:00 |
Dominik Stadler
|
cc51d8eeb6
|
Bug 56169: Fix NPE during export to XML with xs:all
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577907 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 17:29:17 +00:00 |
Dominik Stadler
|
847e64cf35
|
Bug 56114: Add testcase to verify that the flag is correctly stored in the XLS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577901 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 17:00:22 +00:00 |
Nick Burch
|
80caa1ddcf
|
When looking for text run related records after a TextHeaderAtom, provide a cleaner way to skip ones we don't care about, and a cleaner way to find the StyleTextPropAtom. Should fix #56260
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577803 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 08:16:43 +00:00 |
Nick Burch
|
6adffa0c03
|
Implement MasterTextPropAtom, which provides the indents for a run of text, needed for #56260
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577802 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 08:14:36 +00:00 |
Nick Burch
|
544d8bae08
|
#56260 Partial fix for a slide with a TextHeaderAtom but no other atoms related to it, which is followed by another TextHeaderAtom straight away
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577537 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 13:59:24 +00:00 |
Nick Burch
|
828ada2d62
|
Sample file for #56260, provided by Atlassian in CONF-18721
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577536 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 13:59:08 +00:00 |
Andreas Beeker
|
4d193220af
|
Bug 56075 - Add Change Tracking support to XWPF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577010 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-13 00:16:56 +00:00 |
Dominik Stadler
|
9f322d5543
|
Try one more way of excluding generated sources in the Maven pom.xml files for Sonar analysis
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1576063 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-10 19:35:25 +00:00 |
Nick Burch
|
668aa03483
|
Fix inconsistent whitespace, and add a close call in the main method to avoid a resource-leak warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575684 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-09 09:53:25 +00:00 |
Nick Burch
|
f22a576ce5
|
Patch from Shaun Kalley from bug #56023 - On CellReference, implement hashCode, fix the equals(Object) logic, and fix inconsistent whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575683 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-09 09:49:06 +00:00 |
Nick Burch
|
6d2060f100
|
Fix the inconsistent indents in the test file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575600 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 20:03:40 +00:00 |
Nick Burch
|
0cf3937949
|
Add more unit tests for XWPF Headers and Footers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575599 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 20:01:38 +00:00 |
Nick Burch
|
6bfca28c3d
|
When adding a new XPWFRun to a paragraph, update both the Runs and IRuns lists with it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575597 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 19:52:09 +00:00 |
Nick Burch
|
b02504396b
|
Add some javadocs for the XWPF Header/Footer creation methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575594 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 19:33:07 +00:00 |
Dominik Stadler
|
b9cd5ca769
|
Adjust for JDK 8 where an empty locale is added to the array returned by DateFormat.getAvailableLocales()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575563 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 16:46:59 +00:00 |
Dominik Stadler
|
71b2a63699
|
Fix Sonar issues about finalize() usage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575501 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 08:41:25 +00:00 |
Dominik Stadler
|
ef824470c5
|
Enhance test to print out more information, it seems to fail on Apache Jenkins JDK8 build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575500 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 08:41:08 +00:00 |
Dominik Stadler
|
2b3724132c
|
Adjust TestExtractorFactory to provide more output to see why it fails on Maven builds on nemo.sonarsource.org
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575497 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 08:22:03 +00:00 |
Andreas Beeker
|
ea67d54243
|
Added MD4-option and some cleanups
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574732 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 00:53:09 +00:00 |
Andreas Beeker
|
2589b5ad1e
|
disable font downloading, because of Jenkins connection (download) problems
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574226 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 22:23:29 +00:00 |
Nick Burch
|
0c38315f31
|
POI is now on JDK 1.6, so remove 1.5 workaround
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574049 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 11:57:44 +00:00 |
Dominik Stadler
|
8587fd1f3e
|
Try to set the Sonar-Exclusion property differently to see if that makes the exclusions work
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1573741 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 20:43:09 +00:00 |
Dominik Stadler
|
8bd9aa0930
|
Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572979 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 16:10:22 +00:00 |
Dominik Stadler
|
10d05f61b2
|
Try to improve Maven files for Sonar: Copy in (test)sources instead of linking to sources outside the sonar-directory which confuses Sonar, remove source-dir setting for ooxml-schema and ooxml-schema-encryption as both have generate sources and not actual ones, scratchpad is not needed for ooxml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572580 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 14:03:27 +00:00 |
Nick Burch
|
4f2f46c220
|
Report how long the CSV conversion took, helpful for a quick read performance test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572555 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 13:32:27 +00:00 |
Andreas Beeker
|
fd8ad223a7
|
Bug 56076 - Add document protection with password support to XWPF
Bug 56077 - Add password hash function to HWPF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570750 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 23:19:57 +00:00 |
Nick Burch
|
7767a2414e
|
Zero length code page fix has been committed, so this file can once again be included in the overall test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570390 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 23:37:20 +00:00 |