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 267698 - org.netbeans.core.startup.preferences.PreferencesProviderImpl.preferencesForModule: LowPerformance took 33337 ms.
Summary: org.netbeans.core.startup.preferences.PreferencesProviderImpl.preferencesForM...
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: vralfy
URL: http://plugins.netbeans.org/plugin/42434
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2016-08-25 09:57 UTC by SebastianZ
Modified: 2016-09-05 10:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225913


Attachments
nps snapshot (232.89 KB, application/nps)
2016-08-25 09:57 UTC, SebastianZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SebastianZ 2016-08-25 09:57:51 UTC
This bug was originally marked as duplicate of bug 177420, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
SebastianZ: Happened when pasting more than 1000 lines into a PHP file



Maximum slowness yet reported was 33337 ms, average is 33337
Comment 1 SebastianZ 2016-08-25 09:57:56 UTC
Created attachment 161762 [details]
nps snapshot
Comment 2 Tomas Hurka 2016-09-02 20:06:03 UTC
The snapshots shows that most of the time (99%) is spent in de.foopara.phpcsmd.generics.GenericAnnotationBuilder.getAnnotationType() method. 

This code is in de.foopara.phpcsmd plugin. Reassigning  to updateceters/pluginportal.
Comment 3 Jiri Kovalsky 2016-09-05 10:16:35 UTC
Norman, can you please investigate what's wrong in your PHPCSMD plugin? Thanks!