Uploaded image for project: 'ONOS'
  1. ONOS
  2. ONOS-6221

Method argument not checked for null

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 1.9.0
    • Fix Version/s: 1.9.0
    • Component/s: None
    • Labels:
    • Story Points:
      1
    • Sprint:
      K Sprint #1 - Dyn-Config

      Description

      In the class IsisTopologyProvider.java, method private LinkDescription buildLinkDes(IsisLink isisLink)
      the argument is not checked for null, but it is derefenced at line 158 and then compared with null at line 188
      We should add checkNotNull(isisLink)

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            palashk Palash Kala
            Reporter:
            palashk Palash Kala
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: