prog2_ybel_refactoring
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.5%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: co1inco
- License: mit
- Language: Java
- Default Branch: master
- Size: 194 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
- Releases: 0
Created 9 months ago
· Last pushed 9 months ago
Metadata Files
Readme
License
Citation
Codeowners
README.md
title: Student Support Code for 'Refactoring' Task
About
This represents the student support code for the Refactoring task.
License
This work by Carsten Gips and contributors is licensed under MIT.
Owner
- Login: co1inco
- Kind: user
- Location: Germany
- Repositories: 1
- Profile: https://github.com/co1inco
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Student Support Code for 'Refactoring' Task
message: >-
If you use this lecture material, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Carsten
family-names: Gips
email: cagix@hsbi.de
affiliation: HSBI
orcid: 'https://orcid.org/0000-0002-4230-9060'
repository-code: >-
https://github.com/Programmiermethoden-CampusMinden/prog2_ybel_refactoring
abstract: >-
This represents the student support code for the
Refactoring task.
keywords:
- java
- git
- testing
- clean code
- oer
license: MIT
GitHub Events
Total
- Issue comment event: 2
- Push event: 2
- Pull request event: 5
- Create event: 5
Last Year
- Issue comment event: 2
- Push event: 2
- Pull request event: 5
- Create event: 5
Dependencies
.github/workflows/github_ci.yml
actions
- actions/checkout v4 composite
- actions/setup-java v4 composite
build.gradle
maven
- org.junit.jupiter:junit-jupiter 5.12.2 testImplementation
- org.mockito:mockito-core 5.13.0 testImplementation
- org.junit.platform:junit-platform-launcher 1.12.2 testRuntimeOnly