summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/Mapper.java
Commit message (Expand)AuthorAgeFilesLines
* Unnecessary boxing/conversiontwogee2021-07-181-1/+1
* Class.newInstance() is deprecated in Java 9+twogee2020-07-291-1/+1
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Make DataType and Reference genericGintas Grigelionis2018-11-191-1/+1
* Simplify and tidy upGintas Grigelionis2018-04-021-2/+1
* Merge branch '1.9.x'Stefan Bodewig2018-03-051-0/+1
|\
| * java 11's javac whines if @Deprecated Annotation is missingStefan Bodewig2018-03-051-0/+1
* | java 5-8java8Matt Benson2017-04-131-0/+2
|/
* DataType already implements CloneableStefan Bodewig2016-12-211-1/+1
* organize importsJan Matèrne2014-07-031-1/+2
* Java 1.5, continuedMatthew Jason Benson2012-08-221-5/+4
* plug some more classloader leaks and mark those places where a leak remains a...Stefan Bodewig2009-09-041-0/+1
* first step of reference-check auditing after I re-understood how things are s...Stefan Bodewig2008-11-281-0/+2
* as discussed on dev@, allow <mapper refid> to refer to a FileNameMapperMatthew Jason Benson2007-01-101-1/+14
* checkstylePeter Reilly2006-11-161-0/+3
* copy2license.plStefan Bodewig2006-09-011-5/+6
* fix for 40228, add code to introspectionhelper to make addconfigured higher p...Peter Reilly2006-08-251-0/+9
* s/CODE/code/gMatthew Jason Benson2005-10-071-6/+6
* removed unused importsJacobus Martinus Kruithof2005-06-121-1/+0
* use DataType's (new) convenience methodsMatthew Jason Benson2005-05-231-13/+1
* javadocPeter Reilly2005-01-281-4/+22
* Various checkstyle violationsStefan Bodewig2004-11-221-2/+2
* Make Jikes happyStefan Bodewig2004-11-121-6/+6
* Make ContainerMapper abstract; move chained/composite behaviors toMatthew Jason Benson2004-04-221-51/+52
* Nested file mappers; container mapper.Matthew Jason Benson2004-03-111-4/+51
* 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
* styleConor MacNeill2003-07-191-2/+2
* styleConor MacNeill2003-07-171-1/+1
* Remove use of InitializeClass now that we are JDK 1.2+Conor MacNeill2003-07-141-2/+1
* Added the mapper unpackagePeter Reilly2003-06-161-1/+3
* Refactor static method into a non-static version.Magesh Umasankar2003-04-151-1/+4
* Call setproject for all created objects.Magesh Umasankar2003-04-141-0/+1
* Remove email address from sourcesStefan Bodewig2003-03-071-1/+1
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* cvs up -dP --pedantic-copyrigt-checkStefan Bodewig2003-01-241-1/+1
* Add support for Package information to the ClassLoaderConor MacNeill2003-01-241-15/+14
* Remove unused imports, remove glob imports, sort imports.Peter Donald2002-07-251-3/+2
* Encapsulate some fields of DataType.Peter Donald2002-07-251-3/+3
* More coding standard fixesConor MacNeill2002-04-151-2/+2
* License police on documentation files:Stefan Bodewig2002-01-101-1/+1
* added package mapper as an official mapper typeErik Hatcher2001-12-301-1/+4
* Make those types that have internal state cloneable in a sensible way,Stefan Bodewig2001-12-131-8/+8
* Code clean up:Stephane Bailliez2001-10-281-1/+1
* Initialize classes which are loaded through a classloader. Note that theConor MacNeill2001-05-101-0/+1
* Merge after 1.3 releaseConor MacNeill2001-03-021-0/+4
* Allow the user to specify a FileNameMapper by class name - and set theStefan Bodewig2000-11-301-4/+72
* New Mapper type for regular expression replacements. Currently onlyStefan Bodewig2000-11-281-1/+5