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 235532

Summary: org.netbeans.modules.maven.queries.MavenFileEncodingQueryImpl.getEncoding: LowPerformance took 25154 ms.
Product: javaee Reporter: janario
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: RESOLVED DUPLICATE    
Severity: normal CC: arittner, ravindranathakila
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 161944
Attachments: nps snapshot

Description janario 2013-09-04 21:43:54 UTC
Build: NetBeans IDE Dev (Build 20130904-227582655241)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
janario: Clicking in a namedquery link from EntityManager.createNamedQuery()

arittner: Starting IDE with six maven based projects (RCP, 3 modules, 1 suite, 1 app, 1 app pom) with ciManagement URL for a hudson server



Maximum slowness yet reported was 25154 ms, average is 11577
Comment 1 janario 2013-09-04 21:44:00 UTC
Created attachment 139682 [details]
nps snapshot
Comment 2 Milos Kleint 2013-09-06 09:40:30 UTC
org.netbeans.modules.j2ee.persistence.editor.hyperlink.NamedQueryHyperlinkProvider.performClickAction appears to in the end call approx. 200 calls to FileEncodingQuery, no apparent one culprit I can see.
Comment 3 Sergey Petrov 2013-09-06 11:29:31 UTC
there are two old reports unrelated, and one new persistence related.
Comment 4 Sergey Petrov 2014-01-14 14:57:35 UTC

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