Community
Participate
Working Groups
3.1. Inserting a proposal does not replace the leading characters if there's a selection when invoking content assist. Test Case: 1. set 'Completion overwrites' 2. have: ---%<--- void test() { String s; s.getBytes(); } ---%<--- 3. select "get" 4. Ctrl+Space 5. select 'charAt' and insert it ==> s.charAtBytes(); EXPECTED: s.charAt();
Fixed in HEAD (LazyJavaCompletionProposal.java, rev. 1.38). Available in builds > N20110317-2000.