From 1b9b773378d872da6575c6940e9ca103a9c1f807 Mon Sep 17 00:00:00 2001
From: Marvin Serchimo <marvin.serchimo@student.reutlingen-university.de>
Date: Thu, 10 Apr 2025 16:03:55 +0200
Subject: [PATCH] Markdown fix

---
 FullCommits.txt | 21 +++++++++++++++++++++
 README.md       | 32 ++++++++++++++++----------------
 2 files changed, 37 insertions(+), 16 deletions(-)
 create mode 100644 FullCommits.txt

diff --git a/FullCommits.txt b/FullCommits.txt
new file mode 100644
index 0000000..39275cd
--- /dev/null
+++ b/FullCommits.txt
@@ -0,0 +1,21 @@
+##Vollständige Commit-Nachrichten##
+
+
+Fix CompositePropertySourceTests which fails when run we debug logging.
+
+
+Provide with implementationType overloads…
+Provided overloaded versions offorField and forMethodParameter that accept a ResolvableType implementation type (as opposed to a Class).
+
+
+Provided overloaded versions of `forField` and `forMethodParameter` that
+accept a `ResolvableType` implementation type (as opposed to a Class).
+
+
+Make TypeDescriptor more amenable to subclassing
+Change the previously package scope TypeDescriptor constructor to
+protected and add a getResolvableType() protected method.
+
+Extract appendix from main index.adoc
+Extract the appendix into a separate asciidoc file in order to make the
+main index.adoc easier to work with.
diff --git a/README.md b/README.md
index c7114cb..ce0b605 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,22 @@
 Commit Messages – Regelverstoß (nicht regelkonform)
-| # | Commit Message (nicht regelkonform)       | Score by ChatGPT | Score by CoPilot |
-|---|-------------------------------------------|------------------|------------------|
-| 1 | <polishing>                               | <2>              | <y>              |
-| 2 | < + Removed org.springframework.config.java module>          | <2>              | <y>              |
-| 3 | < + Pruned empty directories>          | <2>              | <y>              |
-| 4 | <Made ConfigurationModel semantics explicit by having it extend LinkedHashSet<ConfigurationClass>>          | <1>              | <y>              |
-| 5 | < + Added unit test for BeanMethod>          | <2>              | <y>              |
-
+| Commit Message (nicht regelkonform)                                          | Score by ChatGPT | Score by CoPilot |
+|------------------------------------------------------------------------------|------------------|------------------|
+| polishing                                                                    | 2                | -                |
+| + Removed org.springframework.config.java module                             | 2                | -                |
+| + Pruned empty directories                                                   | 2                | -                |
+| Made ConfigurationModel semantics explicit by having it extend LinkedHashSet | 1                | -                |
+| + Added unit test for BeanMethod                                             | 2                | -                |
 ---
 
 Commit Messages – Regelkonform
 
-| # | Commit Message (regelkonform)             | Score by ChatGPT | Score by CoPilot |
-|---|-------------------------------------------|------------------|------------------|
-| 1 | <Fix CompositePropertySourceTests which fails when run we debug logging.>          | <3>              | <y>              |
-| 2 | <Provide 'with implementationType' overloads...>          | <5>              | <y>              |
-| 3 | <Provided overloaded versions of forField and forMethodParameter >          | <3>              | <y>              |
-| 4 | <Make TypeDescriptor more amenable to subclassing...>          | <4>              | <y>              |
-| 5 | <Extract appendix from main index.adoc...>          | <4>              | <y>              |
+| Commit Message (nicht regelkonform)                                     | Score by ChatGPT | Score by CoPilot |
+|-------------------------------------------------------------------------|------------------|------------------|
+| Fix CompositePropertySourceTests which fails when run we debug logging. | 3                | -                |
+| Provide with implementationType overloads…                              | 5                | -                |
+| Provided overloaded versions of `forField` and `forMethodParameter`...  | 3                | -                |
+| Make TypeDescriptor more amenable to subclassing...                     | 4                | -                |
+| Extract appendix from main index.adoc...                                | 4                | -                |
 
 Bewerte die Qualität der folgenden Git-Commit-Nachricht auf einer Skala von 1 bis 5 Punkten. Verwende als Grundlage folgende Regeln: 
 
@@ -49,4 +48,5 @@ Score: 1
 Beispiel 3:
 Commit Message: Refactor login logic to improve readability  
 
-Hier die Git-Commit-NAchricht zur Bewertung „“
\ No newline at end of file
+Hier die Git-Commit-NAchricht zur Bewertung „“
+
-- 
GitLab