Commit be5a92e
committed
Fix NPE in MinimalState when project VM install is null
JavaRuntime.getVMInstall() can return null during project setup.
The null was passed to ExecutionEnvironment.isStrictlyCompatible()
which uses ConcurrentHashMap.containsKey(null), causing NPE.
This crashed the Plug-in Manifest Builder, leaving workspace projects
in inconsistent state and causing cascading test failures in
ProjectSmartImportTest.1 parent 4c26dd3 commit be5a92e
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
| |||
0 commit comments