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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
OpenClassrooms-Student-Center
/
JavaPathENProject8
Public
Notifications
You must be signed in to change notification settings
Fork
307
Star
0
Code
Issues
0
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Etape 3
- #38
#38
Open
KentinTL
wants to merge 13 commits into
OpenClassrooms-Student-Center:master
OpenClassrooms-Student-Center/JavaPathENProject8:master
from
KentinTL:etape-3
KentinTL/JavaPathENProject8:etape-3
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Etape 3
#38
KentinTL
wants to merge 13 commits into
OpenClassrooms-Student-Center:master
OpenClassrooms-Student-Center/JavaPathENProject8:master
from
KentinTL:etape-3
KentinTL/JavaPathENProject8:etape-3
Copy head branch name to clipboard
Commits
Commits on Aug 26, 2025
Add repositories to use local libs gpsUtil rewardCentral and tripPricer with local variables
KentinTL
committed
7a56a2d
View commit details
Copy full SHA for 7a56a2d
Browse repository at this point
Modifying getTripDeals to have 10 providers in test, obligation to call 2 time logic into he mehtod
KentinTL
committed
7fd33b0
View commit details
Copy full SHA for 7fd33b0
Browse repository at this point
Allow @Test on test method getTripDeals into TestTourGuideService
KentinTL
committed
b5502f0
View commit details
Copy full SHA for b5502f0
Browse repository at this point
Add rewardsLock variable from ReentrantLock to lock calculateRewards method
Show description for 5e5bda0
KentinTL
committed
5e5bda0
View commit details
Copy full SHA for 5e5bda0
Browse repository at this point
Remove @Disabled on test nearAllAttractions to pass the test
KentinTL
committed
bfe9cb8
View commit details
Copy full SHA for bfe9cb8
Browse repository at this point
Remove @Disabled on test nearAllAttractions to pass the test
KentinTL
committed
adb1e70
View commit details
Copy full SHA for adb1e70
Browse repository at this point
Merge pull request #1 from KentinTL/etape-2
Show description for 44439a6
KentinTL
authored
44439a6
View commit details
Copy full SHA for 44439a6
Browse repository at this point
Commits on Aug 29, 2025
Create new Class NearByAttrationDto to use it in TourGuideController easely withtout implement to much logic into the conroller class
KentinTL
committed
6bc3c72
View commit details
Copy full SHA for 6bc3c72
Browse repository at this point
Create new method findClosestAttraction to dispatch logic and not having to much code into the new method getNearByAttractionDtos (TourGuideService)
KentinTL
committed
e1db0f4
View commit details
Copy full SHA for e1db0f4
Browse repository at this point
Modified getNearByAttractions to use rewardsService.findClosestAttractions
Show description for ee4291e
KentinTL
committed
ee4291e
View commit details
Copy full SHA for ee4291e
Browse repository at this point
Modified getNearBytAttractions request method by using tourGuideService.getNearByAttractionDtos and return a complete object NearAttractionDto
KentinTL
committed
60b93e1
View commit details
Copy full SHA for 60b93e1
Browse repository at this point
Add Mockito into test class and create new test method testGetNearByAttractionDtos
KentinTL
committed
6ee9901
View commit details
Copy full SHA for 6ee9901
Browse repository at this point
Add the new test testFindClosestAttractions to test new method into rewardService
KentinTL
committed
03a73d5
View commit details
Copy full SHA for 03a73d5
Browse repository at this point
You can’t perform that action at this time.