https://github.com/marcnuri-demo/spot-the-bug
There is a bug hidden in these lines.
https://github.com/marcnuri-demo/spot-the-bug
Last synced: 3 months ago
JSON representation
There is a bug hidden in these lines.
- Host: GitHub
- URL: https://github.com/marcnuri-demo/spot-the-bug
- Owner: marcnuri-demo
- Created: 2021-11-22T10:44:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T15:06:17.000Z (over 3 years ago)
- Last Synced: 2025-01-25T06:26:00.679Z (5 months ago)
- Language: Java
- Homepage: https://blog.marcnuri.com
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spot the Bug!
=============There is a bug hidden in these lines.
Despite the good practices, complete testing coverage, etc. someone mistakenly introduced a bug in one of the commits.
See if you can spot the bug and earn some pride and satisfaction as a reward.## Running the tests
```shell
mvn clean verify
```## Context
This example was create to showcase the problem exposed [here](https://twitter.com/MarcNuri/status/1462185114755125258).
This problem could be easily avoided by using generated code.