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

Spurious ambiguous import errors on win32. Case sensitive.

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.2.0
    • tools
    • generic
    • solaris_2.5.1

      On win32, compile the following class:

        import java.awt.Event.*;
          
        public
        class Foo {
        }

      It yields a spurious error.
      Oddly, the following does not.

        import java.awt.event.*;
        
        public
        class Foo {
        }

      Neither of these classes yield an error under solaris.

            wmaddoxsunw William Maddox (Inactive)
            tturnidgsunw Todd Turnidge (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: