Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] how to monitor API changes between Mylar 1.0 and the 2.0 stream

Good point, I added a note on this to the porting guide.  While I was
tempted to make it final I think that's being prematurely restrictive.  So I
instead changed the name of the method to make it clear that this is not the
same method and ensuring that subclasses get a compile error instead of
unnecessarily overriding it.  

Mik 

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Eugene Kuleshov
> Sent: Wednesday, January 24, 2007 10:15 PM
> To: Mylar developer discussions
> Subject: Re: [mylar-dev] how to monitor API changes between Mylar 1.0
> and the 2.0 stream
> 
> Mik,
> 
>   How do we document that connector UI plugin should not owerwrite
> openRemoteTask() anymore? Maybe we should make that method final...
> 
>   regards,
>   Eugene
> 
> 
> Mik Kersten wrote:
> > Integrators: if interested in watching API changes as they happen
> between
> > Mylar 1.0 and 2.0 (e.g. to provide feedback) add a "watch" to the
> following
> > wiki page:
> >
> >   http://wiki.eclipse.org/index.php/Mylar_Porting_Guide
> >
> > Committers: when making an API change, make sure to add an entry to
> that
> > Porting Guide before marking the corresponding bug resolved.  Any
> change to
> > the signature of a class whose package is not prefixed with
> > org.eclipse.mylar.internal should be recorded there, method additions
> > included.  New API classes added should be listed there as well.
> >
> > Mik
> >
> >
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top