I have two Java beans of type A and B which both inherit from a patent class X. Both A and B were installed as shadow facts. In earlier versions of the Jess-DE, the Jess Editor code completion would show properties of the base class X in deffacts and defrules statements. Since I installed 71p1, code completion only offers properties defined in derived classes A or B, without any of the common properties from X. I get a flood of red X's on all the places my rules reference fields in the base class.
A,B and X are all in the same package and Jar file, so I don't think this is one of the new Eclipse pathing issues already noted for 71p1. Is this a known bug? Any work-arounds?
