summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/XMLCatalog.java
Commit message (Expand)AuthorAgeFilesLines
* Class.newInstance() is deprecated in Java 9+twogee2020-07-291-1/+1
* removed http links from java sources to the extent possiblejkf2019-05-251-3/+3
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* HTML5-compliant javadoctwogee2019-03-201-2/+2
* Make DataType and Reference genericGintas Grigelionis2018-11-191-1/+1
* Revert "Check spelling"Gintas Grigelionis2018-09-111-1/+1
* Check spellingGintas Grigelionis2018-09-091-1/+1
* Chop extraneous parenthesesGintas Grigelionis2018-04-061-1/+1
* Squash catchGintas Grigelionis2018-04-021-3/+1
* Use diamondsGintas Grigelionis2018-04-021-1/+1
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-25/+16
* Use foreach loopsGintas Grigelionis2018-04-011-4/+3
* Use HTTPS links when availableGintas Grigelionis2018-02-281-3/+3
* resolveEntity was overwritten to remove exceptions before Java8 refactoringStefan Bodewig2018-02-161-0/+2
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-1/+0
* Let’s use doclintGintas Grigelionis2017-12-101-17/+15
* java 5-8java8Matt Benson2017-04-131-24/+24
* reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-121-2/+2
* DataType already implements CloneableStefan Bodewig2016-12-211-1/+1
* organize importsJan Matèrne2014-07-031-2/+3
* don't set the use-caches flag for all connections, just for the one currently...Stefan Bodewig2014-01-021-1/+1
* When loading resources from jars it seems to be advisable to disableStefan Bodewig2014-01-011-1/+7
* Java 1.5, continuedMatthew Jason Benson2012-08-221-23/+11
* #52754: correcting basedir for external resolver.Jesse N. Glick2012-02-231-0/+7
* plug some more classloader leaks and mark those places where a leak remains a...Stefan Bodewig2009-09-041-1/+1
* simplifyStefan Bodewig2008-11-291-6/+2
* first step of reference-check auditing after I re-understood how things are s...Stefan Bodewig2008-11-281-0/+23
* checkstylePeter Reilly2006-11-161-2/+9
* copy2license.plStefan Bodewig2006-09-011-5/+6
* removed unused private methodJacobus Martinus Kruithof2005-06-121-16/+0
* removed unused importsJacobus Martinus Kruithof2005-06-121-1/+0
* XmlCatalog had become broken with any dtd/entity location that was not a file.Matthew Jason Benson2005-06-091-1/+1
* use DataType's (new) convenience methodsMatthew Jason Benson2005-05-231-12/+2
* linelengthPeter Reilly2005-03-141-2/+4
* Make use of FileUtils in a uniform way via the getFileUtils method and a stat...Jacobus Martinus Kruithof2005-01-061-7/+7
* changed error message to explain what was missing.Steve Loughran2004-11-261-1/+1
* Some places where url.toFile has been used instead of FileUtils.fromURI.Stefan Bodewig2004-11-051-1/+1
* remove authors from filesPeter Reilly2004-03-091-4/+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
* Remove line with $Id which is annoying every time one does a mergeAntoine Levy-Lambert2003-12-091-1/+0
* Remove unused import added by mistakeAntoine Levy-Lambert2003-12-091-1/+0
* Fix URIs for DTDs entered with a full path location under WindowsAntoine Levy-Lambert2003-12-091-2/+19
* Defer expansion of reference until the catalog gets used.Stefan Bodewig2003-09-231-16/+22
* remove enum variablePeter Reilly2003-08-131-6/+6
* some 1.1 ismsPeter Reilly2003-08-131-3/+0
* oopsConor MacNeill2003-08-061-1/+0
* Change the check for the external resolver catalog impl toConor MacNeill2003-08-061-8/+35
* styleConor MacNeill2003-07-171-20/+10