Uploaded image for project: 'Ratis'
  1. Ratis
  2. RATIS-1500

Fix LogAppender NN_NAKED_NOTIFY

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0
    • server
    • None

    Description

      In LogAppender, we have suppressed the NN_NAKED_NOTIFY findbugs warning.

        @SuppressFBWarnings("NN_NAKED_NOTIFY")
        default void notifyLogAppender() {
          synchronized (this) {
            notify();
          }
        }
      

      See http://findbugs.sourceforge.net/bugDescriptions.html#NN_NAKED_NOTIFY

      Attachments

        Issue Links

          Activity

            People

              szetszwo Tsz-wo Sze
              szetszwo Tsz-wo Sze
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m