EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
823 stars 341 forks source link

support war package in classpath #450

Open sweetStreet opened 1 year ago

sweetStreet commented 1 year ago

449

jose commented 1 year ago

Hi @sweetStreet,

Thanks for taking the time to contribute to this project.

Quick question, do java.util.jar.JarFile and java.util.jar.JarEntry support .war files out of the box? .jar and .war are quite similar but the Java documentation of JarFile does not mention .war files:

The JarFile class is used to read the contents of a jar file from any file that can be opened with java.io.RandomAccessFile.

-- Best, Jose