[root]/src/main/org/apache/tools/ant/taskdefs/optional/javacc
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 91 (100.0%) | 2107 (100.0%) | 23.1 |
bodewig | 46 (50.5%) | 1173 (55.7%) | 25.5 |
conor | 15 (16.5%) | 574 (27.2%) | 38.2 |
umagesh | 2 (2.2%) | 117 (5.6%) | 58.5 |
peterreilly | 6 (6.6%) | 96 (4.6%) | 16.0 |
antoine | 13 (14.3%) | 64 (3.0%) | 4.9 |
sbailliez | 4 (4.4%) | 63 (3.0%) | 15.7 |
stevel | 1 (1.1%) | 10 (0.5%) | 10.0 |
donaldp | 4 (4.4%) | 10 (0.5%) | 2.5 |
linefeeds
2 lines of code changed in:
checkstyle
96 lines of code changed in:
copy2license.pl
18 lines of code changed in:
bugzilla report 38175; javacc needs a jdk version attribute for java1.5 support.
10 lines of code changed in:
fix name-hiding and style by Kev Jackson
39 lines of code changed in:
Various checkstyle violations
Submitted by: Larry Shatzer
And some
(untabify (point-min) (point-max))
on some files.
5 lines of code changed in:
More Jikes warnings
32 lines of code changed in:
Base version decision on classpath instead of archive names, this allows Gump to effectivly ignore javacchome
66 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
3 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
11 lines of code changed in:
Switch to Apache Software License 2.0
36 lines of code changed in:
Style
Submitted by: Larry Shatzer (larry dot shatzer at spirent dot com)
11 lines of code changed in:
Removed hard coded \n from files.
Thanks to a remark of Larry Shatzer (Larry dot Shatzer at Spirent dot com).
0 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)
3 lines of code changed in:
Make <jjtree>'s outputdirectory and outputfile attributes work as
expected (i.e. consistent with the command line of jjtree).
PR: 21526
Submitted by: Jene Jasper <jjasper at abz dot nl>
93 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:
backwards compatibility fix submitted by Jene Jasper
19 lines of code changed in:
New task <jjdoc>.
New attribute outputfile for <jjtree>.
PR: 21526
Submitted by: Jene Jasper <jjasper at abz dot nl>
364 lines of code changed in:
(30 more)