Commit 5b737de
Fix
Fixes:
`ASTConverterTest.test0113`
`ASTConverterTest.test0114`
`ASTConverterTest.test0115`
as well as tests for other Java versions
Note: we only need to accomodate Java >= 8 in the AST conversion process,
since that's what upstream does now.
Signed-off-by: David Thompson <[email protected]>TryStatement always marked as malformed by JavacConverter
1 parent db1dc00 commit 5b737de
File tree
1 file changed
+10
-14
lines changed- org.eclipse.jdt.core.javac/src/org/eclipse/jdt/core/dom
1 file changed
+10
-14
lines changedLines changed: 10 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2796 | 2796 | | |
2797 | 2797 | | |
2798 | 2798 | | |
2799 | | - | |
2800 | | - | |
2801 | | - | |
2802 | | - | |
2803 | | - | |
2804 | | - | |
2805 | | - | |
2806 | | - | |
2807 | | - | |
2808 | | - | |
2809 | | - | |
2810 | | - | |
| 2799 | + | |
| 2800 | + | |
| 2801 | + | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
| 2808 | + | |
2811 | 2809 | | |
2812 | | - | |
2813 | | - | |
2814 | 2810 | | |
2815 | 2811 | | |
2816 | 2812 | | |
| |||
0 commit comments