Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-4149

FindBugs plugin doesn't show localized tooltips in the detail tab

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • findbugs-plugin
    • None
    • Platform: All, OS: All

      FindBugs plugin doesn't show localized tooltips in the detail tab.

      Only the first line of each warning is localized(Japanse, in my environment) but
      the detail message is in English.

      For Example,
      ============================================================================
      File: Xxxxxx.java, Line: 13, Type: DLS_DEAD_LOCAL_STORE, Priority:
      Normal, Category: CORRECTNESS

      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX <- Only this
      line, Japanese message

      This instruction assigns a value to a local variable, but the value is
      not read or used in any subsequent instruction.

      Often, this indicates an error, because the value computed is never used.

      Note that Sun's javac compiler often generates dead stores for final
      local variables. Because FindBugs is a bytecode-

      based tool, there is no easy way to eliminate these false positives.
      ============================================================================

      hopefully show detail messages in the localized language.

            drulli Ulli Hafner
            akihirox Itou Akihiro
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: