Commit def51b8
authored
Remove obsolete ICU references from surrogate-handling comments (#2977)
The XXX comments referenced com.ibm.icu.lang.UCharacter and
java.lang.Character behavior on Java 1.4. ICU is no longer a
dependency, and the surrogate branches contained no actual logic, so
fold the surrogate check into the outer condition and drop the stale
comments.1 parent 93293a9 commit def51b8
2 files changed
Lines changed: 6 additions & 39 deletions
File tree
- org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards
- org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1107 | 1107 | | |
1108 | 1108 | | |
1109 | 1109 | | |
1110 | | - | |
1111 | | - | |
1112 | | - | |
1113 | | - | |
1114 | | - | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
| 1110 | + | |
| 1111 | + | |
1123 | 1112 | | |
1124 | 1113 | | |
1125 | 1114 | | |
| |||
Lines changed: 4 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 35 | + | |
| 36 | + | |
48 | 37 | | |
49 | 38 | | |
50 | 39 | | |
| |||
55 | 44 | | |
56 | 45 | | |
57 | 46 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 47 | + | |
| 48 | + | |
71 | 49 | | |
72 | 50 | | |
73 | 51 | | |
| |||
0 commit comments