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.

Bug 135380

Summary: performance problem in output window due to unneeded flush
Product: cnd Reporter: Thomas Preisler <thp>
Component: -- Other --Assignee: Thomas Preisler <thp>
Status: VERIFIED FIXED    
Severity: blocker CC: mromashova, sustaining
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Thomas Preisler 2008-05-19 20:30:59 UTC
The output.flush() in run() in NativeExecution is not needed and slows down output.
Comment 1 Thomas Preisler 2008-05-19 20:49:59 UTC
Fixed:

changeset ea6f8abc41b3 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=ea6f8abc41b3
description:
	135380 performance problem in output window due to unneeded flush
Comment 2 Alexander Pepin 2008-05-20 16:01:47 UTC
verified in build 20080520
Comment 3 jinb 2008-06-02 14:30:07 UTC
fix backported into release61_fixes branch
http://hg.netbeans.org/release61_fixes/rev/a3ec8e061471
Comment 4 Thomas Preisler 2008-07-09 00:55:06 UTC
Removing SSIDE keyword. Fix has been integrated into SS.