bachelor-thesis-case-study
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: kevin0x90
- Language: Java
- Default Branch: main
- Size: 69.3 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Case Study Projekt - Einsatzgebiete von automatisierten Code-Refactorings zur effizienteren Weiterentwicklung von Software
Dieses Projekt beinhaltet ein Beispielprojekt, an dem verschiedene automatisierte Refactorings aus der oben genannten Arbeit durchgeführt werden.
Folgende Szenarien liegen vor:
Framework-Update von Spring Boot 3.0 auf 3.1
Programmiersprachen-Update von Java 11 auf 17
Dependency Update von Apache Commons IO 2.5 auf 2.6
Programmiersprachen Update Java 11 auf 17:
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:RELEASE -Drewrite.activeRecipes=org.openrewrite.java.migrate.UpgradeToJava17
Framework-Update von Spring Boot 3.0 auf 3.1
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:RELEASE -Drewrite.activeRecipes=org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1
Statische Code-Analyse Optionals
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:RELEASE -Drewrite.activeRecipes=org.openrewrite.java.migrate.util.OptionalNotPresentToIsEmpty
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-static-analysis:RELEASE -Drewrite.activeRecipes=org.openrewrite.staticanalysis.FinalizeLocalVariables,org.openrewrite.staticanalysis.FinalizeMethodArguments
Szenario Dependency-Update
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-java-dependencies:1.0.10 -Drewrite.activeRecipes=com.refactoring.automatedrefactoringcasestudyproject
Owner
- Name: Kevin Schoenfeld
- Login: kevin0x90
- Kind: user
- Location: Düsseldorf, Germany
- Company: @rewe-digital
- Website: https://consulting.ks-software.digital/
- Repositories: 70
- Profile: https://github.com/kevin0x90
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Schönfeld" given-names: "Kevin" orcid: "https://orcid.org/0009-0006-6216-9727" title: "Case Study Projekt - Einsatzgebiete von automatisierten Code-Refactorings zur effizienteren Weiterentwicklung von Software" version: 1.0.0 date-released: 2023-10-06 url: "https://github.com/kevin0x90/bachelor-thesis-case-study"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0