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 231845 - org.openide.text.DataEditorSupport.superSaveDoc: LowPerformance took 3793 ms.
Summary: org.openide.text.DataEditorSupport.superSaveDoc: LowPerformance took 3793 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-06-26 13:26 UTC by Exceptions Reporter
Modified: 2013-07-30 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201705


Attachments
nps snapshot (12.40 KB, application/nps)
2013-06-26 13:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-06-26 13:26:25 UTC
This bug was originally marked as duplicate of bug 209081, 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.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.45-b01-451, Java(TM) SE Runtime Environment, 1.6.0_45-b06-451-11M4406
OS: Mac OS X
Maximum slowness yet reported was 3793 ms, average is 3793
Comment 1 Exceptions Reporter 2013-06-26 13:26:26 UTC
Created attachment 136339 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-07-08 08:59:21 UTC
GrailsActionProvider.invokeAction calls NbLifeCycleManager.saveAll() from EDT.
Reassigning to groovy/Grails. Martin, please check it. Thank you.
Comment 3 Martin Janicek 2013-07-30 15:11:00 UTC
This is weird --> LifecycleManager.getDefault().saveAll() is used on many places and it's always called from EDT. I can't call it asynchronously because the sequent Grails command depends on the result.

Also there is only one report, almost one year old and from 7.3-beta. I would say it does not make sense to try to reschedule something. Closing as WONTFIX for now and if anyone gets into this again I'll take a deeper look.