[root]/src/main/org/apache/tools/ant/taskdefs/optional/splash
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 622 (100.0%) | 18.2 |
bodewig | 9 (26.5%) | 397 (63.8%) | 44.1 |
conor | 8 (23.5%) | 108 (17.4%) | 13.5 |
umagesh | 1 (2.9%) | 40 (6.4%) | 40.0 |
antoine | 7 (20.6%) | 32 (5.1%) | 4.5 |
peterreilly | 5 (14.7%) | 28 (4.5%) | 5.6 |
donaldp | 2 (5.9%) | 12 (1.9%) | 6.0 |
jkf | 1 (2.9%) | 3 (0.5%) | 3.0 |
stevel | 1 (2.9%) | 2 (0.3%) | 2.0 |
checkstyle
1 lines of code changed in:
Bugzilla 35619: remove dependency on sun internal base64 encoder
5 lines of code changed in:
copy2license.pl
12 lines of code changed in:
indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future.
3 lines of code changed in:
stylecheck - javadoc + linelength
15 lines of code changed in:
upcase constants
7 lines of code changed in:
mark two constants as static.
2 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:
Make failure to display the splash screen non-fatal.
I've tested this with JDK 1.4 and the java.awt.headless system
property set to true as well as a Unix box running without an X
server. While the former throws an Exception in the constructor of
SplashScreen, the later throws an Error in the constructor of
ImageIcon.
PR: 11482
Fix a copyright year mistake introduced in revision 1.9 at the same time.
29 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:
Merge fix for 23320 from 1.6 branch
7 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)
2 lines of code changed in:
Coding conventions
4 lines of code changed in:
style
23 lines of code changed in:
style
39 lines of code changed in:
Remove Jakarta Project from license
2 lines of code changed in:
Make sure the splash screen disappears when the build is finished.
PR: 16818
6 lines of code changed in:
Remove unused imports, remove glob imports, sort imports.
12 lines of code changed in:
(4 more)