twogee
ae0c87be2b
Class.newInstance() is deprecated in Java 9+
5 years ago
jkf
3a4980e3c4
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
6 years ago
Gintas Grigelionis
551cb55e32
Revert last 5 commits
7 years ago
Gintas Grigelionis
2b699eb695
SonarQube: nested if’s is a major code smell
7 years ago
Gintas Grigelionis
58e7645a97
Useless casts
7 years ago
Gintas Grigelionis
5f4c43ddc3
Checkstyle/spelling
8 years ago
Gintas Grigelionis
c3b91f90f0
More isEmpty()
8 years ago
Gintas Grigelionis
30f52135af
Use null-or-empty pattern
8 years ago
Gintas Grigelionis
fe29fce36e
Java 8: computeIfAbsent/withInitial
8 years ago
Gintas Grigelionis
3af9a7305a
Tidy up the code
8 years ago
Gintas Grigelionis
22b69b9273
Squash catch
8 years ago
Gintas Grigelionis
28e51503e3
Simplify and tidy up
8 years ago
Gintas Grigelionis
95495d57aa
Remove extraneous casts and (un)boxing, tersify logic
8 years ago
Gintas Grigelionis
1c80d507f4
Use foreach loops
8 years ago
Gintas Grigelionis
b4243b9300
Shorten fully qualified names and other small fixes
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
Stefan Bodewig
9b123a8360
whitespace
8 years ago
Dave Brosius
c5728b3120
allow for java.nio.file.Path based target attributes
9 years ago
Matt Benson
b7d1e9bde4
java 5-8
9 years ago
Stefan Bodewig
85ff7bf694
whitespace
9 years ago
Stefan Bodewig
77c681c5be
fix possible null dereferences
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
Jan Materne
bed22b00f7
JavaDoc fixes (for Java8 doclint) - first bunch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1586262 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
6ef5a1f1b5
synchronize access to helpers cache - PR 37501
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554405 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Matthew Jason Benson
3d706ab818
java 5 updates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1375137 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Nicolas Lalevee
e5f3393251
Allow Object to be injected as attribute of tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1367303 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Jesse N. Glick
ec8453fec5
FindBugs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1148910 13f79535-47bb-0310-9956-ffa450edef68
14 years ago
Stefan Bodewig
5f20b99140
microoptimizations. PR 50716
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1066963 13f79535-47bb-0310-9956-ffa450edef68
15 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
7984fd2400
special handling of IllegalArgumentExceptions in attribute setters for better error messages. PR 47129
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@772606 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
28447bc7c0
allow TaskContainer and DynamicElement(NS) to coexist. Hijacked PR 41647 for this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@708204 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
8f488f0872
make tasks with add(Foo) method play nice with TaskContainer. PR 41647.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@707398 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Scokart Gilles
6aa8785e32
Fix possible raise condition when modifying/reading restrictedDefinitions (missing from previous checkin)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688725 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Scokart Gilles
502a6bcbf7
add some final keyword to immutable things
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687832 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
59c41d005e
resources/fileproviders
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677347 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
0137cd8b64
ws/sp
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673435 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
3426002af9
add a method to see if a nested element is supported via reflection
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@573642 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
f4ee8dcc26
Allow reflection on setX(Object x) to be an xml attribute
Normally x will be of String type, however with the new
PropertyHelper, x may be of other types.
x="${el:path.main}" for example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568096 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
eefee2f267
make a big method a little smaller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567600 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
073153dd37
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@565104 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
424bee292b
checkstyle: remove trailing ws
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@564891 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
31deeb9809
adding componentdef code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@564787 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
2276012218
checkstyle changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@558071 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
df97bfdc2b
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557216 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
1e599c6651
BZ 42736: PropertyHelper API changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@554394 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
939a6bbf2f
fmting/max line length, remove unnecessary Java 1.2 compatibility, some unnecessary elses
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@549681 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
ee2779b5b9
Very delicate changes to Introspection helper
1. warnings in the javadocs about how sensitive the file is
2. factoring out of the code to handle InvocationTargetExeptions
3. some more javadocs
4. some IDE-hinted warnings about static classes, access modifiers on abstract/private class constructors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@531486 13f79535-47bb-0310-9956-ffa450edef68
19 years ago