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 228036 - org.netbeans.modules.editor.indent.IndentImpl.reformatLock: LowPerformance took 91641 ms.
Summary: org.netbeans.modules.editor.indent.IndentImpl.reformatLock: LowPerformance to...
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-28 11:54 UTC by Exceptions Reporter
Modified: 2013-03-28 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199312


Attachments
nps snapshot (375.83 KB, application/nps)
2013-03-28 11:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-03-28 11:54:13 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows XP

User Comments:
GUEST: Quando estou no outra janela e clico para voltar para netbeans ou quando salvo o script.



Maximum slowness yet reported was 627364 ms, average is 359502
Comment 1 Exceptions Reporter 2013-03-28 11:54:20 UTC
Created attachment 133170 [details]
nps snapshot
Comment 2 Dusan Balek 2013-03-28 12:50:45 UTC
AWT EDT (inside GsfReformatTask) waits for the parser lock which is held by extremely slow PHPCodeCompletion. Reassigning.
Comment 3 Ondrej Brejla 2013-03-28 13:03:04 UTC
Sorry, but it's caused by extremely slow FS. WinNTFileSystem.getBooleanAttributes takes 45s... We can't do anything with that. Sorry.