summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/selectors/ExtendSelector.java
Commit message (Expand)AuthorAgeFilesLines
* Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-311-1/+1
* Class.newInstance() is deprecated in Java 9+twogee2020-07-291-2/+4
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Use null-or-empty patternGintas Grigelionis2018-04-061-1/+1
* java 5-8java8Matt Benson2017-04-131-20/+13
* organize importsJan Matèrne2014-07-031-1/+1
* Java 1.5, continuedMatthew Jason Benson2012-08-221-3/+3
* plug some more classloader leaks and mark those places where a leak remains a...Stefan Bodewig2009-09-041-0/+1
* copy2license.plStefan Bodewig2006-09-011-5/+6
* javadoc and remove unused importsPeter Reilly2005-01-251-3/+6
* Make Jikes happyStefan Bodewig2004-11-121-3/+3
* 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
* stylePeter Reilly2003-07-291-0/+6
* Coding conventionsConor MacNeill2003-07-191-2/+2
* styleConor MacNeill2003-07-191-6/+6
* Remove use of InitializeClass now that we are JDK 1.2+Conor MacNeill2003-07-141-2/+1
* First pass at fixing checkstyle issues by using IDEA to reformat code and ide...Bruce Atherton2003-07-041-15/+11
* 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/+2
* 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-2/+2
* Remove unused imports, remove glob imports, sort imports.Peter Donald2002-07-251-4/+2
* Merge changes made to 1.5 Beta1.Magesh Umasankar2002-06-011-16/+33
* Selectors feature to specify sophisticated selection criteria to create files...Magesh Umasankar2002-04-301-0/+213