| Summary: | "Reveal End of Document" (internal error: ArrayIndexOutOfBoundException) in Console displaying long lines | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Philippe Verdy <verdy_p> |
| Component: | Debug | Assignee: | Platform-Debug-Inbox <platform-debug-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | Michael_Rennie, remy.suen |
| Version: | 3.6 | ||
| Target Milestone: | 2.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| See Also: | https://bugs.eclipse.org/bugs/show_bug.cgi?id=243877 | ||
| Whiteboard: | |||
|
Description
Philippe Verdy
debug owns the console view. I forgot to check the Eclipse log file, so this bug is exactly the same as Bug 243877. I forgot to check the Eclipse log file, so this bug is exactly the same as Bug 243877. But not that this is not restricted to Fixed width mode of the console. There's still a problem of refresh in the non-fixed width mode, where the text is displayed at the wrong position, and then duplicated at the right position when the program terminates. Any program that just writes a single long line (for example in a loop of System.out.print(someInteger+", "), finally terminated by System.out.println() will have this problem. Such program is quite common when running a static main function integrated in some class to test, where the internal class data or detailed processing info is just dumped to the standard output. Thanks for reporting back Philippe, I will mark this as a dupe of bug 243877, and add you steps to reproduce to that bug. *** This bug has been marked as a duplicate of bug 243877 *** |