Bug 160825 - [compiler] Warning for lowercase "l" used in long literals
Summary: [compiler] Warning for lowercase "l" used in long literals
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 04:36 EDT by Ilja Preuss CLA
Modified: 2006-10-16 09:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilja Preuss CLA 2006-10-13 04:36:05 EDT
A long literal is indicated by ending in an upper- or lowercase "l". The problem with lowercase "l"s is that they look very similar to "1" (the digit "one"). It would be nice if eclipse would (optionally) flag those uses of lower case "l"s in long literals with a warning.