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

Autoboxing spec should specify things for extended assignment Operators too

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 5.0
    • specification
    • generic
    • generic

      As of now Tiger-beta2 46 build:-

      Operations like :-

      Character ch = 95;
      ch++; // is allowed
      but things like
      ch+=1; // not allowed leads to compile time error.

      If this can be clarified at the Autoboxing spec level it will be of great help.

            abuckley Alex Buckley
            jsinghsunw Jit Singh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: