Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] NPE's in managebuilder

Hmm... I am fixing it too. Should I stop fixing it?


Krasilnikov, Oleg wrote:
>
> This code was written by Intel guys (not by me personally).
> Sorry for bug. Fixing... 
>  
> >If there are no objections I can fix it and create project
> > settings for compiler errors/warnings which would include
> > this as an error.
>
> Nice idea.
>
>
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Elena Laskavaia
> Sent: Tuesday, April 29, 2008 8:46 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] NPE's in managebuilder
>
> Just in case somebody else wants to do it :)
>
> Schaefer, Doug wrote:
> >
> > We all own the managedbuilder plugin...
> >
> > D
> >
> > > -----Original Message-----
> > > From: cdt-dev-bounces@xxxxxxxxxxx
> > > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Elena Laskavaia
> > > Sent: Tuesday, April 29, 2008 12:39 PM
> > > To: CDT General developers list.
> > > Subject: [cdt-dev] NPE's in managebuilder
> > >
> > > Who owns managebuilder plugin?
> > > If you enable Null pointer access as error in Eclipse you can
> > > see several real NPE errors in the managebuilder.core plugin.
> > > example:
> > >                 if(message != null || message.length() != 0){
> > >                     buf.append(message).append(NEWLINE);
> > >                 }
> > > If there are no objections I can fix it and create project
> > > settings for compiler errors/warnings which would include
> > > this as an error.
> > > _______________________________________________
> > > cdt-dev mailing list
> > > cdt-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> --------------------------------------------------------------------
> Closed Joint Stock Company Intel A/O
> Registered legal address: Krylatsky Hills Business Park,
> 17 Krylatskaya Str., Bldg 4, Moscow 121614,
> Russian Federation
>
> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top