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

incompatible arguments to ? conditional compile with -source 1.4

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 5.0
    • 5.0
    • tools
    • b28
    • generic
    • generic

      This should fail with -source 1.4

      public class test {
         void foo() {
             boolean b = true;
             System.out.println( b ? 0 : false ); //<- int vs. boolean error
      }}

            gafter Neal Gafter (Inactive)
            ssides Steve Sides
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: