1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00
cdt/launch/org.eclipse.cdt.docker.launcher
Jeff Johnston bd7fad5f67 Bug 469529 - null pointer exception starting Docker launcher
- an init() call from the Docker Launch plugin start() method may
  not be able to get a Workbench Window so add code to ensure that
  an NPE does not occur in ConnectionListener
- fix the ContainerLaunchConfigurationDelegate to return null for
  the ipaddress() of the gdbserver run job if the info has not
  yet been set (thread timing)

Change-Id: I6dae9f1997d8b5b7db3246c0feb7966c4795b05b
2015-06-05 22:51:16 -04:00
..
.settings Add Docker launching support 2015-05-19 13:54:52 -04:00
icons Add missing icon to CDT Docker Launch plug-in. 2015-06-01 16:13:11 -04:00
META-INF Add Docker launching support 2015-05-19 13:54:52 -04:00
src/org/eclipse/cdt Bug 469529 - null pointer exception starting Docker launcher 2015-06-05 22:51:16 -04:00
.classpath Add Docker launching support 2015-05-19 13:54:52 -04:00
.gitignore Add Docker launching support 2015-05-19 13:54:52 -04:00
.project Add Docker launching support 2015-05-19 13:54:52 -04:00
about.html Add Docker launching support 2015-05-19 13:54:52 -04:00
build.properties Add Docker launching support 2015-05-19 13:54:52 -04:00
plugin.properties Add Docker launching support 2015-05-19 13:54:52 -04:00
plugin.xml Add Docker launching support 2015-05-19 13:54:52 -04:00
pom.xml Add Docker launching support 2015-05-19 13:54:52 -04:00