Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8283762

Modify if (e1 == null) to if (e1 == null || e2 == null) in "deepEquals" method of Arrays.java

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      if (e1 == null) {
            return false;
       }

      modify this:

      if (e1 == null || e2 == null ) {
             return false;
      }


            smarks Stuart Marks
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: