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 193561

Summary: PHP completion slowness
Product: php Reporter: Jaroslav Tulach <jtulach>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED WONTFIX    
Severity: normal CC: pjiricka
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter: 453964
Bug Depends on:    
Bug Blocks: 179727    

Description Jaroslav Tulach 2010-12-17 19:56:26 UTC
Maybe org.netbeans.modules.csl.editor.completion.GsfCompletionProvider$JavaCompletionQuery.query() 
forgets to set "parsing" message?

See
http://statistics.netbeans.org/exceptions/exception.do?id=453964
Comment 1 David Strupl 2010-12-21 09:21:35 UTC
I have replaced the issue number that this one blocks - you changed the number of slowness report for the number of bug in bugzilla. I hope that it is now correct.
Comment 2 David Strupl 2010-12-21 09:39:26 UTC
I was trying to find the relevant reports in the pile of duplicates. All csl related reports like the following one

http://statistics.netbeans.org/exceptions/exception.do?id=361010

end up in PHP completion. The method

PHPCompletionItem.getRhsHtml is being called from AWT and it must finish faster otherwise it freezes the code completion.
Comment 3 Petr Pisl 2011-10-31 16:08:34 UTC
These reports are obsolete, due to problem with exception reports. There was a decision, that we will not go through these reports and we will fix only the new ones.