Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Advanced Course in Object Oriented Programming - Part 4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open-Programming
Advanced Course in Object Oriented Programming - Part 4
Compare revisions
d91d8afc4107a20c8d65e0337c525a21be124184 to 00d62993f1c844566c71ebf936a473394c560a9e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
open-programming/advanced-course-in-object-oriented-programming-part-4
Select target project
No results found
00d62993f1c844566c71ebf936a473394c560a9e
Select Git revision
Branches
main
Swap
Target
open-programming/advanced-course-in-object-oriented-programming-part-4
Select target project
open-programming/advanced-course-in-object-oriented-programming-part-4
1 result
d91d8afc4107a20c8d65e0337c525a21be124184
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fixed typo
· c81e08a9
Juuso Rytilahti
authored
10 months ago
c81e08a9
updated readme
· 00d62993
Juuso Rytilahti
authored
10 months ago
00d62993
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-1
4 additions, 1 deletion
README.md
exercise1/TestZipper.java
+1
-1
1 addition, 1 deletion
exercise1/TestZipper.java
with
5 additions
and
2 deletions
README.md
View file @
00d62993
...
...
@@ -2,4 +2,7 @@
Hello!
Here are the materials required to complete the exercises of Part 4 - Object Properties and Data Structure.
\ No newline at end of file
Here are the materials required to complete the exercises of Part 4 - Object Properties and Data Structure.
**NOTE: requires jdk 21!**
\ No newline at end of file
This diff is collapsed.
Click to expand it.
exercise1/TestZipper.java
View file @
00d62993
...
...
@@ -36,7 +36,7 @@ class TestZipper extends Zipper {
Originally was fetched from %s.
The founded file is %s.
The file contains %d lines.
The file cont
i
ans %d words.
The file conta
i
ns %d words.
Possible title of the work: %s
"""
,
...
...
This diff is collapsed.
Click to expand it.