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 206103 - 12s - around php.editor.PHPCompletionItem$FunctionElementItem.getInsertPrefix()
Summary: 12s - around php.editor.PHPCompletionItem$FunctionElementItem.getInsertPrefix()
Status: RESOLVED DUPLICATE of bug 205869
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-12-07 16:48 UTC by djdevin
Modified: 2011-12-08 08:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183533


Attachments
nps snapshot (120.79 KB, application/nps)
2011-12-07 16:48 UTC, djdevin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description djdevin 2011-12-07 16:48:49 UTC
This bug was originally marked as duplicate of bug 197270, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 RC1 (Build 201111242103)
VM: OpenJDK 64-Bit Server VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_b147-icedtea-mockbuild_2011_11_15_23_47-b00
OS: Linux

User Comments:
djdevin: typing:

  foreach ($mesh_field as $key => $item) {
  $field_mesh[] = array(
    'keyword' => $me



Maximum slowness yet reported was 12436 ms, average is 12436
Comment 1 djdevin 2011-12-07 16:48:55 UTC
Created attachment 113933 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-12-07 17:59:41 UTC
org.netbeans.modules.php.editor.PHPCompletionItem$FunctionElementItem.getInsertPrefix()	64.69027	7543 ms (64,7%)	7543 ms	121
Comment 3 Ondrej Brejla 2011-12-08 08:57:48 UTC

*** This bug has been marked as a duplicate of bug 205869 ***