Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
javaeeeee
/
xjava
Public
forked from
exercism/java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
xjava
exercises
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 18, 2017
Merge pull request #243 from exercism/rectangles
Show description for 5422e53
jtigger
authored
5422e53
View commit details
Copy full SHA for 5422e53
View code at this point
Browse repository at this point
Reversed assert parameters
Show description for 5f16a6a
Colin Mullikin
authored and
Colin Mullikin
committed
5f16a6a
View commit details
Copy full SHA for 5f16a6a
View code at this point
Browse repository at this point
Make root gradle project aware of binary-search again
stkent
committed
822549a
View commit details
Copy full SHA for 822549a
View code at this point
Browse repository at this point
rectangles: add to track
stkent
committed
c1e9163
View commit details
Copy full SHA for c1e9163
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Move "@Rule"
Show description for 3aeb8cc
Colin Mullikin
authored and
Colin Mullikin
committed
3aeb8cc
View commit details
Copy full SHA for 3aeb8cc
View code at this point
Browse repository at this point
Reorder queen-attack tests
Show description for c531aee
Colin Mullikin
authored and
Colin Mullikin
committed
c531aee
View commit details
Copy full SHA for c531aee
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Issue #167: Refactored WordCountTest to have a setup method
FridaTveit
committed
ad26030
View commit details
Copy full SHA for ad26030
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Removed trailing newline from multiple verses
FridaTveit
committed
c7f102d
View commit details
Copy full SHA for c7f102d
View code at this point
Browse repository at this point
Fixed merge conflicts
FridaTveit
committed
4576cb0
View commit details
Copy full SHA for 4576cb0
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
Invoke JUnit assertEquals with Argument Order (expected, actual)
Show description for ee31436
Nigel Perkins
committed
ee31436
View commit details
Copy full SHA for ee31436
View code at this point
Browse repository at this point
sublist: add to track
stkent
committed
9983369
View commit details
Copy full SHA for 9983369
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
Removed unneeded ExpectedException
FridaTveit
committed
9b92ac5
View commit details
Copy full SHA for 9b92ac5
View code at this point
Browse repository at this point
Issue #152: Made simple-cipher more approachable (#224)
Show description for 13b0e59
FridaTveit
authored and
jtigger
committed
13b0e59
View commit details
Copy full SHA for 13b0e59
View code at this point
Browse repository at this point
Implemented Twelve Days exercise.
FridaTveit
committed
4a8dd6c
View commit details
Copy full SHA for 4a8dd6c
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
Merge pull request #238 from FridaTveit/AtbashAddParameterAnnotationToDecodeTest
Show description for 62962a4
jtigger
authored
62962a4
View commit details
Copy full SHA for 62962a4
View code at this point
Browse repository at this point
Merge pull request #237 from FridaTveit/QueenAttachMakeFirstTestNotIgnored
Show description for f20dd56
stkent
authored
f20dd56
View commit details
Copy full SHA for f20dd56
View code at this point
Browse repository at this point
Merge pull request #236 from FridaTveit/AllYourBaseMakeOnlyFirstTestNotIgnored
Show description for 0bdd314
stkent
authored
0bdd314
View commit details
Copy full SHA for 0bdd314
View code at this point
Browse repository at this point
Commits on Jan 3, 2017
Added parameters test name annotation Atbash DecodeTest. Changed variable names to be more descriptive.
FridaTveit
committed
bd9ba2f
View commit details
Copy full SHA for bd9ba2f
View code at this point
Browse repository at this point
Added Ignore annotation to all tests but the first one in all-your-base.
FridaTveit
committed
2b91665
View commit details
Copy full SHA for 2b91665
View code at this point
Browse repository at this point
Removed Ignore annotation from first test in queen-attack.
FridaTveit
committed
37ed1c4
View commit details
Copy full SHA for 37ed1c4
View code at this point
Browse repository at this point
Commits on Dec 26, 2016
Issue #166: Added format string to @Parameters annotation in Scrabble… (#222)
Show description for 9dcf9a2
FridaTveit
authored and
jtigger
committed
9dcf9a2
View commit details
Copy full SHA for 9dcf9a2
View code at this point
Browse repository at this point
Renamed PangramTest to PangramsTest to be consistent with class it's testing.
FridaTveit
committed
8b921eb
View commit details
Copy full SHA for 8b921eb
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
custom-set: add to track (#206)
Show description for 6d8ec4f
javaeeeee
authored and
matthewmorgan
committed
6d8ec4f
View commit details
Copy full SHA for 6d8ec4f
View code at this point
Browse repository at this point
Commits on Dec 19, 2016
Merge pull request #219 from FridaTveit/SimpleLinkedListReplaceAssertjWithJunit
Show description for edad180
jtigger
authored
edad180
View commit details
Copy full SHA for edad180
View code at this point
Browse repository at this point
Merge pull request #218 from FridaTveit/SeriesReplaceAssertjWithJunit
Show description for fa08f9d
jtigger
authored
fa08f9d
View commit details
Copy full SHA for fa08f9d
View code at this point
Browse repository at this point
Merge pull request #217 from FridaTveit/NucleotideCountReplaceAssertjWithJunit
Show description for 3823a1e
jtigger
authored
3823a1e
View commit details
Copy full SHA for 3823a1e
View code at this point
Browse repository at this point
Issue 202: Replaced assertj assertions in simple-linked-list with junit and hamcrest assertions. Removed assertj from simple-linked-list gradle build file.
FridaTveit
committed
5aaf040
View commit details
Copy full SHA for 5aaf040
View code at this point
Browse repository at this point
Commits on Dec 18, 2016
Issue #201: Removed assertj from series gradle build file.
FridaTveit
committed
cd18183
View commit details
Copy full SHA for cd18183
View code at this point
Browse repository at this point
Issue #200: Replaced assertj assertions in nucleotide-count tests with junit and assertj assertions. Removed assertj from nucleotide-count gradle build file. Added extra hamcrest library to nucleot…
Show description for fb48b95
FridaTveit
committed
fb48b95
View commit details
Copy full SHA for fb48b95
View code at this point
Browse repository at this point
Commits on Dec 17, 2016
wordy: add to track (#192)
stkent
authored and
jtigger
committed
470f4b2
View commit details
Copy full SHA for 470f4b2
View code at this point
Browse repository at this point
Added palindrome-products exercise to the Java track (#205)
Show description for d52d83a
javaeeeee
authored and
matthewmorgan
committed
d52d83a
View commit details
Copy full SHA for d52d83a
View code at this point
Browse repository at this point
Issue #195: Changed assertj assertions to junit and hamcrest assertions in grade-school. Removed assertj from grade-school gradle build file. (#211)
FridaTveit
authored and
matthewmorgan
committed
675ca67
View commit details
Copy full SHA for 675ca67
View code at this point
Browse repository at this point
Merge pull request #209 from FridaTveit/RemoveThirdPartyReferencesInEtl
Show description for 422d68c
jtigger
authored
422d68c
View commit details
Copy full SHA for 422d68c
View code at this point
Browse repository at this point
Issue #196: Replaced assertj assertions with junit and hamcrest assertions in linked-list. Removed assertj from linked-list gradle build file. (#212)
FridaTveit
authored and
matthewmorgan
committed
ce6369c
View commit details
Copy full SHA for ce6369c
View code at this point
Browse repository at this point
Merge pull request #208 from FridaTveit/MakeAnagramTestsUseJUnit
Show description for 83002e9
jtigger
authored
83002e9
View commit details
Copy full SHA for 83002e9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.