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

Summary: org.netbeans.modules.editor.indent.IndentImpl.reformatLock: LowPerformance took 91641 ms.
Product: php Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199312
Attachments: nps snapshot

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.