From 2f2679126b5c525229c1425a2b84c811b44644d3 Mon Sep 17 00:00:00 2001 From: Hatice Yildirim <Hatice.Yildirim@student.reutlingen-university.de> Date: Sun, 13 Apr 2025 10:39:14 +0200 Subject: [PATCH] Add Copilot scoring results for 5 commits from the Excel sheet 'Good' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b583ecf..0320672 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen P ## Bewertung von 5 Git Commit Messages (Excel-Tabelle "Good") | Commit Message | Score by ChatGPT | Score by Copilot | |-----------------|-------------------|-------------------| -| Fix crash on login due to null user token | 4 | | -| 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 | 4 | | -| 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 | 4 | | \ No newline at end of file +| Fix crash on login due to null user token | 4 | 4 | +| 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 | 4 | 4 | +| Issue: SPR-12059 | 1 | 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 | 4 | +| UriComponentsBuilder supports query without value | 1 | 1 | \ No newline at end of file -- GitLab