Gintas Grigelionis
|
03bb68d6ba
|
Deprecate StringUtils.LINE_SEP
|
7 years ago |
Gintas Grigelionis
|
73bda1fb17
|
Use isEmpty() in tasks
|
7 years ago |
Gintas Grigelionis
|
30f52135af
|
Use null-or-empty pattern
|
7 years ago |
Gintas Grigelionis
|
3af9a7305a
|
Tidy up the code
|
7 years ago |
Gintas Grigelionis
|
9a8a441655
|
Simplify logic
|
7 years ago |
Gintas Grigelionis
|
92f18cff48
|
Use String.contains()
|
7 years ago |
Gintas Grigelionis
|
1c80d507f4
|
Use foreach loops
|
7 years ago |
Jaikiran Pai
|
2e78884913
|
Undo Java 8 refactoring changes of clone() method signature (relates to commit b7d1e9bde4)
|
7 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
|
ee47fa6e1a
|
whitespace
|
8 years ago |
Matt Benson
|
b7d1e9bde4
|
java 5-8
|
8 years ago |
Stefan Bodewig
|
af74d1f6b8
|
reduce GC pressure by replacing File(In|Out)putStream
|
8 years ago |
Stefan Bodewig
|
45152b5208
|
Sonar meets backwards compatibility requirements
|
9 years ago |
Stefan Bodewig
|
144fc493a9
|
objects created for side effects only
|
9 years ago |
Stefan Bodewig
|
77c681c5be
|
fix possible null dereferences
|
9 years ago |
Stefan Bodewig
|
a8d6367ddc
|
remove re-implementations of FileUtils.close()
|
9 years ago |
Stefan Bodewig
|
df33426bf2
|
whitespace
|
11 years ago |
Jan Matèrne
|
13f6d98c9d
|
make it compile under Java5 (1.5.0_22-b03)
|
11 years ago |
Jan Matèrne
|
1b76f1b6da
|
checkstyle
|
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
|
11 years ago |
Stefan Bodewig
|
d3f98c2b74
|
Javadoc.postProcessGeneratedJavadocs() fails for Classes that extend Javadoc - PR 56047
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1560253 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
Stefan Bodewig
|
8128522925
|
failOnWarning attribute for javadoc. Patch by Tim Boemker. PR 55015
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555938 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
39734fdcec
|
NPE in javadoc when no destdir is specified. PR 55949
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555019 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
ec877a5787
|
javadoc post-process should be skipped when no javadocs have been created
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1536161 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Jesse N. Glick
|
13000c1a46
|
sconnolly advises using TODO rather than XXX in comments.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1504315 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
6a1e5bf81d
|
More robust handling of line-feeds - in particular make it work on Windows - thanks Uwe!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1496104 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
7bc745a289
|
post-process generated javadocs as workaround for CVE-2013-1571 - based on Maven patch by Uwe Schindler - PR 55132
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1496083 13f79535-47bb-0310-9956-ffa450edef68
|
12 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 |
Jacobus Martinus Kruithof
|
6b7bc9e535
|
Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation
-- api --
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342897 13f79535-47bb-0310-9956-ffa450edef68
|
13 years ago |
Jesse N. Glick
|
ea33301047
|
#52829: ResourceCollection now Iterable<Resource>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1326760 13f79535-47bb-0310-9956-ffa450edef68
|
13 years ago |
Jesse N. Glick
|
c28ec7da7a
|
#52740: safer stream closing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1294345 13f79535-47bb-0310-9956-ffa450edef68
|
13 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
|
15 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
|
15 years ago |
Stefan Bodewig
|
b71fd5ddcb
|
provide project instance to internally created types
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@821845 13f79535-47bb-0310-9956-ffa450edef68
|
16 years ago |
Stefan Bodewig
|
f62d563414
|
PrintWriter hides exceptions, avoid it
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@793462 13f79535-47bb-0310-9956-ffa450edef68
|
16 years ago |
Stefan Bodewig
|
f1a903928b
|
Add attributes for javadoc's -docfilessubdirs and -excludedocfilessubdir CLI args. PR 34455
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@720156 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
a68bd22533
|
remove non-1.4 stuff from javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@720143 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
edb0dd9582
|
use adapter instead of instanceof checks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@718387 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
5f81fd8011
|
javadoc fails if bottom/gead contain line breaks. PR 43342. Based on patch by Robert Streich.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703516 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
8bf76a6d54
|
space is not the only whitespace that could show up. bottom/head are free-form HTML with line breaks, tabs and all that.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703493 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
eaf2df67d3
|
whitespave
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687362 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
a9831bdcaf
|
Add a new attribute to javadoc to allow URLs for location of offline links. PR 28881.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687360 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Matthew Jason Benson
|
00829ad00c
|
[43348] Use FileProvider interface
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@668724 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Jacobus Martinus Kruithof
|
94dd480d07
|
request from cactus team, backward incompatible change in FileUtils made backward compatible
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@608939 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Peter Reilly
|
30ed25c7c7
|
make huge method in a number of methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@566724 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Peter Reilly
|
7719d03ac2
|
Bugzilla 41268: rollback 32927
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@491717 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Jesse N. Glick
|
6672d9d6c7
|
#41264: In Ant 1.7.0, <fileset> in <javadoc> does not by default include
only **/*.java as the documentation claims and earlier revisions did.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@491150 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Peter Reilly
|
b8a4ef4f91
|
Bugzilla 40900, docletpath attribute of javadoc ignored
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471909 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |