Community
Participate
Working Groups
Build Identifier: I20110407-2200 This bug was found and reported during DBCS enablement test, but this may be not DBCS problem. Find/replace function can find all characters in the target resources, but fails to replace all characters. The replace function replaces first found character only. The replacement does not work recursively. This problem happens in Eclipse v3.7/v4.1, but does not happen in v3.6. JDK: java full version "JRE 1.6.0 IBM Windows AMD 64 build pwa6460sr9fp1-20110208_03(SR9 FP1)" OS: Windows 7 SP1 Reproducible: Always Steps to Reproduce: 1.Create a general project 2.Add untitled text file in the project 3.Enter same characters in multiple lines in the text. 4.Open search dialog, enter a character in the Containing text input field. 5.Click "Replace" button 6.Enter a character in "With" input field. 7.Click "Review" button. 8 Replace Text Matches window shows that replacement works for the first matched line.
Created attachment 193333 [details] Screencapture
Caused by incomplete fix for bug 320533. Fixed in HEAD (ReplaceRefactoring.java, rev. 1.9). Available in builds >= N20110415-2000.
Verified the problem was fixed with v4.1 I20110501-0200 (M7), Win7 64Bit.