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

Diamond: javac generates diamond inference errors when in 'finder' mode

XMLWordPrintable

    • b123
    • unknown
    • generic
    • Verified

      Javac doesn't disable error messages coming from diamond inference when in 'diamond finder' mode. As a result, compilation of certain sources might result in error messages:

      class Test<X extends java.io.Serializable & Comparable<?>> {
      Test() {}

      { new Test<Integer>(); }
      }

      In the above case, diamond inference (if applied) would end up inferring a non-denotable type. We certainly don't want this error to spill out when in 'finder' mode.

            mcimadamore Maurizio Cimadamore
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: