From 23ea8746b135808e44d34e9a9acf1779e9bd7b27 Mon Sep 17 00:00:00 2001 From: Minh VU Date: Thu, 24 Oct 2024 13:14:51 +0200 Subject: [PATCH] pass all tests, resee empty 7 --- .idea/misc.xml | 2 +- .idea/modules.xml | 8 +++ .idea/workspace.xml | 16 +++++- src/fr/impl/CompatibilityCheckerImpl.java | 2 +- src/fr/impl/CompatibilityManagerImpl.java | 65 +++++++++++++++-------- src/fr/test/test.java | 9 +++- 6 files changed, 76 insertions(+), 26 deletions(-) create mode 100644 .idea/modules.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index b4b256d..4db2818 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..65ca07a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f598c83..3989302 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,17 @@