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 157364 - Delete org.netbeans.modules.gsf.api.annotations
Summary: Delete org.netbeans.modules.gsf.api.annotations
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords: API, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2009-01-23 14:43 UTC by Jesse Glick
Modified: 2010-09-28 14:16 UTC (History)
1 user (show)

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 Jesse Glick 2009-01-23 14:43:29 UTC
org.netbeans.api.annotations.common should be used instead.
Comment 1 Vitezslav Stejskal 2009-02-04 10:33:52 UTC
Already deleted in CSL.
Comment 2 David Strupl 2009-03-31 15:51:49 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that
it should be implemented please reopen and set the target milestone to "next".
Comment 3 Jesse Glick 2009-03-31 19:22:59 UTC
Please reevaluate. Isn't CSL merged now?
Comment 4 Vitezslav Stejskal 2009-04-01 10:20:43 UTC
CSL is already merged, but the old GSF is still in trunk and defines and uses o.n.m.gsf.api.annotations.
Comment 5 David Strupl 2009-04-23 09:19:44 UTC
Changing target milestone to next since this cannot be fixed in 6.7 because we keep gsf (because of python).
Comment 6 Vitezslav Stejskal 2009-04-23 13:17:24 UTC
"Changing target milestone to next since this cannot be fixed in 6.7 because we keep gsf (because of python)." - Well,
we should simply delete the annotations from GSF and replace their usage by org.netbeans.api.annotations.common, which
is what I did in CSL. It's an incompatible change, but there are not many modules based on GSF now.
Comment 7 David Strupl 2009-06-08 14:09:43 UTC
Marek, these are yours now ...
Comment 8 David Strupl 2010-09-28 14:16:32 UTC
I think this can be closed as fixed (as it is fixed in CSL). The only change that will ever go to the original GSF is the whole module removal (if it is not already the case).