summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/ReplaceRegExp.java
Commit message (Expand)AuthorAgeFilesLines
* Use null-or-empty patternGintas Grigelionis2018-04-061-1/+1
* Chop extraneous parenthesesGintas Grigelionis2018-04-061-1/+1
* Let’s use doclintGintas Grigelionis2017-12-101-8/+16
* java 5-8java8Matt Benson2017-04-131-30/+16
* reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-121-4/+3
* embrace AutoCloseableStefan Bodewig2016-03-281-13/+8
* whitespaceStefan Bodewig2014-07-121-1/+1
* checkstyleJan Matèrne2014-07-041-3/+4
* organize importsJan Matèrne2014-07-031-2/+2
* JavaDoc fixes (for Java8 doclint) - first bunchJan Materne2014-04-101-3/+5
* small refactoringStefan Bodewig2014-03-141-30/+13
* no need to buffer anything when all we perform are bulk operationsStefan Bodewig2014-03-141-21/+22
* whitespace onlyStefan Bodewig2014-03-141-80/+80
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-1/+1
* #52829: ResourceCollection now Iterable<Resource>.Jesse N. Glick2012-04-161-2/+2
* Refined fix of #52743 to close output stream before renaming temp file.Jesse N. Glick2012-03-051-8/+8
* #52743: stream leak.Jesse N. Glick2012-02-281-25/+16
* fix a bunch of warnings you get when building on Harmony which uses Eclipse's...Stefan Bodewig2010-11-221-1/+0
* merge redundant codeStefan Bodewig2010-08-171-17/+2
* flush will be called in any case, make this more explicitStefan Bodewig2010-02-011-2/+2
* a few more places where FileUtils.close can be used + a few places where a Bu...Stefan Bodewig2010-02-011-1/+3
* More cleanup of pre-1.4 code and docs.Jesse N. Glick2009-08-261-4/+4
* Some miscellaneous updates given that JDK 1.4 can be assumed.Jesse N. Glick2009-08-261-5/+5
* PrintWriter hides exceptions, avoid itStefan Bodewig2009-07-131-12/+10
* add a preservelastmodified attribute to replace and replaceregexp. PR 39002.Stefan Bodewig2008-12-051-0/+15
* Add resource collection support to replaceregexp. PR 46341.Stefan Bodewig2008-12-041-16/+29
* don't swallow original exception. PR 34633.Stefan Bodewig2008-10-091-1/+1
* request from cactus team, backward incompatible change in FileUtils made back...Jacobus Martinus Kruithof2008-01-041-2/+1
* revert readfully change, add in safeReadFullyPeter Reilly2007-09-031-4/+1
* checkstylePeter Reilly2006-11-051-1/+1
* copy2license.plStefan Bodewig2006-09-011-5/+6
* indicated when methods/classes became deprecated, as to give us the possibili...Jacobus Martinus Kruithof2006-04-211-2/+3
* Fileutils closingSteve Loughran2005-02-131-15/+2
* Make use of FileUtils in a uniform way via the getFileUtils method and a stat...Jacobus Martinus Kruithof2005-01-061-4/+4
* Various checkstyle violationsStefan Bodewig2004-11-221-1/+1
* More Jikes warningsStefan Bodewig2004-11-151-1/+1
* remove authors from filesPeter Reilly2004-03-091-1/+0
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* stylecheck changesPeter Reilly2003-12-191-4/+30
* Add a setbyline(boolean) as well as a setbyline(String) to replaceregexpPeter Reilly2003-12-191-0/+12
* More robust cleanup of temporary files, PR 17512Stefan Bodewig2003-10-141-0/+1
* Use encoding for output as wellStefan Bodewig2003-10-091-2/+7
* More diagnostics. Because some of us never get regexps right first timeSteve Loughran2003-10-031-0/+4
* Spelling fixes.Antoine Levy-Lambert2003-09-171-3/+3
* Avoid altering unnecessarily the timestamps of the directories of theAntoine Levy-Lambert2003-08-211-2/+1
* Coding conventionsConor MacNeill2003-07-191-1/+2
* Coding conventionsConor MacNeill2003-07-181-12/+18
* styleConor MacNeill2003-07-171-2/+1