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 20102

Summary: LookNode.getHandle does not have a way how to store the represented object
Product: contrib Reporter: Jaroslav Tulach <jtulach>
Component: LooksAssignee: issues@contrib <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jglick
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 18177    

Description Jaroslav Tulach 2002-02-04 10:58:25 UTC
In the new looks architecture the LookNode.getHandle of the root LookNode stores
the map of looks attached to nodes in the subtree, but to fully work, it needs a
way how to recreate the represented object. 

Probably some API method is needed: Look.persistentStorage (NodeSubstitute) or
so...
Comment 1 Petr Hrebejk 2002-06-24 11:12:15 UTC
Moving Looks issues to dev 4.0
Comment 2 Marian Mirilovic 2003-01-29 12:54:46 UTC
added keyword PROJECTS, because we need to distinguish 
issues against NB4.0 and S1Sx.y
Comment 3 Jesse Glick 2003-03-19 17:54:22 UTC
There is Look.id(Object) now, is that what that is for?
Comment 4 Marian Mirilovic 2003-12-22 13:23:46 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss
the
current work on projects prototype has been stopped.

removed PROJECTS keyword.
Comment 5 Marian Mirilovic 2004-06-14 14:09:12 UTC
re-evaluate please ...
Comment 6 Petr Hrebejk 2007-01-09 14:56:20 UTC
x
Comment 7 Quality Engineering 2012-10-18 02:02:30 UTC
Integrated into 'main-golden', will be available in build *201210180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8a8645d37e6e
User: Petr Pisl <ppisl@netbeans.org>
Log: #20102 - Parameter's context not resolved if used in object literal