Community
Participate
Working Groups
Currently the WCC does not push it's environment onto the Environment stack. This is working fine for now, because the WCC always gets bindings from source (instead of reading IRs and converting them to bindings via Mof2Binding). However, when we start adding EGLARs into EDT, this will cause a problem, because bindings from EGLARs can only be converted via Mof2Binding. Mof2Binding has several places where it uses Environment.getCurrentEnv() to find things like system parts. This Bug should not be fixed until Bug 350092 is fixed, because pushing the extra environment could cause problems if the builder is running.
Fixed WorkingCopyProcessingQueue.java and WorkingCopyCompiler.java
good