From 83741a8d941bd8327cb80decc6b3a6588cb7cd98 Mon Sep 17 00:00:00 2001 From: VN Date: Thu, 20 Nov 2025 10:35:37 +0100 Subject: [PATCH 1/4] Was Das --- .idea/src/hsw/MethodCollector.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.idea/src/hsw/MethodCollector.java b/.idea/src/hsw/MethodCollector.java index 4a94f5a..8cff625 100644 --- a/.idea/src/hsw/MethodCollector.java +++ b/.idea/src/hsw/MethodCollector.java @@ -10,6 +10,7 @@ public static void main(String[] args) { // Erste Methode System.out.println("Method " + methodCounter + ":" ); aFirstMethod(); + VNderBeste(); methodCounter++; // hier kann die nächste Methode folgen. } @@ -18,6 +19,10 @@ public static void main(String[] args) { private static void aFirstMethod() { System.out.println("MethodCollector.aFirstMethod: This method has been created by "); } + private static void VNderBeste() { + System.out.println("MethodCollector.aFirstMethod: This method has been created by Vadim "); + } + } \ No newline at end of file From 4aa6f4628f39e8a0b699d911ff24cb2f899b4070 Mon Sep 17 00:00:00 2001 From: VN Date: Thu, 20 Nov 2025 10:35:50 +0100 Subject: [PATCH 2/4] Was Das --- .idea/.idea.iml | 11 +++++ .idea/misc.xml | 4 ++ .idea/modules.xml | 8 ++++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 105 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 134 insertions(+) create mode 100644 .idea/.idea.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/.idea.iml b/.idea/.idea.iml new file mode 100644 index 0000000..940fbe5 --- /dev/null +++ b/.idea/.idea.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..31cb127 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..08f54a6 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..22857a4 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1763630455223 + + + + + + + + + \ No newline at end of file From f5729857bb914ed70863c6a8d48a92380e018858 Mon Sep 17 00:00:00 2001 From: VN Date: Thu, 20 Nov 2025 10:49:05 +0100 Subject: [PATCH 3/4] Revert "Was Das" This reverts commit 83741a8d941bd8327cb80decc6b3a6588cb7cd98. --- .idea/src/hsw/MethodCollector.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.idea/src/hsw/MethodCollector.java b/.idea/src/hsw/MethodCollector.java index 8cff625..4a94f5a 100644 --- a/.idea/src/hsw/MethodCollector.java +++ b/.idea/src/hsw/MethodCollector.java @@ -10,7 +10,6 @@ public static void main(String[] args) { // Erste Methode System.out.println("Method " + methodCounter + ":" ); aFirstMethod(); - VNderBeste(); methodCounter++; // hier kann die nächste Methode folgen. } @@ -19,10 +18,6 @@ public static void main(String[] args) { private static void aFirstMethod() { System.out.println("MethodCollector.aFirstMethod: This method has been created by "); } - private static void VNderBeste() { - System.out.println("MethodCollector.aFirstMethod: This method has been created by Vadim "); - } - } \ No newline at end of file From 10bbcd8c36da90f59976833007e8cf5446e351f2 Mon Sep 17 00:00:00 2001 From: VN Date: Thu, 20 Nov 2025 10:50:34 +0100 Subject: [PATCH 4/4] sdjfsnfk --- .idea/src/hsw/MethodCollector.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.idea/src/hsw/MethodCollector.java b/.idea/src/hsw/MethodCollector.java index 4a94f5a..0d8abcb 100644 --- a/.idea/src/hsw/MethodCollector.java +++ b/.idea/src/hsw/MethodCollector.java @@ -11,6 +11,7 @@ public static void main(String[] args) { System.out.println("Method " + methodCounter + ":" ); aFirstMethod(); methodCounter++; + VNderBeste(); // hier kann die nächste Methode folgen. } @@ -18,6 +19,8 @@ public static void main(String[] args) { private static void aFirstMethod() { System.out.println("MethodCollector.aFirstMethod: This method has been created by "); } + private static void VNderBeste() { + System.out.println("MethodCollector.aFirstMethod: This method has been created by Vadim "); - + } } \ No newline at end of file