Bug 8078

Summary: Missing resource in copy CU dialog
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: greg_adams
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Dani Megert CLA 2002-01-23 06:15:31 EST
Test Pass for build I20020122.

Copy a file from package A to B and watch the dialog: there is a missing
resource message which quickly appears and then goes away.
Comment 1 Adam Kiezun CLA 2002-01-24 08:18:33 EST
the problem comes from class
CopyResourceElementsOperation

method getMainTaskName()
returns "Missing message: operation.copyResourceProgress in: 
org.eclipse.jdt.internal.compiler.util.messages"
Comment 2 Jerome Lanneluc CLA 2002-01-31 09:17:46 EST
org.eclipse.jdt.internal.compiler.core.util.Util was used instead of 
org.eclipse.jdt.internal.core.util.Util.
Fixed.
Comment 3 Olivier Thomann CLA 2002-02-07 13:05:19 EST
*** Bug 9104 has been marked as a duplicate of this bug. ***