Bug 343645 - Getters and Setters are generated incorrectly when variable's first letter is low-case and second is upper-case
Summary: Getters and Setters are generated incorrectly when variable's first letter is...
Status: CLOSED DUPLICATE of bug 322223
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 05:27 EDT by Ivan CLA
Modified: 2011-04-22 13:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan CLA 2011-04-22 05:27:04 EDT
Build Identifier: 20100917-0705

When you have a variable with first letter low-cased and second upper-cased, you have incorrect Getter/Setter name where first letter is low-cased instead of upper-cased. However everything is OK when variable has only one letter or second letter is low-cased.
Examples (variable, actual getter, expected getter):
i, getI, getI //Correct
ia, getIa, getIa //Correct
iA, getiA, getIA //Incorrect
iAb, getiAb, getIAb //Incorrect

Reproducible: Always
Comment 1 Markus Keller CLA 2011-04-22 13:39:52 EDT

*** This bug has been marked as a duplicate of bug 322223 ***