From 53ed2dee04d1364af059e82d5c9539fc0d487838 Mon Sep 17 00:00:00 2001 From: Hatice Yildirim <Hatice.Yildirim@student.reutlingen-university.de> Date: Sun, 13 Apr 2025 11:21:15 +0200 Subject: [PATCH] Add Copilot scoring results for 5 commits from the Excel sheet 'Bad' --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8589d6a..1163701 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,8 @@ Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen P ## Bewertung von 5 Git Commit Messages (Excel-Tabelle "Bad") | Commit Message | Score by ChatGPT | Score by Copilot | |-----------------|-------------------|-------------------| -| refactoring .testsuite .aop.aspectj tests in preparation for migration to .context | 3 | | -| re-adding mock.jndi.* artifacts to .orm test codebase eliminated after moving away from svn:externals | 4 | | -| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into <context:component-scan/> and <context:annotation-config/> through AnnotationConfigUtils#registerAnnotationConfigProcessors | 3 | | -| + Adding POC tooling integration points, namely AbstractConfigurationPostProcessor and allowing for tooling-specified ClassLoader for use with ASM parsing -+ Eliminated ModelMethod in favor of BeanMethod throughout | 6 | | -| polishing | 2 | | \ No newline at end of file +| refactoring .testsuite .aop.aspectj tests in preparation for migration to .context | 3 | 3 | +| re-adding mock.jndi.* artifacts to .orm test codebase eliminated after moving away from svn:externals | 4 | 4 | +| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into <context:component-scan/> and <context:annotation-config/> through AnnotationConfigUtils#registerAnnotationConfigProcessors | 3 | 3 | +| + Adding POC tooling integration points, namely AbstractConfigurationPostProcessor and allowing for tooling-specified ClassLoader for use with ASM parsing + Eliminated ModelMethod in favor of BeanMethod throughout | 6 | 4 | +| polishing | 2 | 2 | \ No newline at end of file -- GitLab