From: <pcm...@us...> - 2009-03-11 04:13:19
|
Revision: 1268 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1268&view=rev Author: pcmehlitz Date: 2009-03-11 04:12:50 +0000 (Wed, 11 Mar 2009) Log Message: ----------- * added a bit more support for java.text.DateFormat, plus basic test. While the idea was to use native peers to cut off the whole calendar and parse/format processing, this doesn't really work right now - there are too many insns executed, and if somebody seriously uses the xxFormat APIs, there's a bad chance of hitting missing natives and/or only partially initialized JPF (proxy) objects. Needs more work * added an MJIEnv.getDateObject() converter Modified Paths: -------------- trunk/env/jvm/gov/nasa/jpf/jvm/JPF_java_text_DateFormat.java trunk/src/gov/nasa/jpf/jvm/MJIEnv.java Added Paths: ----------- trunk/test/gov/nasa/jpf/jvm/TestJavaTextDateFormat.java trunk/test/gov/nasa/jpf/jvm/TestJavaTextDateFormatJPF.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |