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

Summary: CSL: Implements / Overrides
Product: editor Reporter: rmatous <rmatous>
Component: CSL (API & infrastructure)Assignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: normal CC: emononen, phejl, pjiricka, tmysik
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.