Skip to content
Snippets Groups Projects

Copilot

1 file
+ 5
6
Compare changes
  • Side-by-side
  • Inline
+ 5
6
@@ -24,9 +24,8 @@ Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen P
@@ -24,9 +24,8 @@ Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen P
## Bewertung von 5 Git Commit Messages (Excel-Tabelle "Bad")
## Bewertung von 5 Git Commit Messages (Excel-Tabelle "Bad")
| 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 |
| 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 |
| + Adding POC tooling integration points, namely AbstractConfigurationPostProcessor and allowing for tooling-specified ClassLoader for use with ASM parsing
| + 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 | 4 |
+ Eliminated ModelMethod in favor of BeanMethod throughout | 6 | |
| polishing | 2 | 2 |
| polishing | 2 | |
\ No newline at end of file
\ No newline at end of file
Loading