[ http://jira.codehaus.org/browse/MECLIPSE-138?page=comments#action_71043 ] 
            
Trygve Laugstol commented on MECLIPSE-138:
------------------------------------------

That is not how one designs for extentions. You'd rather make a plug-in 
mechanism or a selected, few methods protected to be able to enhance the 
current implementation.

Another alternative is to move the functionality you need out of the core 
plugin and re-use that in another plugin.

> Design Plugin classes for extension
> -----------------------------------
>
>                 Key: MECLIPSE-138
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-138
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.3
>            Reporter: Andrew Perepelytsya
>
> Please, replace all private access and methods in plugin classes with 
> protected. I'm trying to create a WSAD plugin by reusing (and subclassing) a 
> number of pure-Eclipse plugin classes, but it's impossible to accomplish 
> without changing the original sources.
> Doing this will simplify contributions.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to