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 147890 - Override DataObject.getLookup() for contrib/docbook
Summary: Override DataObject.getLookup() for contrib/docbook
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: DocBook (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks: 147492
  Show dependency tree
 
Reported: 2008-09-22 15:21 UTC by Andrei Badea
Modified: 2009-02-19 20:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2008-09-22 15:21:29 UTC
docbook/src/org/netbeans/modules/docbook/DocBookDataObject.java
docbook/src/org/netbeans/modules/docbook/resources/solbook/SolBookDataObject.java

should override getLookup() in a way that doesn't acquire Children.MUTEX (unlike the default implementation in
DataObject.getLookup). Cf. issue 147492.
Comment 1 _ tboudreau 2008-12-11 18:58:38 UTC
Fixed in
http://hg.netbeans.org/main/contrib/rev/9f81c3f71143
Comment 2 _ tboudreau 2008-12-11 18:58:53 UTC
x