FYI: Patch: java.awt

Mark Wielaard mark@klomp.org
Thu Dec 4 23:31:00 GMT 2003


Hi,

On Thu, 2003-12-04 at 21:36, Michael Koch wrote:
>  2003-12-04  Michael Koch  <konqueror@gmx.de>
>  
> +       * java/awt/MenuComponent.java: Import java.io.Serialization.
> +       * java/awt/MenuItem.java: Likewise.
> +       * java/awt/TextComponent.java: Likewise.
> +       * java/awt/image/ImagingOpException.java
> +       (serialVersionUID): Fixed.
> +

> --- java/awt/MenuComponent.java 2 Mar 2003 19:24:49 -0000       1.11
> +++ java/awt/MenuComponent.java 4 Dec 2003 19:29:47 -0000
> [...] 
>  // Serialization Constant
> -private static final long serialVersionUID = -4536902356223894379L;
> +private static final long serialVersionUID = -4269533416223798698L;

This change is not in the ChangeLog entry.
Any idea were the old value came from?
Did the uid change between spec versions?

>    /**
>     * Compatible with JDK 1.0+.
>     */
> -  private static final long serialVersionUID = 96598996116164315L;
> +  private static final long serialVersionUID = 8026288481846276658L;

You change the value, but not the comment. Is that correct?

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20031204/10cc0995/attachment.sig>


More information about the Java-patches mailing list