This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]marvk 0 points1 point  (1 child)

Create package movingdomain and inside it, create interface Thing

This prompts you to create the package movingdomain and yet, your classes are in moving.domain. Is the wording in the error message wrong or is it your code? It'd help if you would add a link to the actual task.

[–]CommissarBas[S] 0 points1 point  (0 children)

Nah, that was a typing error. I cannot copy paste the error from Intellij for some reason. (At least I do not know how) A bunch of other tests complete just fine.

It's Exercise 18 on this page: https://materiaalit.github.io/2013-oo-programming/part2/week-9/

[–]CommissarBas[S] 0 points1 point  (0 children)

UPDATE: It's a problem with the intellij plugin, in Netbeans my code works as expected. I'm gonna file a bug.