From 29f5d29d2afc3f418f0013e2f8d3f51bb68f5220 Mon Sep 17 00:00:00 2001 From: Hatice Yildirim <Hatice.Yildirim@student.reutlingen-university.de> Date: Sat, 12 Apr 2025 23:08:38 +0200 Subject: [PATCH] Add ChatGPT scoring results for 5 commits from the Excel sheet 'Bad' --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 993fd89..891f547 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,14 @@ | Rework the @PropertySource parsing logic recently changed in commit 7c608886 to deal with the same source appearing on a @Configuration class and an @Import class | 5 | | | Issue: SPR-12059 | 1 | | | Update HierarchicalUriComponents.toUri() to only prepend a missing '/' when the scheme, user info, host or port are specified. This makes the toUri() method behave in the same way as .toUriString() and allows relative URIs to be created. | 5 | | -| UriComponentsBuilder supports query without value | 3 | | \ No newline at end of file +| UriComponentsBuilder supports query without value | 3 | | + +# Ziel: Bewertung von Git Commit Messages (Excel-Tabelle "Bad") basierend auf den 7 Regeln von Chris Beams mithilfe von ChatGPT + +| 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 -- GitLab