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

Blank final initialize bug in the 1.1.x compiler

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.2.0
    • 1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.6
    • tools
    • 1.2beta
    • generic, x86, sparc
    • generic, solaris_2.5.1, solaris_2.6, windows_95, windows_nt
    • Not verified



      Name: mc57594 Date: 06/04/97


      public class C {
      C() {
      o = null;
      }

      class R {
      }

      final Object o;
      }

      gives
      .java:2: Blank final variable 'o' may not have been initialized. It must be assigned a value in an initializer, or in every constructor.
      C() {
      ^
      1 error

      remove the declaration of the inner class R and it compiles fine.

      NOTE this is a problem with 1.1.2.

      ======================================================================

            wmaddoxsunw William Maddox (Inactive)
            mchamnessunw Mark Chamness (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: