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 147893 - Override DataObject.getLookup() for contrib/tasklist.usertasks
Summary: Override DataObject.getLookup() for contrib/tasklist.usertasks
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tim Lebedkov
URL:
Keywords:
Depends on:
Blocks: 147492
  Show dependency tree
 
Reported: 2008-09-22 15:33 UTC by Andrei Badea
Modified: 2008-09-22 15:36 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:33:59 UTC
tasklist.usertasks/src/org/netbeans/modules/tasklist/usertasks/TaskListDataObject.java

should override getLookup() in a way that doesn't acquire Children.MUTEX (unlike the default implementation in
DataObject.getLookup). Cf. issue 147492.