208 Commits (03bb68d6baa2323424aaaae932c6278d1c246de3)

Author SHA1 Message Date
  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 11 years ago
  Stefan Bodewig d3f98c2b74 Javadoc.postProcessGeneratedJavadocs() fails for Classes that extend Javadoc - PR 56047 11 years ago
  Stefan Bodewig 8128522925 failOnWarning attribute for javadoc. Patch by Tim Boemker. PR 55015 12 years ago
  Stefan Bodewig 39734fdcec NPE in javadoc when no destdir is specified. PR 55949 12 years ago
  Stefan Bodewig ec877a5787 javadoc post-process should be skipped when no javadocs have been created 12 years ago
  Jesse N. Glick 13000c1a46 sconnolly advises using TODO rather than XXX in comments. 12 years ago
  Stefan Bodewig 6a1e5bf81d More robust handling of line-feeds - in particular make it work on Windows - thanks Uwe! 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 12 years ago
  Matthew Jason Benson da5f3bfd25 java 5, continued 13 years ago
  Jacobus Martinus Kruithof 6b7bc9e535 Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation 13 years ago
  Jesse N. Glick ea33301047 #52829: ResourceCollection now Iterable<Resource>. 13 years ago
  Jesse N. Glick c28ec7da7a #52740: safer stream closing. 13 years ago
  Stefan Bodewig 5f20b99140 microoptimizations. PR 50716 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 15 years ago
  Stefan Bodewig 70c93da9ae a few more O(n) lookups where O(1) would be possible - optional tasks not checked, yet 15 years ago
  Stefan Bodewig b71fd5ddcb provide project instance to internally created types 16 years ago
  Stefan Bodewig f62d563414 PrintWriter hides exceptions, avoid it 16 years ago
  Stefan Bodewig f1a903928b Add attributes for javadoc's -docfilessubdirs and -excludedocfilessubdir CLI args. PR 34455 17 years ago
  Stefan Bodewig a68bd22533 remove non-1.4 stuff from javadoc 17 years ago
  Stefan Bodewig edb0dd9582 use adapter instead of instanceof checks 17 years ago
  Stefan Bodewig 5f81fd8011 javadoc fails if bottom/gead contain line breaks. PR 43342. Based on patch by Robert Streich. 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. 17 years ago
  Stefan Bodewig eaf2df67d3 whitespave 17 years ago
  Stefan Bodewig a9831bdcaf Add a new attribute to javadoc to allow URLs for location of offline links. PR 28881. 17 years ago
  Matthew Jason Benson 00829ad00c [43348] Use FileProvider interface 17 years ago
  Jacobus Martinus Kruithof 94dd480d07 request from cactus team, backward incompatible change in FileUtils made backward compatible 18 years ago
  Peter Reilly 30ed25c7c7 make huge method in a number of methods 18 years ago
  Peter Reilly 7719d03ac2 Bugzilla 41268: rollback 32927 19 years ago
  Jesse N. Glick 6672d9d6c7 #41264: In Ant 1.7.0, <fileset> in <javadoc> does not by default include 19 years ago
  Peter Reilly b8a4ef4f91 Bugzilla 40900, docletpath attribute of javadoc ignored 19 years ago