Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Assignment 1
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
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
Jungsu Kim
Assignment 1
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
main
Select Git revision
Selected
main
default
protected
Branches
5
Refactor-1
Refactor-2
Refactor-3
Refactor-4
Refactor-5
6 results
Begin with the selected commit
Created with Raphaël 2.2.0
8
Feb
5
1
31
Jan
Refactor-5, Replace Data Value with Object. Changing Company so that it takes an object instead of String name.
main
main
Merge branch 'Refactor-5' into 'main'
Refactor-5, Replace Data Value with Object. Changing Company so that it takes an object instead of String name.
Refactor-5
Refactor-5
Refactor-4, Extract Method in Payroll class the method processPayroll have been extracted into 2 methods. Also because of the last refactor (refactor 3) both employee types can use 1 function.
Merge branch 'Refactor-4' into 'main'
Refactor-4, Extract Method in Payroll class the method processPayroll have been extracted into 2 methods. Also because of the last refactor (refactor 3) both employee types can use 1 function.
Refactor-4
Refactor-4
Merge branch 'revert-15e9e0c4' into 'main'
Revert "Merge branch 'Refactor-4' into 'main'"
Merge branch 'Refactor-4' into 'main'
Refactor-4, Extract Method in Payroll class the method processPayroll have been extracted into 2 methods. Also because of the last refactor (refactor 3) both employee types can use 1 function.
Refactor-3, Extract Superclass. We changed the code so that the FullTimeEmployee and PartTimeEmployee inherits from the Employee class
Merge branch 'Refactor-3' into 'main'
Refactor-3, Extract Superclass. We changed the code so that the FullTimeEmployee and PartTimeEmployee inherits from the Employee class
Refactor-3
Refactor-3
Updating the README.md
Adding to README
Merge branch 'Refactor-2' into 'main'
Refactor 2: Making the public global variables in the Employee.java class into private. Added testing to ensure these changes worked and are bug free.
Refactor-2
Refactor-2
Merge branch 'Refactor-1' into 'main'
Refactor 1 adding comments to all the classes
Refactor-1
Refactor-1
Created basic Test Classes
Initial commit
Initial commit
Loading