Menu

#829 Error notification doesn't disappear

open
Editor (491)
5
2009-03-02
2009-01-14
No

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

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2009-01-14

    Which Eclipse / pydev version are you using?

    If you just 'click' the error, does the decoration go away?

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2009-01-14
    • status: open --> pending
     
  • Anton Shishkov

    Anton Shishkov - 2009-01-14

    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).

     
  • Anton Shishkov

    Anton Shishkov - 2009-01-14
    • status: pending --> open
     
  • Fabio Zadrozny

    Fabio Zadrozny - 2009-01-26
    • status: open --> pending
     
  • Fabio Zadrozny

    Fabio Zadrozny - 2009-01-26

    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)

     
  • Anton Shishkov

    Anton Shishkov - 2009-03-02

    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.

     
  • Anton Shishkov

    Anton Shishkov - 2009-03-02
    • status: pending --> open
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.