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 29213 - JavaPlatform.firePropertyChange should be protected
Summary: JavaPlatform.firePropertyChange should be protected
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-02 15:42 UTC by Martin Ryzl
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 Martin Ryzl 2002-12-02 15:42:39 UTC
org.netbeans.api.javaJavaPlatform.firePropertyChange(...)
method should be protected (not package private)
otherwise subclasses cannot fire an event.
Comment 1 Tomas Zezula 2003-01-16 09:52:26 UTC
Sounds reasonable.
Comment 2 Tomas Zezula 2003-01-16 10:25:06 UTC
mathod signature changed to protected final
Comment 3 Jan Becicka 2003-11-25 14:04:03 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:13:11 UTC
---> CLOSED