Spurious ambiguous import errors on win32. Case sensitive.

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.2.0
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: