javapathfinder / jpf-core

JPF is an extensible software analysis framework for Java bytecode. jpf-core is the basis for all JPF projects; you always need to install it. It contains the basic VM and model checking infrastructure, and can be used to check for concurrency defects like deadlocks, and unhandled exceptions like NullPointerExceptions and AssertionErrors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native peer methods for java.lang.ClassLoader are missing

yuvaraj-anbarasan opened this issue · comments

A few methods in ClassLoader class are missing in the native peer class of ClassLoader. Hence a few test cases fail because of this. One such test is the URLClasssLoaderTest getDefinedPackage, were the test fails because of the missing method getDefinedPackage in the native peer class.