I had to work on a codebase with a model class, a service interface and a third class with some business logic based on the other two. There were some missing names, logic, etc. The purpose of the interface and the business logic class were provided in javadoc style comments.
Sigiloso
I provided the missing namings and implemented some of the logic (couldn't finish). I described how I would solve the task (given enough time).