(int number)
| 1133 | } |
| 1134 | |
| 1135 | protected void jumpHistoryForward(int number) { |
| 1136 | cancelSearch(); |
| 1137 | if (number == 0) { |
| 1138 | if (futureCount > 0) { |
| 1139 | popFuture(); |
| 1140 | } |
| 1141 | } |
| 1142 | } |
| 1143 | |
| 1144 | protected Mark saveMark() { |
| 1145 | return new Mark(location); |
no test coverage detected