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

Seeing as the managed builder is currently en vogue... Was anybody
planning to have a look at these defects:

- https://bugs.eclipse.org/bugs/show_bug.cgi?id=228018
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=223832
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=222179

The patches are quite small + limited in scope, but do make things
rather more consistent.  The first defect is actually pretty pernicious
in that the build stops working without any indication of what's
actually happenned.  Would it be possible for somebody to take a look
and (presuming they're any good) apply these patches to the 4.0 as well
as the 5.0 stream? 

Regards,

Chris Mead.


-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Schaefer, Doug
Sent: 29 April 2008 17:50
To: CDT General developers list.
Subject: RE: [cdt-dev] NPE's in managebuilder

Trust me. At this time, anyone able to help with the build plug-ins are
more than welcome.

Cheers,
Doug

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Elena Laskavaia
> Sent: Tuesday, April 29, 2008 12: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
> 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




Back to the top