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 177571 - CSL: Implements / Overrides
Summary: CSL: Implements / Overrides
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: PC All
: P1 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 03:44 UTC by rmatous
Modified: 2010-03-03 22:09 UTC (History)
4 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rmatous 2009-11-25 03:44:52 UTC
See preliminary 6.9 Plan:
http://wiki.netbeans.org/CSLRequirementsNB69

Please, provide API/SPI support into CSL that would help to implement this feature for individual languages. 

From PHP point of view makes sense almost the identical behavior as implemented in java. Ideally we could implement:
- implemets
- overrides
- is overriden
- has implementations

I think, (although not sure) other languages would like to see it implemented as well
Comment 1 Erno Mononen 2009-11-25 03:55:57 UTC
Yes, this would be very useful for Ruby too. For Ruby only overrides/is overridden is relevant though.
Comment 2 Jan Lahoda 2010-03-03 08:30:28 UTC
API added. The languages can implement OverridingMethods, returning reference from their DefaultLanguageConfig.
http://hg.netbeans.org/jet-main/rev/efb0edcf3f7f
Comment 3 Quality Engineering 2010-03-03 22:09:53 UTC
Integrated into 'main-golden', will be available in build *201003040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/efb0edcf3f7f
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #177571: CSL languages can provide overrides and is overridden annotations.