From: <pcm...@us...> - 2007-10-19 00:49:58
|
Revision: 638 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=638&view=rev Author: pcmehlitz Date: 2007-10-18 17:49:57 -0700 (Thu, 18 Oct 2007) Log Message: ----------- * the missing SimStateMachine receiver constraint support note that the explicit send support is not yet correct: sendEvent(a,"foo") should match a.foo() or a.whatever.foo(), but not abc.foo(). But it seems this belongs to StringSetMatcher and can be fixed later (the regex just gets a bit more complicated) Modified Paths: -------------- trunk/examples/jpfESAS/launch/CEV-las-defect-sim.launch trunk/examples/jpfESAS/launch/CEV-nominal-sim.launch trunk/extensions/statechart/src/gov/nasa/jpf/jvm/choice/sc/SCEvent.java trunk/extensions/statechart/src/gov/nasa/jpf/tools/sc/SimStateMachine.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |