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 54504 - deadlock trying to create JUnit tests
Summary: deadlock trying to create JUnit tests
Status: RESOLVED DUPLICATE of bug 54193
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-03 18:21 UTC by athompson
Modified: 2007-11-05 13:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (14.17 KB, text/plain)
2005-02-03 18:21 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2005-02-03 18:21:03 UTC
daily 20050202
jdk 1.5
win2k
working with web project w/ existing sources

my project already had some JUnit tests for a
package i was working on in the corresponding test
sources directory, but netbeans didn't give me the
option to run the tests. so i tried to create new
tests, which resulted in a hard deadlock (no UI
repaint, no way to recover). netbeans appeared to
deadlock when it said it was creating an existing
JUnit test class. no exception stack trace
relating to JUnit in console. attached is thread dump.
Comment 1 athompson 2005-02-03 18:21:35 UTC
Created attachment 20183 [details]
thread dump
Comment 2 ehucka 2005-02-07 10:32:50 UTC
probably in web module
Comment 3 Petr Jiricka 2005-02-07 18:20:59 UTC
Why do you think this is web module related? I don't see any webapps
classes in the stack trace.
Comment 4 Martin Schovanek 2005-02-09 12:39:41 UTC
I cannot reproduce it. Are you able still to reproduce it with fresh
userdir? If yes can you please attach a sample project on which you
can reproduce it?

Reassign to Editor for evaluating.
Comment 5 Miloslav Metelka 2005-02-09 16:13:37 UTC
Should be dup of issue 54193. Thanks for the report.

*** This issue has been marked as a duplicate of 54193 ***