[root]/src/main/org/apache/tools/ant/taskdefs/optional/metamata
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 125 (100.0%) | 1746 (100.0%) | 13.9 |
sbailliez | 20 (16.0%) | 958 (54.9%) | 47.9 |
conor | 21 (16.8%) | 358 (20.5%) | 17.0 |
umagesh | 5 (4.0%) | 159 (9.1%) | 31.8 |
bodewig | 31 (24.8%) | 135 (7.7%) | 4.3 |
antoine | 28 (22.4%) | 105 (6.0%) | 3.7 |
donaldp | 10 (8.0%) | 24 (1.4%) | 2.4 |
jkf | 2 (1.6%) | 6 (0.3%) | 3.0 |
jskeet | 1 (0.8%) | 1 (0.1%) | 1.0 |
peterreilly | 7 (5.6%) | 0 (0.0%) | 0.0 |
removal of the jprobe and metamata tasks.
0 lines of code changed in:
PR 37765: Fixing NPE, defect discovered by Dave Brosius
2 lines of code changed in:
Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files.
Also removed unused/* imports along the way.
4 lines of code changed in:
More Jikes warnings
17 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:
More robust cleanup of temporary files, PR 17512
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.
2 lines of code changed in:
Use Execute.isFailure
2 lines of code changed in:
Coding conventions
33 lines of code changed in:
style
13 lines of code changed in:
style
42 lines of code changed in:
Find the java executable accordining to standard Ant rules
PR: 17145
6 lines of code changed in:
Remove Jakarta Project from license
7 lines of code changed in:
Remove unused imports, remove glob imports, sort imports.
14 lines of code changed in:
Encapsulate usage of project object rather than allowing objects 7 subclasses acessing a protected variable of their super super super .... class.
Deprecated the variable so that that anyone directly referencing variable will get warning and suggestion to use the accessor.
10 lines of code changed in:
Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.
113 lines of code changed in:
MParse refactoring
PR: 10160
Submitted by: jesse@cryptocard.com (Jesse)
40 lines of code changed in:
(20 more)