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

Summary: Override DataObject.getLookup() for contrib/tasklist.usertasks
Product: contrib Reporter: Andrei Badea <abadea>
Component: CodeAssignee: Tim Lebedkov <lebedkov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 147492    

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.