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.
517 stars 326 forks source link

add descriptorString() method in Class.java #455

Closed eklaDFF closed 1 month ago

eklaDFF commented 1 month ago

add descriptorString() method in Class.java

cyrille-artho commented 1 month ago

Thanks!