N1ark
N1ark

Reputation: 299

Eclipse file doesn't appear in commit

I have a large Eclipse project with a git repository and with multiple files, and today a class stopped behaving properly: when edited the > sign doesn't appear in front of the file's name, and the file's icon has this blue tick I never saw before. I also tried deleting the file and recreating it (and then pasting all the code it had), but to no avail.

Here's what the file looks like: The screenshot of the problem.

Did I accidentally press a hotkey that did this? I also recently started using Eclipse's task system, so maybe it is linked?

Thanks for any help

Upvotes: 1

Views: 1017

Answers (1)

Brishna Batool
Brishna Batool

Reputation: 455

Looks like you somehow marked it as assume-valid. Check the documentation and try this fix to mark it as No Assume unchanged:

This setting can be switched on with the menu action Team > Assume unchanged and switched back with the menu action Team > No Assume unchanged.

Upvotes: 4

Related Questions