This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: New java.security.* basics


Warren Levy wrote:

> I'm committing the following patch of a bunch of java.security stuff that
> Tom Tromey and I have been working on recently.
>

Cool!

> +  // FIXME: need to set this at some point when serialization is implemented.
> +  public static final long serialVersionUID;

Thats not not actually legal Java [*]. Probibly best to set them all to 0 for now, in case
the compiler gets fixed! ;-)

regards

  [ bryce ]


[*] - see PR gcj/163: Compiler permits uninitialized final variables
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=163&database=java



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]