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 126725 - deadlock in editor settings
Summary: deadlock in editor settings
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2008-02-05 14:51 UTC by Jan Pokorsky
Modified: 2008-02-12 10:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
junit test log (60.74 KB, text/plain)
2008-02-05 14:53 UTC, Jan Pokorsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2008-02-05 14:51:39 UTC
It has occurred several times in running junit tests. See attached log.
Comment 1 Jan Pokorsky 2008-02-05 14:53:04 UTC
Created attachment 56072 [details]
junit test log
Comment 2 Vitezslav Stejskal 2008-02-06 11:22:37 UTC
The BaseOptions_getCodeTemplateExpandKey looks suspicious. Yarda also reported some problems around that area, see issue
#126369.
Comment 3 Vitezslav Stejskal 2008-02-07 10:11:05 UTC
Fixed together with issue #126369. Please check that the deadlock has really gone. I tried running javadoc tests on my
laptop and they all passed.
Comment 4 Jan Pokorsky 2008-02-12 10:07:33 UTC
Verified, tests pass now