[Scons-users] java problems

Mats Wichmann mats at wichmann.us
Tue Dec 12 15:45:55 EST 2017


On 12/12/2017 01:32 PM, Mats Wichmann wrote:

> I'm not wise enough in the ways of Java to see where the third Light
> inner class is even coming from. If I'm not wrong, I see two 

okay, it looks like the third one is the same as described by this bug:

http://scons.tigris.org/issues/show_bug.cgi?id=2046

we are indeed switching on an enum in line 231:

        switch (observationInfo.getObserveAction()) {

... the method returns a:

public enum ObserveAction {


More information about the Scons-users mailing list