This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Back to bug 271069

Who When What Removed Added
mromashova 2017-07-11 10:27:58 UTC Priority P3 P2
mromashova 2017-07-11 10:33:05 UTC Whiteboard cndreq
mromashova 2017-07-11 11:20:25 UTC Target Milestone TBD Dev
Whiteboard cndreq if (starts == null || starts.length == 0 || starts[0] < 0) throw new IndexOutOfBoundsException("start < 0 (" + starts + " < 0)"); // if (end < start) throw new IndexOutOfBoundsException("end < start (" + end + " < " + start + ")"); PositionBounds span = HintsControllerImpl.linePart(file, starts[0], ends[0]); ArrayList<PositionBounds> spanTail = new ArrayList<>(); if (starts.length > 1) { for (int i = 1; i < starts.length; i++) { spanTail.add(HintsControllerImpl.linePart(file, starts[i], ends[i])); } }
mromashova 2017-07-11 11:33:40 UTC Whiteboard if (starts == null || starts.length == 0 || starts[0] < 0) throw new IndexOutOfBoundsException("start < 0 (" + starts + " < 0)"); // if (end < start) throw new IndexOutOfBoundsException("end < start (" + end + " < " + start + ")"); PositionBounds span = HintsControllerImpl.linePart(file, starts[0], ends[0]); ArrayList<PositionBounds> spanTail = new ArrayList<>(); if (starts.length > 1) { for (int i = 1; i < starts.length; i++) { spanTail.add(HintsControllerImpl.linePart(file, starts[i], ends[i])); } } cndreq
vv159170 2017-07-12 16:23:07 UTC CC issues
mromashova 2017-07-14 09:02:29 UTC Assignee mkristofic apireviews
mromashova 2017-07-24 07:55:08 UTC Status NEW RESOLVED
Resolution --- FIXED

Back to bug 271069