-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development:
Add JavaDocs to UtilServices and Factories [8]
#7374
Merged
laadvo
merged 10 commits into
development/add-javadoc-to-utilservices-and-factories/main
from
development/add-javadoc-to-utilservices-and-factories/add-javadoc-group-8
Oct 29, 2023
Merged
Development:
Add JavaDocs to UtilServices and Factories [8]
#7374
laadvo
merged 10 commits into
development/add-javadoc-to-utilservices-and-factories/main
from
development/add-javadoc-to-utilservices-and-factories/add-javadoc-group-8
Oct 29, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nd-factories/add-javadoc-group-8
42 tasks
…nd-factories/add-javadoc-group-8
MaximilianAnzinger
previously approved these changes
Oct 20, 2023
DominikRemo
previously approved these changes
Oct 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just two optional nitpicks
src/test/java/de/tum/in/www1/artemis/exercise/quizexercise/QuizExerciseFactory.java
Outdated
Show resolved
Hide resolved
src/test/java/de/tum/in/www1/artemis/exercise/quizexercise/QuizExerciseFactory.java
Outdated
Show resolved
Hide resolved
egekurt123
previously approved these changes
Oct 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation text looks decent.
…nd-factories/add-javadoc-group-8
…ervices-and-factories/add-javadoc-group-8' into development/add-javadoc-to-utilservices-and-factories/add-javadoc-group-8
laadvo
dismissed stale reviews from egekurt123, DominikRemo, and MaximilianAnzinger
via
October 25, 2023 17:36
37d2eef
DominikRemo
approved these changes
Oct 28, 2023
egekurt123
approved these changes
Oct 29, 2023
laadvo
changed the base branch from
develop
to
development/add-javadoc-to-utilservices-and-factories/main
October 29, 2023 13:16
…ain' into development/add-javadoc-to-utilservices-and-factories/add-javadoc-group-8
github-actions
bot
added
server
Pull requests that update Java code. (Added Automatically!)
client
Pull requests that update TypeScript code. (Added Automatically!)
documentation
config-change
Pull requests that change the config in a way that they require a deployment via Ansible.
template
labels
Oct 29, 2023
laadvo
removed
server
Pull requests that update Java code. (Added Automatically!)
client
Pull requests that update TypeScript code. (Added Automatically!)
documentation
config-change
Pull requests that change the config in a way that they require a deployment via Ansible.
labels
Oct 29, 2023
…ain' into development/add-javadoc-to-utilservices-and-factories/add-javadoc-group-8
laadvo
merged commit Oct 29, 2023
85eaf66
into
development/add-javadoc-to-utilservices-and-factories/main
16 of 18 checks passed
laadvo
deleted the
development/add-javadoc-to-utilservices-and-factories/add-javadoc-group-8
branch
October 29, 2023 13:23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
General
Server
Motivation and Context
Improve the readability of UtilServices and Factories by adding JavaDoc to helper methods.
Description
Added JavaDoc to following files:
also moved some helper methods from
QuizExerciseUtilService
toQuizExerciseFactory
.Review Progress
Code Review
Test Coverage
unchanged