Bugs item #954076, was opened at 2004-05-14 17:34
Message generated for change (Settings changed) made by kal_ahmed
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=391879&aid=954076&group_id=27895
Category: Tolog engine
>Group: TM4J 0.9.4
>Status: Pending
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Kal Ahmed (kal_ahmed)
Summary: Unconstraint predicate query causes NullPointerException
Initial Comment:
Following statement causes tolog to crash:
select * from instance-of($A,$B) ?
Exception:
java.lang.NullPointerException at
org.tm4j.tolog.InstanceOfExtension.getInstanceMatches(InstanceOfExtension.java:114)
....
The same applies to the DirectInstanceOfExtension class
as well.
P.S.: The TM4J version which I tested is 0.9.4
Stefan (st...@fr...)
----------------------------------------------------------------------
>Comment By: Kal Ahmed (kal_ahmed)
Date: 2004-05-14 20:54
Message:
Logged In: YES
user_id=176992
Fixed in CVS. There are now also a couple of unit tests to
cover this case.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=391879&aid=954076&group_id=27895
|