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 35826 - API change in SetDefaultValueAction
Summary: API change in SetDefaultValueAction
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-08-28 14:12 UTC by Jaroslav Tulach
Modified: 2008-12-22 21:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Fix & test (2.00 KB, patch)
2003-08-28 14:16 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2003-08-28 14:12:35 UTC
Deleting of the public constructor causes a
problem as the class is patched to be public
later, but the constructor remains package
private. Will attach a patch (as I promised not to
commit to trunk this week ;-)
Comment 1 Jaroslav Tulach 2003-08-28 14:16:03 UTC
Created attachment 11466 [details]
Fix & test
Comment 2 Jesse Glick 2003-08-28 14:27:18 UTC
Thanks for patch, will apply.
Comment 3 Jesse Glick 2003-08-28 22:42:24 UTC
Thanks for the patch.

committed   * Up-To-Date  1.10       
openide/compat/test/unit/src/org/openide/CompatibilityTest.java
committed   * Up-To-Date  1.26       
openide/src/org/openide/explorer/propertysheet/SetDefaultValueAction.java
Comment 4 Lukas Hasik 2004-02-26 15:03:31 UTC
marking verified, I belive you Y&J