Go to file
Dominik Stadler aec95a4491 Function PROPER: Don't use a regular expression syntax that is not available on Android. Actually the use of regular expression in this case was overkill, slow and even incorrect in corner cases, the function can be done without regex easily and runs a bit faster anyway (microBench is down from 4sec to 2s)
Also added a unit-test to ensure the behavior stays the same (except in cases where it needed fixing, e.g. some toUppercase() leads to more than one character which was handled incorrectly)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752779 13f79535-47bb-0310-9956-ffa450edef68
2016-07-15 06:32:45 +00:00
.settings Don't warn about unknown @SupressWarnings() in Eclipse 2015-09-03 13:44:10 +00:00
legal use https URL 2016-04-18 18:22:06 +00:00
maven Update curvesapi to 1.04 2016-05-30 19:21:49 +00:00
osgi Little bit more OSGi, not yet working #57857 2015-04-25 02:18:06 +00:00
sonar prepare for 3.15-beta3 2016-06-25 16:53:05 +00:00
src Function PROPER: Don't use a regular expression syntax that is not available on Android. Actually the use of regular expression in this case was overkill, slow and even incorrect in corner cases, the function can be done without regex easily and runs a bit faster anyway (microBench is down from 4sec to 2s) 2016-07-15 06:32:45 +00:00
test-data bug 59858: add disabled unit test for bug 59858; file from Brooke 2016-07-15 05:28:29 +00:00
.classpath Update curvesapi to 1.04 2016-05-30 19:21:49 +00:00
.project revert accidental commit 2016-06-15 03:28:11 +00:00
build.xml bug 59784: replace 'signed' with 'signature (.asc)'; patch from Sebb 2016-07-05 20:59:28 +00:00
doap_POI.rdf update doap to poi 3.14 2016-03-07 01:53:47 +00:00
KEYS New PGP key for David North 2015-12-04 17:03:49 +00:00
patch.xml fix regular expression example 2016-07-08 11:42:01 +00:00