Skip to content

Commit

Permalink
add completion message
Browse files Browse the repository at this point in the history
  • Loading branch information
zrm9901 committed Jan 1, 2025
1 parent 5e1cde8 commit 94fa0e1
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/example/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public static void clone(String path, String x) {
}
}
}

}
System.out.println("Done Cloning into: " + directory);
} catch (Exception e) {
System.out.println("this went wrong");
}
Expand Down
Binary file modified target/classes/com/example/App$MyThread.class
Binary file not shown.
Binary file modified target/classes/com/example/App.class
Binary file not shown.
Binary file added target/clone1-1.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
com\example\App$MyThread.class
com\example\App.class
Binary file modified target/original-clone1-1.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Created at 2024-12-31T18:38:58.127
# Created at 2024-12-31T23:50:52.578
System.exit() or native command error interrupted process checker.
java.lang.IllegalStateException: Cannot use PPID 38132 process information. Going to use NOOP events.
java.lang.IllegalStateException: Cannot use PPID 14292 process information. Going to use NOOP events.
at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:155)
at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:116)
at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:214)
Expand Down
8 changes: 4 additions & 4 deletions target/surefire-reports/TEST-com.example.AppTest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="com.example.AppTest" time="0.025" tests="1" errors="0" skipped="0" failures="0">
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="com.example.AppTest" time="0.019" tests="1" errors="0" skipped="0" failures="0">
<properties>
<property name="java.specification.version" value="23"/>
<property name="sun.cpu.isalist" value="amd64"/>
Expand All @@ -15,7 +15,7 @@
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="user.country" value="US"/>
<property name="sun.boot.library.path" value="C:\Users\zrm9901\Desktop\Oracle_JDK-23\bin"/>
<property name="sun.java.command" value="C:\Users\zrm9901\AppData\Local\Temp\surefire11279227991528805771\surefirebooter1555806226871846919.jar C:\Users\zrm9901\AppData\Local\Temp\surefire11279227991528805771 2024-12-31T18-38-57_726-jvmRun1 surefire4660777135382072205tmp surefire_017216907952232653047tmp"/>
<property name="sun.java.command" value="C:\Users\zrm9901\AppData\Local\Temp\surefire14058873264724956484\surefirebooter18433608359755110602.jar C:\Users\zrm9901\AppData\Local\Temp\surefire14058873264724956484 2024-12-31T23-50-52_223-jvmRun1 surefire13330959078912838576tmp surefire_013692337772663453281tmp"/>
<property name="jdk.debug" value="release"/>
<property name="surefire.test.class.path" value="C:\VsCodeProjects\Java\Balatro-Mod-Fetcher-main\target\test-classes;C:\VsCodeProjects\Java\Balatro-Mod-Fetcher-main\target\classes;C:\Users\zrm9901\.m2\repository\junit\junit\4.11\junit-4.11.jar;C:\Users\zrm9901\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\zrm9901\.m2\repository\commons-io\commons-io\2.18.0\commons-io-2.18.0.jar;C:\Users\zrm9901\.m2\repository\org\eclipse\jgit\org.eclipse.jgit\7.1.0.202411261347-r\org.eclipse.jgit-7.1.0.202411261347-r.jar;C:\Users\zrm9901\.m2\repository\com\googlecode\javaewah\JavaEWAH\1.2.3\JavaEWAH-1.2.3.jar;C:\Users\zrm9901\.m2\repository\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar;C:\Users\zrm9901\.m2\repository\commons-codec\commons-codec\1.17.1\commons-codec-1.17.1.jar;"/>
<property name="sun.cpu.endian" value="little"/>
Expand All @@ -30,7 +30,7 @@
<property name="line.separator" value="&#10;"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="surefire.real.class.path" value="C:\Users\zrm9901\AppData\Local\Temp\surefire11279227991528805771\surefirebooter1555806226871846919.jar"/>
<property name="surefire.real.class.path" value="C:\Users\zrm9901\AppData\Local\Temp\surefire14058873264724956484\surefirebooter18433608359755110602.jar"/>
<property name="user.script" value=""/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="java.runtime.version" value="23.0.1+11-39"/>
Expand Down Expand Up @@ -58,5 +58,5 @@
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="java.class.version" value="67.0"/>
</properties>
<testcase name="shouldAnswerWithTrue" classname="com.example.AppTest" time="0.003"/>
<testcase name="shouldAnswerWithTrue" classname="com.example.AppTest" time="0.002"/>
</testsuite>
2 changes: 1 addition & 1 deletion target/surefire-reports/com.example.AppTest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-------------------------------------------------------------------------------
Test set: com.example.AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in com.example.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in com.example.AppTest
Binary file modified target/test-classes/com/example/AppTest.class
Binary file not shown.

0 comments on commit 94fa0e1

Please sign in to comment.