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

Summary: Do not use deprecated public WeakListener subclasses
Product: platform Reporter: Petr Nejedly <pnejedly>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: TASK Exception Reporter:

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