-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
Can be reproduced with aesh examples: type 'l' then move the cursor backward to 'l', then type TAB,
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at org.aesh.readline.Buffer.printInsertedData(Buffer.java:565)
at org.aesh.readline.Buffer.print(Buffer.java:523)
at org.aesh.readline.Buffer.print(Buffer.java:518)
at org.aesh.readline.AeshConsoleBuffer.drawLine(AeshConsoleBuffer.java:117)
at org.aesh.readline.completion.CompletionHandler.displayCompletions(CompletionHandler.java:219)
at org.aesh.readline.completion.CompletionHandler.processMultipleCompletions(CompletionHandler.java:177)
at org.aesh.readline.completion.CompletionHandler.complete(CompletionHandler.java:121)
- blocks
-
WFCORE-3904 NPE at TAB completion
- Resolved