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 151991

Summary: cookie sample code doesn't match documentation
Product: platform Reporter: mvolkmann <mvolkmann>
Component: Data SystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker CC: tomwheeler
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://bits.netbeans.org/dev/javadoc/org-openide-loaders/org/openide/loaders/doc-files/api.html
Issue Type: DEFECT Exception Reporter:

Description mvolkmann 2008-10-31 15:10:07 UTC
In the section "What is a cookie?" it says "For the purpose of marking a cookie as such, the cookie interface should extend Node.Cookie. Other than that, there 
are no requirements as to what makes a vlid cookie". Then in the first example of a defining a cookie interface, it doesn't extend Node.Cookie.
Comment 1 Antonin Nebuzelsky 2008-11-13 13:35:26 UTC
Reassigning all openide/data systems issues to the new owner jskrivanek.
Comment 2 Jaroslav Tulach 2010-04-16 18:48:04 UTC
core-main#0086ed1b5166
Comment 3 Quality Engineering 2010-04-17 08:20:21 UTC
Integrated into 'main-golden', will be available in build *201004170515* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0086ed1b5166
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #151991: Changing the text to talk more about the cookie concept than Node.Cookie interface