Commit 2b10ea2
committed
This revision contains an attempt to patch the Java8 dynamicjava code
repository so that it will build. The attempt did not succeed, but
they enable javacc to run successfully and the compiler to get past a
blatant error (declaring a constructor with name LambdaExpression in
the MethodReference class). Unfortunately, the code base was left in
a highly inconsistent state: 15 syntax errors (involving the addition of
the new file/class MethodReference.java) still remain.1 parent 716aeaf commit 2b10ea2
File tree
3 files changed
+4
-7
lines changed- dynamicjava
- src/koala/dynamicjava
- parser
- tree
3 files changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
282 | 281 | | |
283 | 282 | | |
284 | 283 | | |
285 | | - | |
286 | | - | |
287 | 284 | | |
288 | 285 | | |
289 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
798 | | - | |
| 798 | + | |
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments