From: <pc...@us...> - 2008-03-19 00:14:07
|
Revision: 783 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=783&view=rev Author: pcorina Date: 2008-03-18 17:14:05 -0700 (Tue, 18 Mar 2008) Log Message: ----------- added support for switch statements. Warning: the NE operator from choco is really broken, so switch may not work properly. I will try to update to the new version of choco or we should switch to another, more reliable constraint solver (maybe with Suzette we should add CVC3). Modified Paths: -------------- trunk/extensions/symbc/src/gov/nasa/jpf/symbc/SymbolicInstructionFactory.java trunk/extensions/symbc/src/gov/nasa/jpf/symbc/numeric/MinMax.java Added Paths: ----------- trunk/extensions/symbc/src/gov/nasa/jpf/symbc/bytecode/LOOKUPSWITCH.java trunk/extensions/symbc/src/gov/nasa/jpf/symbc/bytecode/SwitchInstruction.java trunk/extensions/symbc/src/gov/nasa/jpf/symbc/bytecode/TABLESWITCH.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |