An open API service indexing awesome lists of open source software.

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.

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.