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

JDk1.2 Compiler: accepts non initialized final variables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.2.0
    • tools
    • generic
    • generic



      Name: igT44549 Date: 02/09/99


      Compiler Bug:

      Test1 compiles without problems (IT SHOULD PRODUCE AN ERROR!)
      while Test2 reports correctly an error.


      public class Test1
      { private final int test;
        public Test()
        { this.test=test; }
      }


      public class Test2
      { private final int test, i;
        public Test()
        { this.test=i; i=test; }
      }
      (Review ID: 48777)
      ======================================================================

            wmaddoxsunw William Maddox (Inactive)
            iris Iris Clark
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: