Returns a shortened version (up to the first 60 characters or first newline), with the extension removed, of the specified slice label, or null if the slice does not have a label.
(int n)
| 279 | * slice label, or null if the slice does not have a label. |
| 280 | */ |
| 281 | public String getShortSliceLabel(int n) { |
| 282 | return getShortSliceLabel(n, 60); |
| 283 | } |
| 284 | |
| 285 | /** Returns a shortened version (up to the first 'max' characters |
| 286 | * or first newline), with the extension removed, of the specified |
no test coverage detected