summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/junit/BriefJUnitResultFormatter.java
Commit message (Expand)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Remove redundanciesGintas Grigelionis2018-08-201-1/+2
* Deprecate StringUtils.LINE_SEPGintas Grigelionis2018-04-271-15/+8
* Use null-or-empty patternGintas Grigelionis2018-04-061-2/+2
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-3/+1
* Let’s use doclintGintas Grigelionis2017-12-101-2/+2
* java 5-8java8Matt Benson2017-04-131-7/+16
* Re-introduce ability to build JUnit task for only JUnit3mclarke2013-04-231-11/+1
* Restored Java 5 compilability.Jesse N. Glick2013-03-061-3/+1
* JUnit4 tests marked @Ignore do not appear in XML output. PR 43969Antoine Levy-Lambert2013-03-051-1/+43
* a few more places where FileUtils.close can be used + a few places where a Bu...Stefan Bodewig2010-02-011-1/+5
* potential NPEsStefan Bodewig2009-07-131-1/+1
* PrintWriter hides exceptions, avoid itStefan Bodewig2009-07-131-12/+27
* more magic numbersPeter Reilly2007-09-241-1/+3
* checkstyle - mostly javadocPeter Reilly2006-11-091-0/+2
* copy2license.plStefan Bodewig2006-09-011-5/+6
* use StringUtils and FileUtils where possibleKevin Jackson2006-02-061-16/+13
* javadocPeter Reilly2005-01-061-0/+23
* remove unneeded importsPeter Reilly2005-01-061-2/+1
* Junit task -- display suite firstPeter Reilly2004-11-151-6/+14
* remove authors from filesPeter Reilly2004-03-091-2/+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
* Coding conventionsConor MacNeill2003-07-191-2/+2
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* Remove unused imports, remove glob imports, sort imports.Peter Donald2002-07-251-2/+0
* Copyright statement police catching up with latest commits 8-)Stefan Bodewig2002-01-161-1/+1
* - Enforce coding guidelines.Stephane Bailliez2002-01-111-54/+57
* Forgot to apply the filtering stack trace patch...Stephane Bailliez2001-12-091-2/+3
* formatters assumed that only one test could be running at the sameStefan Bodewig2001-10-291-1/+2
* Code clean up:Stephane Bailliez2001-10-281-1/+2
* Javadoc improvements.Stefan Bodewig2001-07-241-0/+4
* Add in the addFailure method for later versions of JUnitConor MacNeill2001-05-051-4/+15
* Add a new formatter "brief" for <junit>Stefan Bodewig2001-05-041-0/+239