Skip to content
Snippets Groups Projects
Commit 600597fa authored by Hatice Yildirim's avatar Hatice Yildirim
Browse files

Add ChatGPT scoring results for 5 commits from the Excel sheet 'Bad'

parent 2f267912
No related branches found
No related tags found
2 merge requests!4README.md,!1Copilot
...@@ -19,4 +19,14 @@ Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen P ...@@ -19,4 +19,14 @@ Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen P
| 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 | | 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 | | 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 | | 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 | | UriComponentsBuilder supports query without value | 1 | 1 |
\ No newline at end of file
## 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
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