[root]/src/main/org/apache/tools/ant/taskdefs/rmic
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 176 (100.0%) | 2149 (100.0%) | 12.2 |
bodewig | 63 (35.8%) | 1446 (67.3%) | 22.9 |
stevel | 32 (18.2%) | 360 (16.8%) | 11.2 |
peterreilly | 24 (13.6%) | 122 (5.7%) | 5.0 |
antoine | 20 (11.4%) | 92 (4.3%) | 4.6 |
conor | 20 (11.4%) | 85 (4.0%) | 4.2 |
sbailliez | 8 (4.5%) | 20 (0.9%) | 2.5 |
donaldp | 5 (2.8%) | 14 (0.7%) | 2.8 |
jkf | 2 (1.1%) | 8 (0.4%) | 4.0 |
umagesh | 1 (0.6%) | 1 (0.0%) | 1.0 |
ehatcher | 1 (0.6%) | 1 (0.0%) | 1.0 |
Bug 41349: rmic should strip out -J compiler args when not forking
61 lines of code changed in:
linefeeds
52 lines of code changed in:
checkstyle
29 lines of code changed in:
checkstyle
0 lines of code changed in:
checkstyle
6 lines of code changed in:
fix up some of the javadoc whining
4 lines of code changed in:
copy2license.pl
42 lines of code changed in:
bug ID#38732 , rmic task doesn't work with -Xnew and JDK 6.0
Fixed by writing a new adapter, xnew, that extends the forking adapter and sets the -Xnew argument. Tests supplied, though the old test, the one that would fail on java1.6, is still there.
Also made the name matching code of rmic locale-independent.
63 lines of code changed in:
Fix IDL/IIOP handling of rmic-with-backwards compat; added tests for everything working.
13 lines of code changed in:
2006
1 lines of code changed in:
Adding a new non-static method, isFailure() to Execute. As well as simplifying a common operation, it is a foundation for instance specific logic to decide if an execute failed, which could be of use in VMS land.
1 lines of code changed in:
Minor updates based on the input of Dave Brosius
pr: 39320
3 lines of code changed in:
checkstyle - javadoc
2 lines of code changed in:
Improved the newInstance method in ClasspathUtils, and used this method from
the places where newInstances are made and Throwable is caught.
5 lines of code changed in:
IntelliJ doesnt have project-specific header files. sorry.
15 lines of code changed in:
stylecheck: mostly javadoc
PR:
Obtained from:
Submitted by:
Reviewed by:
40 lines of code changed in:
Kaffe keeps moving things, adapt
26 lines of code changed in:
First fix the tests to fail when they should, then fix rmic to work as before, even on Java1.5, then add new tests to explicitly do version checks.
bug "rmic always compiles on Java1.5"
http://issues.apache.org/bugzilla/show_bug.cgi?id=33862
15 lines of code changed in:
Use GPL-save command line invokation
6 lines of code changed in:
More Kaffe debugging
3 lines of code changed in:
(56 more)