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 236776 - 113s in de.foopara.phpcsmd plugin
Summary: 113s in de.foopara.phpcsmd plugin
Status: STARTED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 7.4
Hardware: All All
: P1 normal (vote)
Assignee: vralfy
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-10-04 17:01 UTC by Exceptions Reporter
Modified: 2014-11-21 14:40 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204375


Attachments
nps snapshot (1017.41 KB, application/nps)
2013-10-04 17:01 UTC, Exceptions Reporter
Details
nps snapshot (244.94 KB, application/nps)
2013-10-23 08:35 UTC, vgrigory
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-10-04 17:01:16 UTC
This bug was originally marked as duplicate of bug 221482, 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.4 RC1 (Build 201309162201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
GUEST: In a java web application using eclipselink jpa, I ctrl+click on a named query and it took a long time to find the associated class and query definition.



Maximum slowness yet reported was 113616 ms, average is 113616
Comment 1 Exceptions Reporter 2013-10-04 17:01:29 UTC
Created attachment 140814 [details]
nps snapshot
Comment 2 Milos Kleint 2013-10-07 14:17:41 UTC
time is spent in proxy lookup methods? maybe folder lookup related? please evaluate if duplicate of existing issue, I've seen a few items like that before.
Comment 3 vgrigory 2013-10-23 08:35:57 UTC
Created attachment 141452 [details]
nps snapshot

suspect is PHPMD plugin...
Comment 4 Jaroslav Tulach 2013-11-20 09:18:43 UTC
84s in http://statistics.netbeans.org/exceptions/exception.do?id=700344 
- de.foopara.phpcsmd.generics.GenericAnnotationBuilder.annotateLine()	

24s in http://statistics.netbeans.org/exceptions/exception.do?id=700117
- de.foopara.phpcsmd.generics.GenericAnnotationBuilder.updateAnnotations(

Looks like the de.foopara.phpcsmd is broken and should be removed from update center. Unless it gets fixed by our PHP community.
Comment 5 Tomas Mysik 2013-11-20 09:41:31 UTC
Nothing to do with PHP support itself. Reassigning to Jirka, thanks.
Comment 6 Jiri Kovalsky 2013-11-20 09:47:44 UTC
This is most probably a problem of PHPCSMD plugin [1] from Norman Specjt. Norman, can you please take a look at this slowness? Thanks!

[1] http://plugins.netbeans.org/plugin/42434
Comment 7 vralfy 2013-11-20 18:08:04 UTC
I will check that, but currently i can't confirm your reports.

Have you checked the "try threading analysis" in the phpcsmd options?
Comment 8 Jiri Kovalsky 2014-08-19 12:39:16 UTC
Norman, any progress on this issue? Seems like we have another similar issue #246316.