Bug 8078 - Missing resource in copy CU dialog
Summary: Missing resource in copy CU dialog
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P1 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 9104 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-01-23 06:15 EST by Dani Megert CLA
Modified: 2002-02-07 13:05 EST (History)
1 user (show)

See Also:


Attachments

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