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 61017 - Palette API and SPI is mixed
Summary: Palette API and SPI is mixed
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks: 58859
  Show dependency tree
 
Reported: 2005-07-15 11:12 UTC by David Kaspar
Modified: 2008-12-22 22:50 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 David Kaspar 2005-07-15 11:12:38 UTC
Y02 from #58859:
We usually try to not refer from API to SPI, this is not the case.
Comment 1 Stanislav Aubrecht 2005-07-18 11:28:31 UTC
fixed

i moved all public interface classes to a single package:
org.netbeans.modules.palette.spi

(please note that this will change to org.netbeans.spi.palette when the module
interface stability will have changed to development/stable)
Comment 2 Tomas Danek 2005-08-02 11:57:10 UTC
Please verify..thanx
Comment 3 David Kaspar 2005-08-02 14:44:36 UTC
Verified