Error notification doesn't disappear
Brought to you by:
fabioz
1. PyDev notifies me that I have an error in code
2. I fix the code
3. Error notification doesn't disappear:
Screenshot:
http://skitch.com/anton.shishkov/bbrt4/pydev-trunk-selenium-skype.py-eclipse-platform-users-antonshishkov-java-files-worspace-skype
Probably error checked is not reloaded after saving the source file.
My system:
Mac Leopard
Python 2.4
Which Eclipse / pydev version are you using?
If you just 'click' the error, does the decoration go away?
Eclipse: Version: 3.4.1
Pydev: 1.4.2
Decoration goes away when I click on the variable (where red error is underlined) and code occurrences start to work (probably repaints over the red error).
I think the problem is that there is a thread that keeps running and it can take some time from the moment it's fixed to the moment Pydev acknowledges it's fixed.
The analysis can be triggered by saving a file or waiting some time, so, if you create the error, then fix it and save the file, does the error go away after (a little) time, or does it stay there forever?
Also, if that's not the case I can't seem to reproduce it here... do you think you can provide me with some clear steps on how to reproduce that (with a sample file, etc)
This problem is still not fixed in 1.4.4
Even if I click on variable, which is shown as "error/warning", it shows all recurrences AND also error/warning sign.
http://skitch.com/anton.shishkov/bg1kc/warning-problem-pydev1.4.4
This error/warning notification disappears only if I close the file and open it again.