1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-07 02:23:18 +02:00
cdt/build/org.eclipse.cdt.managedbuilder.core
Andrew Eidsness 5dbcc8ec21 Bug 415789: NPE in ScannerConfigBuilder
An implementation of IEnvironmentVariable is returning null for its key
or value.  The javadoc on this interface doesn't mention null, which I
guess makes it a valid value.

This patch checks the result before trying to put it into an instance of
java.util.Properties.

Change-Id: Ic04ddd72dfb558ca403b549b64847c3437971407
Signed-off-by: Andrew Eidsness <andrewe@jfront.com>
Reviewed-on: https://git.eclipse.org/r/15820
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-08-28 17:23:23 -04:00
..
.settings Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
META-INF bug 404913: @since tags 2013-07-25 21:03:51 -04:00
schema bug 404913: Flag to designate build options to be also used by scanner discovery. 2013-07-24 14:05:03 -04:00
src/org/eclipse/cdt Bug 415789: NPE in ScannerConfigBuilder 2013-08-28 17:23:23 -04:00
.classpath Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
.cvsignore
.options
.project
about.html
build.properties Switched to Java 1.6. 2011-10-17 20:57:43 -07:00
ChangeLog
plugin.properties Properties spelling 2013-08-16 16:29:43 -04:00
plugin.xml Properties spelling 2013-08-16 16:29:43 -04:00
pom.xml Fixed parent pom version to reference 2013-08-27 15:16:24 -04:00