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

Wrong enumeration

XMLWordPrintable

    • b02
    • x86
    • windows_xp
    • Not verified

        A DESCRIPTION OF THE PROBLEM :
        Deprecated align variable not allows LEADING or TRAILING values.


        EXPECTED VERSUS ACTUAL BEHAVIOR :
        EXPECTED -
            /**
             * <code>align</code> is the property that determines
             * how each row distributes empty space.
             * It can be one of the following values:
             * <ul>
             * <code>LEFT</code>
             * <code>RIGHT</code>
             * <code>CENTER</code>
             * </ul>
             *
             * @serial
             * @see #getAlignment
             * @see #setAlignment
             */
            int align; // This is for 1.1 serialization compatibility

        ACTUAL -
            /**
             * <code>align</code> is the property that determines
             * how each row distributes empty space.
             * It can be one of the following values:
             * <ul>
             * <code>LEFT</code>
             * <code>RIGHT</code>
             * <code>CENTER</code>
             * <code>LEADING</code>
             * <code>TRAILING</code>
             * </ul>
             *
             * @serial
             * @see #getAlignment
             * @see #setAlignment
             */
            int align; // This is for 1.1 serialization compatibility


        URL OF FAULTY DOCUMENTATION :
        FlowLayout source code

              dav Andrei Dmitriev (Inactive)
              jssunw Jitender S (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: