From: <pcm...@us...> - 2007-09-05 19:29:01
|
Revision: 546 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=546&view=rev Author: pcmehlitz Date: 2007-09-05 12:28:59 -0700 (Wed, 05 Sep 2007) Log Message: ----------- * ARRAYLENGTH insn wasn't checking for NPEs * File was missing isFile() * better support for goal type conversion & runtime checking * field refs in WithinGoals * type checks & conversions on WithinGoal Modified Paths: -------------- trunk/env/jvm/gov/nasa/jpf/jvm/JPF_java_io_File.java trunk/src/gov/nasa/jpf/jvm/bytecode/ARRAYLENGTH.java trunk/src/gov/nasa/jpf/test/CompareGoal.java trunk/src/gov/nasa/jpf/test/FieldReference.java trunk/src/gov/nasa/jpf/test/Goal.java trunk/src/gov/nasa/jpf/test/NoThrowsGoal.java trunk/src/gov/nasa/jpf/test/RegexGoal.java trunk/src/gov/nasa/jpf/test/TestContext.java trunk/src/gov/nasa/jpf/test/TestSpec.g trunk/src/gov/nasa/jpf/test/TestSpecLexer.java trunk/src/gov/nasa/jpf/test/TestSpecParser.java trunk/src/gov/nasa/jpf/test/ThrowsGoal.java trunk/src/gov/nasa/jpf/test/WithinGoal.java trunk/src/gov/nasa/jpf/tools/MethodTester.java trunk/test/gov/nasa/jpf/test/TestMethodTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |