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

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
>


Back to the top