Commit graph

113 commits

Author SHA1 Message Date
221f6b7792 Normalize Exception methods. 2014-11-11 07:04:17 +01:00
2876cb65b9 Normalize @author. 2014-11-09 17:20:49 +01:00
282e396ac0 Normalized field keyword order. Clean some headers. 2014-11-09 16:24:19 +01:00
02bf02dc78 Fix license header in file of code. Add license header in test files. 2014-11-09 08:19:27 +01:00
39963f9bf1 Change constructor from String[] to String... and add tests. 2014-08-13 18:12:03 +02:00
cfbe396c23 Normalize method comments. 2014-06-08 19:40:58 +02:00
b05606df83 Improve performance of tag content read in XMLReader.readTag method. 2014-06-08 19:25:05 +02:00
cdddc5e435 Fix infinite loop on readTag when END_DOCUMENT is missing. 2014-06-08 18:59:27 +02:00
48d383cedc Fix toString(XMLTag) method. 2014-06-08 17:51:51 +02:00
c63b0923aa Add ToolBox.matchesAny method. 2014-06-08 16:39:02 +02:00
23516c108a Improve toString performance. 2014-06-08 16:37:30 +02:00
195aa4d8f8 Add StringSet class. Improve StringList. 2014-06-03 18:49:02 +02:00
e66b522fae Add collator for sorting. 2014-05-26 01:43:30 +02:00
dcee88841e Fix ConcurrentModificationException in RSSCache. Add test. 2014-05-14 00:08:45 +02:00
2e85a0cee8 Add comment. Add test. 2014-02-23 10:38:36 +01:00
5961bc7099 Normalize copyright header. 2014-02-04 18:28:48 +01:00
ab1a21d898 Add getFirst, getLast, repeatLast methods. 2014-02-02 19:03:13 +01:00
b8ed6841c8 Add removeExtension method. 2013-11-28 04:54:07 +01:00
8ecd4c57cd Add getExtension method with String parameter. 2013-10-29 15:17:20 +01:00
323dc51496 Add readNullableStartTag method. 2013-10-19 22:55:29 +02:00
9cb481cf17 Add methods to FileTools. 2013-10-08 23:52:19 +02:00
44d2565826 Rename tool method. 2013-10-04 15:29:34 +02:00
433e0b4078 Improve code design. 2013-09-30 16:34:35 +02:00
438bf2e618 Add clone method and clone constructor (no issue about deep or shallow
copy because StringList is an array of immutable objects.
2013-09-24 00:42:47 +02:00
b2c058caf3 Add RSS classes. 2013-09-17 16:27:48 +02:00
e95ac44980 Fix substring issue. 2013-09-17 06:07:28 +02:00
ce061193b3 Fix constructor visibility. 2013-09-15 00:27:29 +02:00
304c354d2c Improve StringListWriter constructor. 2013-09-15 00:26:23 +02:00
397a34b5f0 Set private internal methods. 2013-09-14 17:44:51 +02:00
54dfaff72d Add normalized method. 2013-09-11 15:46:06 +02:00
b524d8bf26 Improve XML writers. 2013-09-11 12:00:09 +02:00
dd739bb532 Improve method signature. 2013-09-11 02:27:07 +02:00
fd327f01d7 Improve naming. 2013-09-10 18:08:18 +02:00
984a96da07 Fix write issue. 2013-09-09 00:58:32 +02:00
6ed1e3b20b Add escape methods. 2013-09-09 00:57:35 +02:00
6d7db8b7ef Indent. 2013-09-09 00:57:10 +02:00
19bc64bedc Indent. 2013-09-09 00:56:48 +02:00
87c1e97616 Fix generator settings in XMLZipWriter. 2013-09-03 12:15:13 +02:00
b4a46b0b42 Normalize parameter name. 2013-09-01 23:44:16 +02:00
c0b41a43ea Split code. 2013-08-23 02:58:41 +02:00
b85fa4a937 Fix comment. 2013-08-12 15:18:06 +02:00
18fb286df9 Improve method file tools organization. 2013-08-12 15:16:39 +02:00
7372c65677 Add simple load methods. 2013-08-12 14:34:56 +02:00
620399fd97 Set StringList as CharSequence. Add StringList tests. 2013-08-12 14:28:56 +02:00
587de36df6 Fix method name. 2013-08-12 11:39:24 +02:00
c4777e50b1 Fix length evaluation with the last line separator. 2013-08-02 17:22:54 +02:00
0a0f6cd746 Add loadToStringBuffer methods. 2013-08-02 17:21:07 +02:00
931d5f8bb4 Add load file to String methods. 2013-08-01 00:34:09 +02:00
bac4d079c6 Set Digester deprecated. 2013-07-22 11:57:37 +02:00
ccff14d17b Remove removeAll method. 2013-07-19 12:37:20 +02:00