Skip to content

Commit c25c970

Browse files
committed
Add useClasspathJar to fix PIT classpath overflow (NegativeArraySizeException)
Made-with: Cursor
1 parent c4ad87b commit c25c970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
<pathelement path="${test_build}" />
500500
</path>
501501
<!-- export feature activated to write mutants to file -->
502-
<pitest features="+EXPORT" threads="1" pitClasspath="pitest.classpath" classPath="mutation.path" targetClasses="org.aavso.tools.vstar.data.*,org.aavso.tools.vstar.data.validation.*,org.aavso.tools.vstar.data.filter.*,org.aavso.tools.vstar.util.date.*,org.aavso.tools.vstar.util.stats.PhaseCalcs,org.aavso.tools.vstar.util.stats.DescStats,org.aavso.tools.vstar.util.locale.*,org.aavso.tools.vstar.input.text.*,org.aavso.tools.vstar.util.comparator.*,org.aavso.tools.vstar.util.model.*,org.aavso.tools.vstar.util.notification.*,org.aavso.tools.vstar.exception.*" targetTests="org.aavso.tools.vstar.data.*,org.aavso.tools.vstar.data.validation.*,org.aavso.tools.vstar.data.filter.*,org.aavso.tools.vstar.util.date.*,org.aavso.tools.vstar.util.stats.PhaseCalcsTest,org.aavso.tools.vstar.util.stats.DescStatsPBTTest,org.aavso.tools.vstar.util.locale.*,org.aavso.tools.vstar.input.text.*,org.aavso.tools.vstar.util.comparator.*,org.aavso.tools.vstar.util.model.*,org.aavso.tools.vstar.util.notification.*,org.aavso.tools.vstar.exception.*,org.aavso.tools.vstar.auth.Auth0JSONParserTest" reportDir="${mutation_coverage_dir}" sourceDir="${src}" outputFormats="XML,HTML" timeoutConst="10000" timeoutFactor="2" jvmArgs="-Xmx2048m,-XX:+UseSerialGC" maxMutationsPerClass="50" />
502+
<pitest features="+EXPORT" threads="1" pitClasspath="pitest.classpath" classPath="mutation.path" targetClasses="org.aavso.tools.vstar.data.*,org.aavso.tools.vstar.data.validation.*,org.aavso.tools.vstar.data.filter.*,org.aavso.tools.vstar.util.date.*,org.aavso.tools.vstar.util.stats.PhaseCalcs,org.aavso.tools.vstar.util.stats.DescStats,org.aavso.tools.vstar.util.locale.*,org.aavso.tools.vstar.input.text.*,org.aavso.tools.vstar.util.comparator.*,org.aavso.tools.vstar.util.model.*,org.aavso.tools.vstar.util.notification.*,org.aavso.tools.vstar.exception.*" targetTests="org.aavso.tools.vstar.data.*,org.aavso.tools.vstar.data.validation.*,org.aavso.tools.vstar.data.filter.*,org.aavso.tools.vstar.util.date.*,org.aavso.tools.vstar.util.stats.PhaseCalcsTest,org.aavso.tools.vstar.util.stats.DescStatsPBTTest,org.aavso.tools.vstar.util.locale.*,org.aavso.tools.vstar.input.text.*,org.aavso.tools.vstar.util.comparator.*,org.aavso.tools.vstar.util.model.*,org.aavso.tools.vstar.util.notification.*,org.aavso.tools.vstar.exception.*,org.aavso.tools.vstar.auth.Auth0JSONParserTest" reportDir="${mutation_coverage_dir}" sourceDir="${src}" outputFormats="XML,HTML" timeoutConst="10000" timeoutFactor="2" jvmArgs="-Xmx2048m,-XX:+UseSerialGC" maxMutationsPerClass="50" useClasspathJar="true" />
503503
</target>
504504

505505
<!-- Static analysis targets -->

0 commit comments

Comments
 (0)