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 20837 - Do not use deprecated public WeakListener subclasses
Summary: Do not use deprecated public WeakListener subclasses
Status: RESOLVED DUPLICATE of bug 34758
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-25 16:43 UTC by Petr Nejedly
Modified: 2012-10-20 01:30 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 2002-02-25 16:43:07 UTC
MultiFileSystem subclasses deprecated WeakListener.FileChange just because
of recogniting its own listeners.

Use a different scheme for recognizing its own WeakListeners.
(Wrap the weakL in a private delegatinng layer, wait for reimplementation
of the WeakListener and ask it for the original listener or something else)

The deprecated subclasses of WeakListener may be removed in future.
Comment 1 Marek Grummich 2002-07-22 11:20:56 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 11:23:06 UTC
Set target milestone to TBD
Comment 3 Jesse Glick 2007-05-15 21:14:27 UTC
Long fixed.

*** This issue has been marked as a duplicate of 34758 ***
Comment 4 Quality Engineering 2012-10-20 01:30:18 UTC
Integrated into 'main-golden', will be available in build *201210200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bf00d0871844
User: Tomas Kraus <TomasKraus@netbeans.org>
Log: #20837 - Complete isReady() method refactoring, added admin port check and missing enable-secure-admin command warning