Bug 27284 - misspelled variable name proposals for array with type name ending in 'y'
Summary: misspelled variable name proposals for array with type name ending in 'y'
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0.2   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 2.1 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-27 18:40 EST by Joseph Fifield CLA
Modified: 2002-12-18 04:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Fifield CLA 2002-11-27 18:40:58 EST
When declaring a new array variable, the variable name proposal list contains 
plural versions of the variable, but when the type name ends in 'y', the 
resulting words are misspelled. For instance, typing the following:

SessionFactory[] <CTRL+SPACE>

proposes sessionFactorys and factorys, but it really should be 
sessionFactories and factories.
Comment 1 David Audel CLA 2002-12-10 12:03:36 EST
Fixed.
Comment 2 David Audel CLA 2002-12-18 04:32:51 EST
Verified.