Skip to content
Snippets Groups Projects
Commit f52d0396 authored by Daniel Rafeh's avatar Daniel Rafeh
Browse files

Update - Designed the sixth prompt, adjusted the table that shows the Scores...

Update - Designed the sixth prompt, adjusted the table that shows the Scores of chatgpt and copilot for each commit message
parent f2d31e05
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,7 @@ Bitte bewerte die folgende git-Commit-Nachricht auf einer Skala von 1 bis 5. Die ...@@ -10,9 +10,7 @@ Bitte bewerte die folgende git-Commit-Nachricht auf einer Skala von 1 bis 5. Die
- Umbreche den Body bei 72 Zeichen - Umbreche den Body bei 72 Zeichen
- Nutze den Body, um zu erklären, was und warum, nicht wie - Nutze den Body, um zu erklären, was und warum, nicht wie
git-Commit-Nachricht: Tweaks to package-info.java files git-Commit-Nachricht: Pruned empty .model package
| Commit message | Score by Chatgpt | Score by CoPilot | | Commit message | Score by Chatgpt | Score by CoPilot |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|------------------| |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|------------------|
...@@ -21,7 +19,7 @@ git-Commit-Nachricht: Tweaks to package-info.java files ...@@ -21,7 +19,7 @@ git-Commit-Nachricht: Tweaks to package-info.java files
| SPR-5615 - Improved error message: s/is no interface/is not an interface | 3/5 | 4/5 | | SPR-5615 - Improved error message: s/is no interface/is not an interface | 3/5 | 4/5 |
| Re-adding ConfigurationPostProcessorTests after its brief removal in r814. @Ignore-ing the testCglibClassesAreLoadedJustInTimeForEnhancement() method as it turns out this was one of the culprits in the recent build breakage. The classloader hacking causes subtle downstream effects, breaking unrelated tests. The test method is still useful, but should only be run on a manual basis to ensure CGLIB is not prematurely classloaded, and should not be run as part of the automated build. | 3/5 | 2/5 | | Re-adding ConfigurationPostProcessorTests after its brief removal in r814. @Ignore-ing the testCglibClassesAreLoadedJustInTimeForEnhancement() method as it turns out this was one of the culprits in the recent build breakage. The classloader hacking causes subtle downstream effects, breaking unrelated tests. The test method is still useful, but should only be run on a manual basis to ensure CGLIB is not prematurely classloaded, and should not be run as part of the automated build. | 3/5 | 2/5 |
| Tweaks to package-info.java files | 2/5 | 2/5 | | Tweaks to package-info.java files | 2/5 | 2/5 |
| | | | | Pruned empty .model package | 3/5 | 3/5 |
| | | | | | | |
| | | | | | | |
| | | | | | | |
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment