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 157229

Summary: low performanse of CodeFoldingSideBar.paintComponent(Graphics)
Product: editor Reporter: Alexander Simon <alexvsimon>
Component: Code foldingAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152213    
Attachments: EDT stack

Description Alexander Simon 2009-01-21 14:23:34 UTC
Method consumes a lot of time of EDT on large files and freezes UI.
For example, inserting line in a file with 300K lines freeze UI on 6 seconds.
Comment 1 Alexander Simon 2009-01-21 14:24:12 UTC
Created attachment 76095 [details]
EDT stack
Comment 2 Petr Dvorak 2009-01-22 09:52:34 UTC
*** Issue 157291 has been marked as a duplicate of this issue. ***
Comment 3 Vitezslav Stejskal 2009-02-04 10:32:24 UTC
Most likely the same inefficiency as in issue #156583. Is there any chance to generate and attach more threaddumps? Thanks

*** This issue has been marked as a duplicate of 156583 ***