index
:
delta/java/ant.git
1.9.x
ANT_12_FIXES
ANT_13_BRANCH
ANT_14_BRANCH
ANT_15_BRANCH
ANT_16_BRANCH
ANT_17_BRANCH
ANT_184_BRANCH
ANT_18_BRANCH
ANT_SITE
TOMCAT_31
bug_47552_scp_compression
dependabot/maven/src/etc/poms/ant-commons-net/commons-net-commons-net-3.9.0
dependabot/maven/src/etc/poms/ant-junit/xerces-xercesImpl-2.12.2
dependabot/maven/src/etc/poms/ant/xerces-xercesImpl-2.12.2
java-10-version
java8
jkf-1.10-requires-jdk8
jkf-review
logoutput-jmod-link
master
prepare_Ant_1.9.5
prepare_Ant_1.9.6
remove-tests-constants-from-main-tree
run-single-test-method
tomcat_32
git.apache.org: repos/asf/ant.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
org
/
apache
/
tools
/
ant
/
XmlLogger.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a getMessageOutputLevel() method on BuildLogger to return the curre...
Jaikiran Pai
2022-11-08
1
-0
/
+5
*
bz-63921 Using a "live" keySet() can result in ConcurrentModificationException
Jaikiran Pai
2020-01-10
1
-3
/
+9
*
updated reference to license from http to https using
jkf
2019-05-25
1
-1
/
+1
*
Use StandardCharsets
Gintas Grigelionis
2018-08-20
1
-1
/
+2
*
More Streams (less StreamUtils)
Gintas Grigelionis
2018-05-20
1
-6
/
+5
*
Avoid Collections.list().stream()
Gintas Grigelionis
2018-05-17
1
-2
/
+3
*
Deprecate CollectionUtils and Enumerations;
Gintas Grigelionis
2018-05-16
1
-9
/
+4
*
Make debugging code fit for use
Gintas Grigelionis
2018-04-10
1
-3
/
+5
*
Use null-or-empty pattern
Gintas Grigelionis
2018-04-06
1
-1
/
+1
*
Checkstyle and simplify, next iteration
Gintas Grigelionis
2018-04-05
1
-2
/
+1
*
Java 8: computeIfAbsent/withInitial
Gintas Grigelionis
2018-04-03
1
-5
/
+1
*
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
Gintas Grigelionis
2017-12-11
1
-1
/
+1
*
whitespace
Stefan Bodewig
2017-04-19
1
-1
/
+1
*
java 5-8
java8
Matt Benson
2017-04-13
1
-28
/
+27
*
reduce GC pressure by replacing File(In|Out)putStream
Stefan Bodewig
2017-04-12
1
-2
/
+3
*
stick with RuntimeExceptions to prevent recursive logging loops
Stefan Bodewig
2016-12-22
1
-3
/
+3
*
Bug-56850: null safe property access
Jan Matèrne
2014-08-14
1
-15
/
+17
*
organize imports
Jan Matèrne
2014-07-03
1
-1
/
+2
*
java 5 updates
Matthew Jason Benson
2012-08-20
1
-13
/
+14
*
XmlLogger could lose messages when parallel is used. PR 25734. Based on ana...
Stefan Bodewig
2008-07-11
1
-8
/
+16
*
fmt/refac
Matthew Jason Benson
2007-07-17
1
-70
/
+48
*
Added logging of stacktraces of exceptions in logmessage when loglevel = debug.
Jacobus Martinus Kruithof
2006-11-16
1
-0
/
+7
*
copy2license.pl
Stefan Bodewig
2006-09-01
1
-5
/
+6
*
NPE using XmlLogger and antlib
Peter Reilly
2004-10-27
1
-0
/
+3
*
better diagnostics from XmlLogger.java
Peter Reilly
2004-05-17
1
-5
/
+14
*
remove authors from files
Peter Reilly
2004-03-09
1
-1
/
+0
*
Copyright owner is The Apache Software Foundation
Antoine Levy-Lambert
2004-02-09
1
-1
/
+1
*
XmlLogger:
Peter Reilly
2004-02-09
1
-0
/
+2
*
Remove trailing spaces in all java files
Antoine Levy-Lambert
2004-02-04
1
-2
/
+2
*
Switch to Apache Software License 2.0
Antoine Levy-Lambert
2004-02-03
1
-49
/
+12
*
Typos
Antoine Levy-Lambert
2003-09-12
1
-2
/
+2
*
Coding conventions
Conor MacNeill
2003-07-18
1
-1
/
+2
*
More cleanup
Conor MacNeill
2003-07-06
1
-2
/
+2
*
typo
Conor MacNeill
2003-04-14
1
-1
/
+1
*
More cleanup
Conor MacNeill
2003-04-14
1
-1
/
+8
*
Remove Jakarta Project from license
Stefan Bodewig
2003-02-10
1
-1
/
+1
*
Add (disabled) tests for 10755
Stefan Bodewig
2003-01-17
1
-1
/
+1
*
Associate messages with the correct tasks in XML Logger.
Conor MacNeill
2003-01-16
1
-5
/
+33
*
Remove unused imports, remove glob imports, sort imports.
Peter Donald
2002-07-25
1
-8
/
+7
*
Document new methods in XMLLogger
Conor MacNeill
2002-04-17
1
-0
/
+13
*
organize imports and format code. i swear, it was IntelliJ's fault! :) I'v...
Erik Hatcher
2002-04-17
1
-62
/
+78
*
Make XmlLogger finally a real BuildLogger. When used as a logger it will util...
Erik Hatcher
2002-04-17
1
-7
/
+37
*
Coding standard conformance
Conor MacNeill
2002-04-09
1
-49
/
+56
*
Fixed up JavaDoc comments again.
Jon Skeet
2002-03-27
1
-0
/
+7
*
style sheet control; you can point to anyhting or turn it off completely.
Steve Loughran
2002-03-23
1
-2
/
+8
*
Answered my own previous question concerning thread safety.
Jon Skeet
2002-03-03
1
-9
/
+7
*
JavaDoc changes, and raised a potential multithreading issue. Search
Jon Skeet
2002-03-01
1
-5
/
+94
*
Submitted by: Jon Skeet <jon.skeet@peramon.com>
Stefan Bodewig
2002-02-14
1
-1
/
+1
*
Handle badly configured tasks created outside of Ant's core
Conor MacNeill
2002-02-14
1
-2
/
+5
*
- Fix order of modifiers
Stephane Bailliez
2002-01-20
1
-2
/
+2
[next]