Henri Yandell
|
dff12292a0
|
Updating javadoc to note new '/' difference between Java and JavaScript (LANG-421)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@795594 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-19 19:04:30 +00:00 |
Henri Yandell
|
0bfa6b451e
|
Adding unit test to show the problem reported in LANG-339 - namely that Chinese, Japanese etc characters are escaped. Furthermore the test notes that they are not subsequently unescaped; which means a lack of symmetry.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@795593 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-19 18:41:14 +00:00 |
Henri Yandell
|
0331f1e5b6
|
1.1->2.4 now in the changes report (LANG-484)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@795482 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-19 06:44:37 +00:00 |
Henri Yandell
|
489cc2fd6f
|
Applying Ivan Bilenjkij's patch from LANG-513, improving the generics of the getEnumMap method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@792051 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-08 06:45:02 +00:00 |
Henri Yandell
|
8f9a5889e0
|
Updating comment to explain why a public constructor exists
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@792050 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-08 06:35:53 +00:00 |
Henri Yandell
|
2a7a320d63
|
synchronized removed from availableLocaleSet per LANG-488
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@792049 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-08 06:30:04 +00:00 |
Henri Yandell
|
a4325e5559
|
Moving availableLocaleSet and availableLocaleList to both lazily initialize in a separate synchronized method. This brings the two pieces of code into line with each other, allows availableLocaleSet() to be unsynchronized as desired in LANG-488 and removes the static initialization of availableLocaleList() as requested in LANG-511
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@791726 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-07 07:10:02 +00:00 |
Henri Yandell
|
76555b1480
|
Deprecating StringEscapeUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@791721 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-07 06:56:22 +00:00 |
Henri Yandell
|
ee930ccac2
|
Splitting out the \b \n \t \f \r Java ctrl chars as their own translator to help with the request in LANG-498
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@789589 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-30 07:04:06 +00:00 |
Henri Yandell
|
9d917f24ce
|
Making the EntityArrays class public by cloning the arrays when they are accessed. API might need a sanity check as this is the old Entities stuff. Also changing the arrays to be private and the rest of the code to use the cloning methods. This does add performance overhead, but I think it'll be negligible and better to practice safe coding. Part of LANG-505
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@789584 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-30 06:47:18 +00:00 |
Henri Yandell
|
5ead3906e2
|
Moving a few of the StringUtils methods over to accepting CharSequence instead of String as part of LANG-510
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@789575 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-30 06:34:01 +00:00 |
Henri Yandell
|
b395162258
|
Applying Vincent Ricard's patch in LANG-471 (reported by Ivica Mikic) adding isAllUpperCase and isAllLowerCase to StringUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@789573 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-30 06:24:20 +00:00 |
Henri Yandell
|
697cb0fc1a
|
Performance improvement. Switching from looping through a doubled array to using a Map. This probably costs more for simple cases like Java/EcmaScript/Xml, but makes up for it in the Html case. This gets performance of the testUnescapeHexCharsHtml method back down to near the same region as the original code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@789567 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-30 05:47:39 +00:00 |
Henri Yandell
|
df0d0cc96a
|
Adding a simple unit test for text translate. More needed, though StringEscapeUtils does do a good job of hitting a high level of coverage for these classes already. It's easier to debug when you have tighter testing.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@789566 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-30 05:46:08 +00:00 |
Henri Yandell
|
78d29f75f9
|
Added todo note
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@789561 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-30 05:09:01 +00:00 |
Henri Yandell
|
690b8e9ab6
|
Adding changes report and filling out v1.0.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788564 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-26 03:42:27 +00:00 |
Henri Yandell
|
f3ac86a292
|
Applying patch from LANG-461 from Vincent Ricard to add toByte and toShort methods to NumberUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788276 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 07:09:30 +00:00 |
Henri Yandell
|
275f3fa088
|
Refactoring to avoid code duplication - LANG-458
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788275 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 06:58:11 +00:00 |
Henri Yandell
|
47cd2e5536
|
Generifying the general Mutable, and the underlying MutableObject. This then allows for typed checking of a MutableBigDecimal for example as per LANG-276
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788263 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 05:25:23 +00:00 |
Henri Yandell
|
171fa698d3
|
Removing unnecessary Escape*AsciiAsUnicode classes. UnicodeEscaper now handles the range concept directly and the ctrl character lookup table is now a direct LookupTranslator defined in EscapeUtils. cf LANG-505
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788259 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 05:00:39 +00:00 |
Henri Yandell
|
bda5d16000
|
Fixing bug in below/above implementations found while implementing NumericEntityEscaper
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788257 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 04:57:19 +00:00 |
Henri Yandell
|
b4bdbdfe9c
|
Replacing the NonAsciiAsNumericEntity class with a more generic NumericEntityEscaper. cf LANG-505
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788256 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 04:56:18 +00:00 |
Henri Yandell
|
f8a77fc872
|
Adding some todo notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788255 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 04:54:48 +00:00 |
Henri Yandell
|
05107d6474
|
Indentation fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788254 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 04:52:32 +00:00 |
Henri Yandell
|
cec3b9ff20
|
Updating ESCAPE_JAVA to use the new .with() approach and to fold the two unicode escape methods into one.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788245 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 03:55:18 +00:00 |
Henri Yandell
|
b9ab7659bc
|
Rather than writing specific translators to handle unicode between different ranges, UnicodeEscaper now supports a range filter. cf LANG-505
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788244 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 03:54:43 +00:00 |
Henri Yandell
|
a11f380774
|
Adding a method to chain translators together. I've gone back and forth on the name, currently with() is my preference. So you could say: BASIC_XML.with(HTML4_ENTITIES). cf LANG-505
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@788243 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-25 03:54:03 +00:00 |
Henri Yandell
|
a027b12acf
|
Adding escapeXxx(String) and unescapeXxx(String) methods to EscapeUtils + UnescapeUtils, and changing StringEscapeUtils to use them. LANG-505
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787903 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-24 04:41:51 +00:00 |
Henri Yandell
|
adfc17682b
|
Removing Ant build system. Already out of date, and broken with the suites gone
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787897 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-24 04:04:15 +00:00 |
Henri Yandell
|
c159ace15b
|
Removing Suite classes per agreement on mailing list back in March
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787896 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-24 04:03:36 +00:00 |
Henri Yandell
|
c5ef7421d9
|
Removing IntHashMap. Without Entities it's not needed.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787895 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-24 04:01:35 +00:00 |
Henri Yandell
|
8a57de11ee
|
Updating the @since as I don't expect a 2.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787893 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-24 03:59:23 +00:00 |
Henri Yandell
|
c404121979
|
Committing a rewrite of StringEscapeUtils guts - LANG-505. Entities.java can now go away. Most of the code is in the new text.translate package. More work is needed, including what to actually define as 'ESCAPE_XML' etc, but it's now easy for someone to look at the source to EscapeUtils and UnescapeUtils and put their own ESCAPE_XML variable together, and with lots of reuse value.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787560 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-23 06:15:50 +00:00 |
Henri Yandell
|
00f699c160
|
Improving pom by making targetJdk for PMD use the variable. Thanks for the suggesiton Sebb
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787543 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-23 04:55:46 +00:00 |
Henri Yandell
|
bc1104da49
|
Removing escapeSql per LANG-493
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@786942 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-21 05:35:04 +00:00 |
Sebastian Bazley
|
1645f246d3
|
Re-Fix DOAP tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@779542 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-28 10:24:26 +00:00 |
Sebastian Bazley
|
fbedcd5054
|
Fix DOAP tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@779524 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-28 10:05:29 +00:00 |
Henri Yandell
|
9209200145
|
Moving isEmpty to generics as per LANG-504
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775797 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-18 03:15:33 +00:00 |
Henri Yandell
|
010401200c
|
Adding Hendrik Maryns as a contributor given all the work he did on Generics. Thanks again Hendrik
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775436 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 08:45:23 +00:00 |
Henri Yandell
|
62e3300e4f
|
Letting PMD know we're on 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775434 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 08:36:51 +00:00 |
Henri Yandell
|
f38cdfbf8c
|
Cloning the output from getExcludeFieldNames, adjusting the code to use the attribute directly so it doesn't pay the clone() cost every time and changing the attribute from private to protected to let subclasses retain the ability to modify the field names (if that is why a getExcludeFieldNames method existed). Document in LANG-489
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775432 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 08:26:07 +00:00 |
Henri Yandell
|
58178ddfd8
|
Started cloning the input character array. Record in LANG-489 for migration guide.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775429 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 08:18:46 +00:00 |
Henri Yandell
|
0d231cb285
|
Commented out unused field
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775428 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 08:17:21 +00:00 |
Henri Yandell
|
cbc1dc8c5a
|
Hooking up findbugs exclude file and updating the exception cases
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775427 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 08:16:29 +00:00 |
Henri Yandell
|
226801cebc
|
Removing unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775425 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 07:27:40 +00:00 |
Henri Yandell
|
5e4deef918
|
Couple more reports - CPD and JavaNCSS because... why not?
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775422 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 07:06:17 +00:00 |
Henri Yandell
|
373624c4f0
|
Removing unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775420 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 06:32:52 +00:00 |
Henri Yandell
|
bb7775388f
|
Fixing javadoc, unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775411 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 03:46:27 +00:00 |
Henri Yandell
|
e9b32bccfa
|
Fixing javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775410 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-16 03:44:06 +00:00 |
Henri Yandell
|
7c7fea8957
|
Commiting my variant patch from LANG-336 to Henrik Maryn's genericizing code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775048 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-15 07:34:17 +00:00 |