[root]/src/main/org/apache/tools/ant/util/depend
bcel
(3 files, 457 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 611 (100.0%) | 17.9 |
conor | 14 (41.2%) | 516 (84.5%) | 36.8 |
sbailliez | 3 (8.8%) | 49 (8.0%) | 16.3 |
antoine | 6 (17.6%) | 30 (4.9%) | 5.0 |
bodewig | 6 (17.6%) | 16 (2.6%) | 2.6 |
peterreilly | 2 (5.9%) | 0 (0.0%) | 0.0 |
jskeet | 2 (5.9%) | 0 (0.0%) | 0.0 |
donaldp | 1 (2.9%) | 0 (0.0%) | 0.0 |
copy2license.pl
12 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
2 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
4 lines of code changed in:
Switch to Apache Software License 2.0
24 lines of code changed in:
style
8 lines of code changed in:
Remove Jakarta Project from license
2 lines of code changed in:
Remove unused imports, remove glob imports, sort imports.
0 lines of code changed in:
Fixed up JavaDocs so they build without errors. The main changes were:
o Capitalisation. Please capitalise the first word of a new sentence, otherwise break-iterator complains.
o @created tags. These aren't valid JavaDoc, and the info is in CVS anyway...
0 lines of code changed in:
yet another JDK 1.1 issue
1 lines of code changed in:
JDK 1.1 fix - thanks Stefan
4 lines of code changed in:
Ah! cruel ones, leave me alone now
While I murmur a little and ponder
Anti-Spam
2 lines of code changed in:
Refactor dependency analysis.
Add a DependencyAnalyzer interface
Currently supports BCEL based analyzers
Refactor ejbjar not to require BCEL to run.
More to come ...
494 lines of code changed in:
remove redundant <antcall>
1 lines of code changed in:
Insulate Ant from BCEL interface changes
2 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
43 lines of code changed in:
Fix bad coding style.
then/else parts of if statement and loop body must always been enclosed
in a block statement.
6 lines of code changed in:
Move dependency classfileset support code over to Apache BCEL
2 lines of code changed in:
Subclass of fileset which given a root class will return the closure of all
classes upon which that class depends.
Submitted by: Holger Engels <hengels@mercatis.de>
4 lines of code changed in: