facebook

How to set up multiple filters in the problem pane

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #277499 Reply

    I have lots of compile warnings, many of them about two unused static variables that are present in all my classes.

    They are:
    private static final String MODULE_ID = “$Header: $”;
    private static final String COPYRIGHT = “Copyright blah blah”;

    I want to filter out any warnings to do with both of these. I can easily setup a filter to remove messages to do with one, but when I add another filter and tick it, I see error messages for both.

    I want to filter out warnings about MODULE_ID and COPYRIGHT
    How does one do this?

    Thanks – Adam

    #277515 Reply

    Loyal Water
    Member

    I don’t think you can have two filters since they contradict each other and both fail. The filter is something provided by the base Eclipse platform and we will look into seeing if we can improve it. You can file a bug with Eclipse as well.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How to set up multiple filters in the problem pane

You must be logged in to post in the forum log in