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 226444 - Rename halts IDE for dozens of seconds
Summary: Rename halts IDE for dozens of seconds
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 09:43 UTC by pekarna
Modified: 2013-02-22 07:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (139.94 KB, text/x-log)
2013-02-22 04:36 UTC, pekarna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2013-02-21 09:43:37 UTC
NetBeans 7.3.RC2

Pressing Ctrl + R in Java code halts the ide for roughly 20 seconds.
No slowness detection appears.
IDE restart doesn't help.
The opened project isn't large - ~300 source files.
Memory settings are high enough (2500 MB, of which ~800 is used).

After that, Rename dialog appears normally.
I didn't notice that before RC2.
Comment 1 Ralph Ruijs 2013-02-21 12:27:42 UTC
I'm not able to reproduce this behavior. Could you add some more information on what happens? Please, also attach the messages.log and a profile snapshot.

http://wiki.netbeans.org/FaqProfileMeNow
Comment 2 pekarna 2013-02-22 04:36:42 UTC
Created attachment 131710 [details]
messages.log
Comment 3 pekarna 2013-02-22 04:37:16 UTC
There are a lot of JRebel-related messages. I'll try uninstalling it.
Comment 4 pekarna 2013-02-22 04:39:11 UTC
Really, just switching JRebel off (JRebel on/off button) fixed this.
So I guess this is a JRebel plugin bug. Resolving as wontfix(?).
Comment 5 Jan Lahoda 2013-02-22 07:47:15 UTC
I guess it would still be useful to have the profiler snapshot (or at least a thread dump), to double-check the culprit is not NetBeans, and to report it (with the snapshot) to the JRebel guys.