Bug 19319

Summary: Use of InputStreamReader without ResourcesPlugin.getEncoding()
Product: [Eclipse Project] JDT Reporter: Andre Weinand <andre_weinand>
Component: UIAssignee: Dirk Baeumer <dirk_baeumer>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Andre Weinand CLA 2002-06-05 10:08:02 EDT
In the following places an InputStreamReader is used without using 
ResourcesPlugin.getEncoding():

org.eclipse.jdt.internal.debug.core.hcr.CompilationUnitDelta: 391
org.eclipse.jdt.internal.corext.refactoring.nls.changes.DeleteFileChange.java: 
61
org.eclipse.jdt.internal.ui.refactoring.nls.search.LineReader: 23
org.eclipse.jdt.internal.corext.refactoring.nls.NLSUtil: 30
org.eclipse.jdt.internal.corext.textmanipulation.TextBufferFactory: 138
Comment 1 Erich Gamma CLA 2002-06-08 19:51:46 EDT
filed separate bug against debug.
Comment 2 Dirk Baeumer CLA 2002-06-10 09:08:07 EDT
Fixed for build > 20020610

Reviewed by Adam Kiezun
Comment 3 Dirk Baeumer CLA 2002-06-13 09:07:37 EDT
Verified. TB