Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Objects (Retired) Creating the MVP Remaining Characters

Giorgos Andreou
Giorgos Andreou
612 Points

last challenge task at Objects

when I'm done and I click "check work" , a message appears saying "Ooops! it looks like task1 is no longer

Grigorij Schleifer
Grigorij Schleifer
10,365 Points

Hey Giorgos,

can you post your code? It looks like you have changed something from the task 1 and now it is no passing anymore ...

1 Answer

Chris Freeman
MOD
Chris Freeman
Treehouse Moderator 68,423 Points

You'll see the phrase "Task 1 is no longer working" a lot. It simply means that a syntax error has been introduced causing the checker to fail when reverifying your Task 1 code. Fixing the syntax error will allow the Task 2 to be checked.

You can click on the Preview<*> button to see the compiler error. Post back if your still have questions.