<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for JavaPathFinder</title><link>https://sourceforge.net/p/javapathfinder/activity/</link><description>Recent activity for JavaPathFinder</description><language>en</language><lastBuildDate>Sun, 01 Oct 2017 20:30:28 -0000</lastBuildDate><item><title>Anunay kant posted a comment on ticket #69</title><link>https://sourceforge.net/p/javapathfinder/bugs/69/?limit=25#e98e</link><description>milos, jpf still havent developed low mechanism abstractions ,some methods that use the native librarires will be ignored by jpf the field.set function uses the same native library abstraction .thus every block of code that uses these will give JPF Exception as in this case Illegal Argument Exception . please go through this https://babelfish.arc.nasa.gov/trac/jpf/wiki/devel/mji#no1 I hope this helped you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anunay kant</dc:creator><pubDate>Sun, 01 Oct 2017 20:30:28 -0000</pubDate><guid>https://sourceforge.net/p/javapathfinder/bugs/69/?limit=25#e98e</guid></item><item><title>Anunay kant posted a comment on ticket #70</title><link>https://sourceforge.net/p/javapathfinder/bugs/70/?limit=25#5bc8/f031</link><description>please have a look .</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anunay kant</dc:creator><pubDate>Sat, 02 Sep 2017 21:40:46 -0000</pubDate><guid>https://sourceforge.net/p/javapathfinder/bugs/70/?limit=25#5bc8/f031</guid></item><item><title>Anunay kant posted a comment on ticket #70</title><link>https://sourceforge.net/p/javapathfinder/bugs/70/?limit=25#f720</link><description>the problem here is in the cast function in the src/classes/java.lang/class.java file in jpf source code. actually, it was using the following implementation, public T cast(Object obj){ if(o!=null &amp;&amp; !instanceof(o)){ throws new ClassCastException(); } return (T)o; } here ,the instanceof() function is a native function and its implementation certainly is not working properly. so ,what i did was I modified the function as public T cast(Object o){ try{ return (T)o; } catch(ClassCastException e){ throw...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anunay kant</dc:creator><pubDate>Sat, 02 Sep 2017 21:16:25 -0000</pubDate><guid>https://sourceforge.net/p/javapathfinder/bugs/70/?limit=25#f720</guid></item><item><title>JavaPathFinder released /OldFiles/javapathfinder-src-1.0.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/javapathfinder/files/OldFiles/javapathfinder-src-1.0.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JavaPathFinder</dc:creator><pubDate>Wed, 14 Jan 2015 12:22:59 -0000</pubDate><guid>http://sourceforge.net/projects/javapathfinder/files/OldFiles/javapathfinder-src-1.0.zip/download</guid></item><item><title>JavaPathFinder released /OldFiles/jpf-lib.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/javapathfinder/files/OldFiles/jpf-lib.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JavaPathFinder</dc:creator><pubDate>Wed, 14 Jan 2015 12:22:59 -0000</pubDate><guid>http://sourceforge.net/projects/javapathfinder/files/OldFiles/jpf-lib.zip/download</guid></item><item><title>JavaPathFinder released /OldFiles/jpf-build-tools.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/javapathfinder/files/OldFiles/jpf-build-tools.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JavaPathFinder</dc:creator><pubDate>Wed, 14 Jan 2015 12:22:59 -0000</pubDate><guid>http://sourceforge.net/projects/javapathfinder/files/OldFiles/jpf-build-tools.zip/download</guid></item><item><title>JavaPathFinder released /OldFiles/javapathfinder-src-libs-1.0-7-oct-05.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/javapathfinder/files/OldFiles/javapathfinder-src-libs-1.0-7-oct-05.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JavaPathFinder</dc:creator><pubDate>Wed, 14 Jan 2015 12:22:59 -0000</pubDate><guid>http://sourceforge.net/projects/javapathfinder/files/OldFiles/javapathfinder-src-libs-1.0-7-oct-05.zip/download</guid></item></channel></rss>