Gintas Grigelionis
867ebc271f
Use String.join()
7 years ago
Gintas Grigelionis
16d0f4d811
Use StandardCharsets
7 years ago
Gintas Grigelionis
1142263093
Avoid Collections.list().stream()
(for performance sake)
7 years ago
Gintas Grigelionis
070c3bc86f
Deprecate CollectionUtils and Enumerations;
reduce explicit use of Enumeration
7 years ago
Gintas Grigelionis
dccbf1fcec
Checkstyle and simplify, next iteration
8 years ago
Gintas Grigelionis
3f90aeba03
Use diamonds
8 years ago
Jaikiran Pai
2e78884913
Undo Java 8 refactoring changes of clone() method signature (relates to commit b7d1e9bde4)
8 years ago
Gintas Grigelionis
6656db28bb
Let’s use doclint
8 years ago
Matt Benson
b7d1e9bde4
java 5-8
9 years ago
Stefan Bodewig
f74ca52299
false positives and trivial fixes
9 years ago
Stefan Bodewig
df33426bf2
whitespace
11 years ago
Jan Matèrne
1b76f1b6da
checkstyle
11 years ago
Jan Matèrne
bf6026a147
organize imports
11 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
Stefan Bodewig
c767541c7d
As Jesse points out, equalsIgnoreCase is not locale-sensitive
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@911324 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
58f0bb04db
if user input is compared to fixed strings in a case insensitive manner we should use the default locale. Use Locale.ENGLISH consistently
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910955 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
e310776b9d
embrace Java 1.4 and use LinkedHashMap instead of a Hashtable and a separate index to keep insert order
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910874 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
70c93da9ae
a few more O(n) lookups where O(1) would be possible - optional tasks not checked, yet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910832 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
77024a43a2
allow Class-Path attributes to be merged and optionally be flattened. PR 39655
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@806174 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
0d2218167b
fall back to java.vm.version if java.runtime.version cannot be found
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@802486 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
9a03f04312
oops, didn't mean to replace the vendor property
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801248 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
9ca903fd41
Use java.runtime.version instead of java.vm.version in Created-By manifest attribute. Submitted by Gilbert Rebhan. PR 47632
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801246 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jacobus Martinus Kruithof
a664a97520
Changes after static code analysis.
Code changed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526542 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
f79a46b2d4
checkstyle + align hashCode with equals
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471287 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
f58d3967f0
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470130 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
Jacobus Martinus Kruithof
176b11946b
manifest issues
br: 37548
Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)
But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes
long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else
it will be shorter than 72 bytes including eol.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420638 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
ead9482eb3
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415899 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
cf36820272
Closing some streams in Manifest, patch kindly provided by John Sisson.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@414940 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
176d949191
Removing unused imports.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@357509 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
8adb2a3630
can't ignore the deprecation warnings, can we?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348756 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
ae7df7b769
spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348511 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
cf31053813
javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277926 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
1296855c2f
update to java1.5 docs, to show we are still 100% correct.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277749 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
c8d28da5f8
Manifest task logs warnings: PR32190
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277015 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
b89f7f04e6
Add warning for multiple classpaths
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275331 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
d66074dfdd
next set of typo corrections by Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275240 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
bdf630adb9
Make sure continuations of multi valued attributes (Class-Path) are
added to the correct instance
PR: 22816
Submitted by: Dan Douglas
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275187 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
0a1f397f17
Correct case of Class-Path attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274878 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
24eb5693d6
Coding conventions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274859 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
3a35c7d914
style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274858 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3341571e8e
Don't merge Class-Path attributes, deal with them like with any other
attribute - except that they may occur several times, that is.
PR: 21170
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274780 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
e580392c2d
More cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274776 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
24436a1c92
Remove email address from sources
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274203 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
48c52efebd
Manifests should remain in UTF-8, not the platform encoding.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274113 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