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 - cookie sample code doesn't match documentation
Summary: cookie sample code doesn't match documentation
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://bits.netbeans.org/dev/javadoc/...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 15:10 UTC by mvolkmann
Modified: 2010-04-17 08:20 UTC (History)
1 user (show)

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 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