Bug 27284

Summary: misspelled variable name proposals for array with type name ending in 'y'
Product: [Eclipse Project] JDT Reporter: Joseph Fifield <jfifield>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 2.0.2   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.