From: <pcm...@us...> - 2007-09-02 04:03:10
|
Revision: 541 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=541&view=rev Author: pcmehlitz Date: 2007-09-01 21:03:03 -0700 (Sat, 01 Sep 2007) Log Message: ----------- * added basic object creation (works recursive) * changed arg/ret compatibility checks to be based on values, to enable casts that are type/value compatible * Class.getPackage() needs to be implemented Modified Paths: -------------- trunk/env/jpf/java/lang/Class.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/ValSet.java trunk/src/gov/nasa/jpf/tools/MethodTester.java trunk/test/gov/nasa/jpf/test/TestMethodTest.java Added Paths: ----------- trunk/src/gov/nasa/jpf/test/ObjectCreator.java trunk/src/gov/nasa/jpf/test/ObjectException.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |