From e0dc53d0855d21654b6977311a3c0b7a1f3ade7b Mon Sep 17 00:00:00 2001 From: Hatice Yildirim <Hatice.Yildirim@student.reutlingen-university.de> Date: Sat, 12 Apr 2025 23:19:31 +0200 Subject: [PATCH] Add Copilot scoring results for 5 commits from the Excel sheet 'Bad' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8203885..0974c20 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ | 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 | | -| polishing | 1 | | -| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into context:component-scan/ and context:annotation-config/ through AnnotationConfigUtils#registerAnnotationConfigProcessors | 3 | | -| moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet | 4 | | \ 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 | +| polishing | 1 | 1 | +| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into context:component-scan/ and context:annotation-config/ through AnnotationConfigUtils#registerAnnotationConfigProcessors | 3 | 3 | +| moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet | 4 | 4 | \ No newline at end of file -- GitLab