yo i got stuff

This commit is contained in:
2025-03-11 20:22:47 -05:00
commit 65376b95cd
27 changed files with 437 additions and 0 deletions

BIN
target/classes/EHR.class Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,3 @@
artifactId=my-app
groupId=net.ayyalasomayajula.net
version=1.0-SNAPSHOT

View File

@@ -0,0 +1 @@
net/ayyalasomayajula/net/App.class

View File

@@ -0,0 +1 @@
/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/src/main/java/net/ayyalasomayajula/net/App.java

View File

@@ -0,0 +1 @@
net/ayyalasomayajula/net/AppTest.class

View File

@@ -0,0 +1 @@
/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/src/test/java/net/ayyalasomayajula/net/AppTest.java

Binary file not shown.

View File

@@ -0,0 +1,57 @@
<?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-3.0.xsd" version="3.0" name="net.ayyalasomayajula.net.AppTest" time="0.009" tests="1" errors="0" skipped="0" failures="0">
<properties>
<property name="java.specification.version" value="21"/>
<property name="sun.jnu.encoding" value="UTF-8"/>
<property name="java.class.path" value="/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/target/test-classes:/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/target/classes:/home/kbot/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:"/>
<property name="java.vm.vendor" value="Arch Linux"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.vendor.url" value="https://openjdk.org/"/>
<property name="os.name" value="Linux"/>
<property name="java.vm.specification.version" value="21"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="user.country" value="US"/>
<property name="sun.boot.library.path" value="/usr/lib/jvm/java-21-openjdk/lib"/>
<property name="sun.java.command" value="/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/target/surefire/surefirebooter-20250226005604968_3.jar /home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/target/surefire 2025-02-26T00-56-04_936-jvmRun1 surefire-20250226005604968_1tmp surefire_0-20250226005604968_2tmp"/>
<property name="jdk.debug" value="release"/>
<property name="surefire.test.class.path" value="/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/target/test-classes:/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/target/classes:/home/kbot/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:"/>
<property name="sun.cpu.endian" value="little"/>
<property name="user.home" value="/home/kbot"/>
<property name="user.language" value="en"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="java.version.date" value="2025-01-21"/>
<property name="java.home" value="/usr/lib/jvm/java-21-openjdk"/>
<property name="file.separator" value="/"/>
<property name="basedir" value="/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app"/>
<property name="java.vm.compressedOopsMode" value="Zero based"/>
<property name="line.separator" value="&#10;"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="surefire.real.class.path" value="/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app/target/surefire/surefirebooter-20250226005604968_3.jar"/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="java.runtime.version" value="21.0.6+7"/>
<property name="user.name" value="kbot"/>
<property name="stdout.encoding" value="UTF-8"/>
<property name="path.separator" value=":"/>
<property name="os.version" value="6.13.2-arch1-1"/>
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
<property name="file.encoding" value="UTF-8"/>
<property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/>
<property name="localRepository" value="/home/kbot/.m2/repository"/>
<property name="java.vendor.url.bug" value="https://bugreport.java.com/bugreport/"/>
<property name="java.io.tmpdir" value="/tmp"/>
<property name="java.version" value="21.0.6"/>
<property name="user.dir" value="/home/kbot/Downloads/Comp-Sci-IA-Forms/Forms/Product/my-app"/>
<property name="os.arch" value="amd64"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="native.encoding" value="UTF-8"/>
<property name="java.library.path" value="/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib"/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="stderr.encoding" value="UTF-8"/>
<property name="java.vendor" value="Arch Linux"/>
<property name="java.vm.version" value="21.0.6+7"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="java.class.version" value="65.0"/>
</properties>
<testcase name="testApp" classname="net.ayyalasomayajula.net.AppTest" time="0.001"/>
</testsuite>

View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
Test set: net.ayyalasomayajula.net.AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in net.ayyalasomayajula.net.AppTest