[root]/src/main/org/apache/tools/ant/taskdefs/optional/ccm
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 119 (100.0%) | 1719 (100.0%) | 14.4 |
bodewig | 35 (29.4%) | 1197 (69.6%) | 34.2 |
sbailliez | 12 (10.1%) | 215 (12.5%) | 17.9 |
antoine | 26 (21.8%) | 112 (6.5%) | 4.3 |
conor | 12 (10.1%) | 100 (5.8%) | 8.3 |
peterreilly | 13 (10.9%) | 39 (2.3%) | 3.0 |
umagesh | 7 (5.9%) | 36 (2.1%) | 5.1 |
donaldp | 7 (5.9%) | 6 (0.3%) | 0.8 |
stevel | 1 (0.8%) | 5 (0.3%) | 5.0 |
ehatcher | 3 (2.5%) | 5 (0.3%) | 1.6 |
jkf | 2 (1.7%) | 3 (0.2%) | 1.5 |
jskeet | 1 (0.8%) | 1 (0.1%) | 1.0 |
checkstyle
4 lines of code changed in:
copy2license.pl
42 lines of code changed in:
Sorry, copyright update forgotten
1 lines of code changed in:
Refactored translatePath from Project to FileUtils.
Project now also fails with explicit message on java 1.1.
Added javadoc comment for the ant.java.version property
2 lines of code changed in:
checkstyle - mostly javadoc
35 lines of code changed in:
More Jikes warnings
3 lines of code changed in:
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
Copyright owner is The Apache Software Foundation
7 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
14 lines of code changed in:
Switch to Apache Software License 2.0
84 lines of code changed in:
Spelling fixes.
Submitted by: Larry Shatzer (Larry dot Shatzer at Spirent dot com)
3 lines of code changed in:
Remove direct call to deprecated project, location, tasktype Task field,
replaced by an accessor way into tasks.
Remove too some unused variable declaration and some unused imports.
PR: 22515
Submitted by: Emmanuel Feller ( Emmanuel dot Feller at free dot fr)
4 lines of code changed in:
Revert part of the commit that made tasks use Execute#isFailure.
On OpenVMS the Java VM will exit with a return code of 0 on success,
even though this is going to signal a failure for the OS. All tasks
that spawn new VMs have now been reverted to explicitly check for
retCode != 0 instead of Execite.isFailure(retCode).
We could as well introduce Execute#isJavaFailure or something like
this in case future VM's on OpenVMS will start to do the right thing.
1 lines of code changed in:
Use Execute.isFailure
7 lines of code changed in:
style
3 lines of code changed in:
style
10 lines of code changed in:
Fix a few checkstyle errors
3 lines of code changed in:
More cleanup
4 lines of code changed in:
2003
1 lines of code changed in:
Import cleanup
0 lines of code changed in:
(20 more)