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 225142 - NbBundle.Message blocks the editor
Summary: NbBundle.Message blocks the editor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.2.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 14:29 UTC by scanti
Modified: 2013-08-20 15:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (31.86 KB, text/plain)
2013-01-21 14:29 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2013-01-21 14:29:11 UTC
Created attachment 130449 [details]
thread dump

I was using NbBundle.getMessage(xxx.class "yyy") in a java file of mine.
I clicked on the Hint that suggested to use NbBundle.message and it blocked the editor. The when the mouse was over the TopComponent with that Java File The cursor was an hour glass, but I was able to selected other TopComponents.

I am attaching the thread dump
Comment 1 Martin Kozeny 2013-08-09 11:17:15 UTC
Probably problem with tasks in Parsing API. Generic project issue.
Comment 2 Milos Kleint 2013-08-20 13:02:21 UTC
I suppose org.netbeans.modules.junit.actions.JUnitMethodRunnerProvider.getTestMethod() should not be called in AWT?
Comment 3 Theofanis Oikonomou 2013-08-20 15:16:03 UTC
This should be fixed by http://hg.netbeans.org/main-golden/rev/7cbe1576bbb0. Please try a latest build and if it still doen not work for you reopen attaching a profiler snapshot. Thank you