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

Unused private final ThreadLocal variable in DummyRequestLogger?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.5-M3
    • 1.5-RC1
    • wicket
    • None

    Description

      o.a.w.protocol.http.DummyRequestLogger has the line:
      private final ThreadLocal<RequestData> currentRequest = new ThreadLocal<RequestData>();

      Interestringly Eclipse does not mark it as an unused variable but it seems it is not used anywhere. If I delete it everything compiles just fine. Maybe it could be deleted?

      Attachments

        1. WICKET-3316.patch
          0.9 kB
          Attila Király

        Activity

          People

            ivaynberg Igor Vaynberg
            akiraly Attila Király
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: