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 160296 - IDE hangs on inline refactoring
Summary: IDE hangs on inline refactoring
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-03-14 14:37 UTC by Tomas Stupka
Modified: 2009-04-03 15:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
td (53.91 KB, text/plain)
2009-03-14 14:38 UTC, Tomas Stupka
Details
messages (26.17 KB, text/plain)
2009-03-14 14:40 UTC, Tomas Stupka
Details
gestures in case it might be of some help (276.50 KB, text/plain)
2009-03-14 14:41 UTC, Tomas Stupka
Details
more thread dumps (57.56 KB, text/plain)
2009-03-14 14:49 UTC, Tomas Stupka
Details
messages.log (103.70 KB, text/plain)
2009-03-16 11:18 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2009-03-14 14:37:35 UTC
tried to refactor a variable name in the editor. After hitting ctrl+r the ide stopped responding. Lost my patience after
a few minutes and restarted the whole thing.
See attached thread dump...

sorry, if this isn't the right component to reported this problem
Comment 1 Tomas Stupka 2009-03-14 14:38:46 UTC
Created attachment 78181 [details]
td
Comment 2 Tomas Stupka 2009-03-14 14:40:46 UTC
Created attachment 78182 [details]
messages
Comment 3 Tomas Stupka 2009-03-14 14:41:28 UTC
Created attachment 78183 [details]
gestures in case it might be of some help
Comment 4 Tomas Stupka 2009-03-14 14:48:44 UTC
the same mess again - just tried to delete some selected text in the editor
Comment 5 Tomas Stupka 2009-03-14 14:49:37 UTC
Created attachment 78185 [details]
more thread dumps
Comment 6 Dusan Balek 2009-03-16 09:42:06 UTC
Are you able to reproduce the issue? If so, could you please run your IDE with
-J-Dorg.netbeans.modules.java.source.parsing.JavacParser.level=FINEST and attach the messages.log file to the issue? Thanks.
Comment 7 Tomas Stupka 2009-03-16 11:18:51 UTC
Created attachment 78217 [details]
messages.log
Comment 8 Vitezslav Stejskal 2009-03-17 15:49:17 UTC
Looks strange, no deadlock, but RepositoryUpdater is indexing your sources. Which is ok, but should finish at some point
and not block you forever. Is there 'Scanning...' progress bar visible in the IDE? If you click on it does it show
changing source roots? Thanks
Comment 9 Tomas Stupka 2009-03-17 16:45:21 UTC
the progress bar was there yet it was frozen ...
Comment 10 Dusan Balek 2009-03-17 17:13:09 UTC
Could you please try to reproduce the issue using the newest build? (Or just ensure that your build contains the
following changest: http://hg.netbeans.org/main/rev/e9cabb55a6eb - See issue #160118 for more details). Thanks.
Comment 11 Tomas Stupka 2009-03-18 10:41:04 UTC
could not reproduce with the yesterdays build. closing...
Comment 12 martinhavle 2009-04-03 15:01:01 UTC
Seems to work properly, changing state of the issue to VERIFIED.