Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-3610

ContainerFeedbackMessageFilter should use Objects.equal for equality checking

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.5-RC3
    • 1.5-RC4
    • wicket
    • None

    Description

      In its accept() method ContainerFeedbackMessageFilter currenlty uses "container == message.getReporter();" but a sibling class ComponentFeedbackMessageFilter uses "Objects.equal(component, message.getReporter());".

      Probably both should behave the same way in this.

      Attachments

        1. WICKET-3610.patch
          0.6 kB
          Attila Király

        Activity

          People

            pete Peter Ertl
            akiraly Attila Király
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: