Hi Folks,

Well, once somebody mentions a bug on this list, I just can't rest
until I squash it... so I took a look at Bob Orchard's disappearing
definstance bug. It's a pretty obvious one: look in
jess/reflect/ReflectFunctions.java, in the Definstance class, in the
eventHappened method. This code is the replacement for the old
Resetable and Clearable interface stuff, which is now gone. I must've
cut and pasted the old code to compose this new JessEvent
handler. Unfortunately, I forgot to put 'break' statements between the
clauses! So at lines 635 and 639 there should be breaks. I also note
duplicate addJessListener calls at line 37; you can delete that one
line. 

Anyway, that should clear up Bob's observation.

---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9214                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to