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 138476 - Change descriptor will be final class instead of interface
Summary: Change descriptor will be final class instead of interface
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2008-06-27 12:57 UTC by Petr Hejl
Modified: 2008-07-08 13:58 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
proposed change (28.13 KB, text/plain)
2008-06-27 20:22 UTC, Petr Hejl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2008-06-27 12:57:01 UTC
AppChangeDescriptor is now API interface. The only implementation is j2ee private impl. There is new
DeploymentChangeDescriptor final class implementing this interface and used directly in any new api method. This is
compatible change.
Comment 1 Petr Hejl 2008-06-27 20:22:50 UTC
Created attachment 63620 [details]
proposed change
Comment 2 Petr Hejl 2008-06-27 20:27:23 UTC
This change is needed for "deploy on save" and is already implemented in http://hg.netbeans.org/jet-cos.

Will be merged on 07/07.
Comment 3 Petr Hejl 2008-07-08 13:58:55 UTC
Merged in trunk.