Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-1970 Fix Findbugs Warnings
  3. ZOOKEEPER-1979

Fix Performance Warnings found by Findbugs 2.0.3

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.5.0
    • None
    • None
    • Reviewed

    Description

      findbugs complains that

      new Integer(cnxToValue);
      

      should be changed to

      Integer.parseInt(cnxToValue);
      

      Attachments

        1. ZOOKEEPER-1979.patch
          0.7 kB
          Hongchao Deng

        Activity

          People

            hdeng Hongchao Deng
            hdeng Hongchao Deng
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: