Bug 19319 - Use of InputStreamReader without ResourcesPlugin.getEncoding()
Summary: Use of InputStreamReader without ResourcesPlugin.getEncoding()
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 major (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Dirk Baeumer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-05 10:08 EDT by Andre Weinand CLA
Modified: 2002-06-13 09:07 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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