Gintas Grigelionis
|
845c2c5b39
|
Avoid line.separator
|
8 years ago |
Gintas Grigelionis
|
3f90aeba03
|
Use diamonds
|
8 years ago |
Gintas Grigelionis
|
95495d57aa
|
Remove extraneous casts and (un)boxing, tersify logic
|
8 years ago |
Stefan Bodewig
|
8425ca927b
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
e50fdd719c
|
java 11's javac whines if @Deprecated Annotation is missing
|
8 years ago |
Gintas Grigelionis
|
7f1e7628b3
|
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
|
8 years ago |
Gintas Grigelionis
|
6656db28bb
|
Let’s use doclint
|
8 years ago |
Matt Benson
|
b7d1e9bde4
|
java 5-8
|
9 years ago |
Arcadius Ahouansou
|
198d7a2f44
|
[AA] Bugzilla Bug 60628: Change after code review by @janmaterne
|
9 years ago |
Stefan Bodewig
|
5e0632687f
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
18877234f2
|
accept generic exceptions because of backwards compatibility
|
9 years ago |
Stefan Bodewig
|
7aeadd7b0d
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
121043fe59
|
false positives
|
9 years ago |
Stefan Bodewig
|
4240500618
|
tabs and linefeeds
|
10 years ago |
Stefan Bodewig
|
eb4cd63850
|
and fix the array-based join method as well
|
10 years ago |
Stefan Bodewig
|
c03b8a506f
|
make StingUtils#join do what its tests expect
|
10 years ago |
Jan Matrne
|
75f1237400
|
StringUtils.join: new method
|
10 years ago |
Ville Skyttä
|
8a597546b8
|
PR 56749 Javadoc 1.8 fixes, submitted by Ville Skyttä
|
11 years ago |
Jan Matèrne
|
bf6026a147
|
organize imports
|
11 years ago |
Jesse N. Glick
|
aea016a70f
|
StringUtils.replace is obsolete.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1453133 13f79535-47bb-0310-9956-ffa450edef68
|
13 years ago |
Matthew Jason Benson
|
da5f3bfd25
|
java 5, continued
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1375571 13f79535-47bb-0310-9956-ffa450edef68
|
13 years ago |
Steve Loughran
|
f2453ec2ac
|
Bugzilla Report 48835 StringUtils.parseHumanSizes() should turn parse failures into BuildExceptions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1028755 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Peter Reilly
|
1ff87364e9
|
trailing ws
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@578729 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
2ed29da51a
|
* Test for removeSuffix()
* Test + Impl of removePrefix()
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577781 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
cb1bf4ef26
|
Factor removeSuffix() out.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577772 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Matthew Jason Benson
|
4b18adb729
|
refine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@549683 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Matthew Jason Benson
|
16bab4de70
|
allow parsed human sizes to be prefixed by +/-
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@513899 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Peter Reilly
|
3c64066ee7
|
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@487796 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Kevin Jackson
|
f8e6703fc8
|
-remove Java1.4 specific methods from parseHumanSizes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486465 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Kevin Jackson
|
6d39a0b71e
|
- add Human Readable file size 'parsing' method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486146 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Peter Reilly
|
5d029deab9
|
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@474079 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Peter Reilly
|
e6e70c16c1
|
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471560 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Matthew Jason Benson
|
6e2df44c94
|
Extract StringTokenizer and FileTokenizer from TokenFilter.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450610 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Stefan Bodewig
|
2e897819a8
|
copy2license.pl
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439418 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Stephane Bailliez
|
f358c00ade
|
Fix performance issue with StringBuffer.toString() on JDK 5.
PR: 37169
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327675 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
84c1b5f037
|
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278184 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Steve Loughran
|
1ebf25ab86
|
added a private constructor, to stop this being instantiated/subclassed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278183 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
c885f56836
|
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276208 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Antoine Levy-Lambert
|
278781dcd6
|
Copyright owner is The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276065 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Antoine Levy-Lambert
|
66555ca10d
|
Remove trailing spaces in all java files
in order to make checkstyle happy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276017 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Antoine Levy-Lambert
|
ca1513552f
|
Switch to Apache Software License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276010 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Conor MacNeill
|
410129735b
|
style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274851 13f79535-47bb-0310-9956-ffa450edef68
|
23 years ago |
Stefan Bodewig
|
1dc8a07905
|
Remove Jakarta Project from license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274040 13f79535-47bb-0310-9956-ffa450edef68
|
23 years ago |
Peter Donald
|
8f413c1208
|
Remove unused imports, remove glob imports, sort imports.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273169 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Conor MacNeill
|
03d0b81deb
|
Order of modifiers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272442 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Conor MacNeill
|
6154080061
|
More coding standard fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272433 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Stephane Bailliez
|
f82ca6ff2d
|
Added additional methods to deal with strings.
This is mostly to avoid the use of regexp for
simple tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270393 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Stephane Bailliez
|
e1e8891b13
|
Class the should provide a small set of helper
methods related to string manipulation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270148 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |