Skip to content
Snippets Groups Projects

README.md

Merged Hatice Yildirim requested to merge scoring-copilot into develop
1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
+ 10
10
@@ -22,18 +22,18 @@
@@ -22,18 +22,18 @@
| Commit Message | Score by ChatGPT | Score by Copilot |
| Commit Message | Score by ChatGPT | Score by Copilot |
|----------------|------------------|------------------|
|----------------|------------------|------------------|
| Fix crash on login due to null user token | 3 | |
| Fix crash on login due to null user token | 3 | 3 |
| 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 | |
| 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 | 5 |
| Issue: SPR-12059 | 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 | |
| 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 | 5 |
| UriComponentsBuilder supports query without value | 3 | |
| UriComponentsBuilder supports query without value | 3 | 3 |
# Ziel: Bewertung von Git Commit Messages (Excel-Tabelle "Bad") basierend auf den 7 Regeln von Chris Beams mithilfe von ChatGPT
# 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 |
| Commit Message | Score by ChatGPT | Score by Copilot |
|----------------|------------------|------------------|
|----------------|------------------|------------------|
| refactoring .testsuite .aop.aspectj tests in preparation for migration to .context | 3 | |
| 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 | |
| re-adding mock.jndi.* artifacts to .orm test codebase eliminated after moving away from svn:externals | 4 | 4 |
| polishing | 1 | |
| polishing | 1 | 1 |
| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into context:component-scan/ and context:annotation-config/ through AnnotationConfigUtils#registerAnnotationConfigProcessors | 3 | |
| 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 | |
| moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet | 4 | 4 |
\ No newline at end of file
\ No newline at end of file
Loading