|
Quick Lists
|
|
Bug ID:
|
4821483
|
|
Votes
|
0
|
|
Synopsis
|
The serialVersionUID is lowercase "L". Shouldn't it be uppercase?
|
|
Category
|
doclet:tbd
|
|
Reported Against
|
mantis-beta
|
|
Release Fixed
|
1.5(tiger)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
20-FEB-2003
|
|
Description
|
This bug has already been fixed and integrated.
xxxxx@xxxxx 2003-09-28
We added serialVersionUID in 1.4.2. Even if the source
file defines the trailing "L" as uppercase:
private static final long serialVersionUID = -5836846270535785032L;
the generated HTML displays it as lowercase, which looks
very much like the number "1":
serialVersionUID: -5836846270535785032l
======================================================================
|
|
Work Around
|
======================================================================
|
|
Evaluation
|
Josh strongly recommends this change.
xxxxx@xxxxx 2003-09-23
As mentioned by Scott, the fix for 4904495 had the side-effect of making the 'L' uppercase. That means this bug has already been fixed.
xxxxx@xxxxx 2003-09-28
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |