Persistent "Problem" Messages

Issue #613 duplicate
Eric Alexander created an issue

An example:

  1. Create a class and deploy it
  2. Delete the class using Salesforce UI
  3. Back to Idea and delete the class and tell it to delete from server as well

You end up with a problem message that you cannot get rid of. you have to close the project and reopen it

Comments (8)

  1. Scott Wells repo owner

    Thanks for reporting, Eric (you were busy yesterday afternoon!). Sounds like it should be easy enough to reproduce. I'm planning a release that's just bug fixes in the next week or so. I'll put this into it.

  2. Scott Wells repo owner

    This is closely related to #193. The issue is that an error is being reported for a file that doesn't exist locally, so it's being attributed at the project-level, and unfortunately there's no easy/good way to clear project-level errors.

  3. Scott Wells repo owner

    Upon digging in, the proper solution for this is the one requested in #193 so I'm resolving as a duplicate.

  4. Scott Wells repo owner

    I'm also mostly addressing this in my work for #515 where I'll be adding those failures to a Messages view tab with details instead of to the Problems view where they can't be deleted.

  5. Log in to comment