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

Summary: org.netbeans.core.startup.preferences.PreferencesProviderImpl.preferencesForModule: LowPerformance took 33337 ms.
Product: updatecenters Reporter: SebastianZ
Component: PluginportalAssignee: vralfy
Status: NEW ---    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
URL: http://plugins.netbeans.org/plugin/42434
Issue Type: DEFECT Exception Reporter: 225913
Attachments: nps snapshot

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!