JDK-4821483 : The serialVersionUID is lowercase "L". Shouldn't it be uppercase?
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-02-20
  • Updated: 2014-05-05
  • Resolved: 2003-09-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Description

Name: dk30142			Date: 02/20/2003


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

======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger
14-06-2004

WORK AROUND Name: dk30142 Date: 02/20/2003 ======================================================================
11-06-2004

PUBLIC COMMENTS This bug has already been fixed and integrated. ###@###.### 2003-09-28
28-09-2003

EVALUATION Josh strongly recommends this change. ###@###.### 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. ###@###.### 2003-09-28
23-09-2003