()
| 1149 | } |
| 1150 | |
| 1151 | @Override |
| 1152 | @NotNull |
| 1153 | public Location clone() { |
| 1154 | try { |
| 1155 | return (Location) super.clone(); |
| 1156 | } catch (CloneNotSupportedException e) { |
| 1157 | throw new Error(e); |
| 1158 | } |
| 1159 | } |
| 1160 | |
| 1161 | /** |
| 1162 | * Check if each component of this Location is finite. |
no test coverage detected