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

code compiles when null was assigned in indirect way

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 5.0
    • tools
    • sparc
    • solaris_2.1

      /**
       *
       * This class should not compile
       * <pre>
       * Reason :- This class will fail to compile beacuse, this will tries
       * to convert <b>null</b> value to primitive object wrapper.
       * </pre>
       *
       */
      public class ErrorCondition1 {

              public static void main(String[] args) {
                      Integer inte= null;
                      int no =90;
                      no = inte;
              }
      }
      But this class get's compiled.

            gafter Neal Gafter (Inactive)
            vvegurusunw Viswadeep Veguru (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: