Commit c04712a
Replace obsolete reflective access with direct field access
A reflective field access has been used for backward compatibility with
Eclipse 3.4 for a field introduced with Eclispe 3.6. Since this is long
ago, the reflective call can be replaced with a direct field access.1 parent 79495b8 commit c04712a
1 file changed
Lines changed: 1 addition & 13 deletions
File tree
- terminal/bundles/org.eclipse.terminal.control/src/org/eclipse/terminal/internal/emulator
Lines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
1242 | 1241 | | |
1243 | 1242 | | |
1244 | 1243 | | |
1245 | | - | |
1246 | | - | |
1247 | | - | |
1248 | | - | |
1249 | | - | |
1250 | | - | |
1251 | | - | |
1252 | | - | |
1253 | | - | |
1254 | | - | |
1255 | | - | |
1256 | | - | |
| 1244 | + | |
1257 | 1245 | | |
1258 | 1246 | | |
1259 | 1247 | | |
| |||
0 commit comments