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 - PHP completion slowness
Summary: PHP completion slowness
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 179727
  Show dependency tree
 
Reported: 2010-12-17 19:56 UTC by Jaroslav Tulach
Modified: 2011-10-31 16:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 453964


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.