Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
swt_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philipp Link
swt_project
Merge requests
!4
Base model
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Base model
BaseModel
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
11
Merged
Base model
Philipp Link
requested to merge
BaseModel
into
dev
Jan 7, 2022
Overview
0
Commits
1
Pipelines
0
Changes
11
upgraded to Junit5
implemented Model
changed some Interface specs,
did some restructuring,
implemented some tests for the Model-Class
0
0
Merge request reports
Compare
dev
version 2
cb0c9df3
Jan 7, 2022
version 1
cb0c9df3
Jan 7, 2022
dev (base)
and
latest version
latest version
cb0c9df3
1 commit,
Jan 7, 2022
version 2
cb0c9df3
1 commit,
Jan 7, 2022
version 1
cb0c9df3
25 commits,
Jan 7, 2022
11 files
+
251
−
38
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
app/src/main/java/swt_project/model/DivisionByZeroException.java
→
app/src/main/java/swt_project/model/
exceptions/
DivisionByZeroException.java
+
1
−
1
View file @ cb0c9df3
Edit in single-file editor
Open in Web IDE
Show full file
package
swt_project.model
;
package
swt_project.model
.exceptions
;
public
class
DivisionByZeroException
extends
Exception
{
public
DivisionByZeroException
()
{
Loading