From 6c62a2f2fcc2e4f99039c65815528576dd0cdcd5 Mon Sep 17 00:00:00 2001 From: Suharta Date: Sat, 14 Oct 2023 22:41:58 -0400 Subject: [PATCH 1/3] Fixed Issues --- ...aven__com_google_code_gson_gson_2_10_1.xml | 14 +++ .../libraries/Maven__junit_junit_4_12.xml | 14 +++ .../Maven__org_hamcrest_hamcrest_core_1_3.xml | 14 +++ java/.idea/misc.xml | 4 + java/.idea/modules.xml | 8 ++ java/.idea/workspace.xml | 102 ++++++++++++++++++ java/Round1Java.iml | 19 ++++ 7 files changed, 175 insertions(+) create mode 100644 java/.idea/libraries/Maven__com_google_code_gson_gson_2_10_1.xml create mode 100644 java/.idea/libraries/Maven__junit_junit_4_12.xml create mode 100644 java/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 java/.idea/misc.xml create mode 100644 java/.idea/modules.xml create mode 100644 java/.idea/workspace.xml create mode 100644 java/Round1Java.iml diff --git a/java/.idea/libraries/Maven__com_google_code_gson_gson_2_10_1.xml b/java/.idea/libraries/Maven__com_google_code_gson_gson_2_10_1.xml new file mode 100644 index 0000000..66bf744 --- /dev/null +++ b/java/.idea/libraries/Maven__com_google_code_gson_gson_2_10_1.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/.idea/libraries/Maven__junit_junit_4_12.xml b/java/.idea/libraries/Maven__junit_junit_4_12.xml new file mode 100644 index 0000000..0dae5bd --- /dev/null +++ b/java/.idea/libraries/Maven__junit_junit_4_12.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/java/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..56c47f4 --- /dev/null +++ b/java/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/.idea/misc.xml b/java/.idea/misc.xml new file mode 100644 index 0000000..901eaf0 --- /dev/null +++ b/java/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/java/.idea/modules.xml b/java/.idea/modules.xml new file mode 100644 index 0000000..11b6155 --- /dev/null +++ b/java/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/java/.idea/workspace.xml b/java/.idea/workspace.xml new file mode 100644 index 0000000..e1ea3ff --- /dev/null +++ b/java/.idea/workspace.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1697331278365 + + + + \ No newline at end of file diff --git a/java/Round1Java.iml b/java/Round1Java.iml new file mode 100644 index 0000000..d714d9d --- /dev/null +++ b/java/Round1Java.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 780e3da07a171a63d5d6067d8257c42a916f4e50 Mon Sep 17 00:00:00 2001 From: Suharta Date: Sun, 15 Oct 2023 00:20:54 -0400 Subject: [PATCH 2/3] Test0, Test1 completed --- .gitignore | 3 + java/.idea/compiler.xml | 13 ++ java/.idea/jarRepositories.xml | 20 +++ java/.idea/misc.xml | 10 +- java/.idea/workspace.xml | 57 ++++++- .../controller/SimpleDataTool.java | 160 +++++++++++++++--- 6 files changed, 228 insertions(+), 35 deletions(-) create mode 100644 java/.idea/compiler.xml create mode 100644 java/.idea/jarRepositories.xml diff --git a/.gitignore b/.gitignore index 2157cf4..ec1deae 100644 --- a/.gitignore +++ b/.gitignore @@ -339,3 +339,6 @@ dist # Built Visual Studio Code Extensions *.vsix # End - VSCode +java/.idea/libraries/Maven__com_google_code_gson_gson_2_10_1.xml +java/.idea/libraries/Maven__junit_junit_4_12.xml +java/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml diff --git a/java/.idea/compiler.xml b/java/.idea/compiler.xml new file mode 100644 index 0000000..3bc528e --- /dev/null +++ b/java/.idea/compiler.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/.idea/jarRepositories.xml b/java/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/java/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/java/.idea/misc.xml b/java/.idea/misc.xml index 901eaf0..56c7380 100644 --- a/java/.idea/misc.xml +++ b/java/.idea/misc.xml @@ -1,4 +1,12 @@ - + + + + + \ No newline at end of file diff --git a/java/.idea/workspace.xml b/java/.idea/workspace.xml index e1ea3ff..9471d92 100644 --- a/java/.idea/workspace.xml +++ b/java/.idea/workspace.xml @@ -30,14 +30,14 @@