Bugs item #681397, was opened at 2003-02-05 19:29
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=681397&group_id=44253
Category: User interface
Group: Ugly
Status: Open
Resolution: None
Priority: 5
Submitted By: James Hsia (jhsia)
Assigned to: Nobody/Anonymous (nobody)
Summary: Console output garbled initially
Initial Comment:
If the console tab has not yet been displayed, then when
multiple println's statements are made in the
interactions pane, the console output will display the
earlier results too many times.
For example, before clicking on the console tab, if the
user types:
> x = 5
> System.out.println("x = " + x)
> System.out.println("x = " + x)
the console will display:
x = 5x = 5
x = 5
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=681397&group_id=44253
|