Bug 26865 - Import problem in InlineConstantRefactoring
Summary: Import problem in InlineConstantRefactoring
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Rory Lucyshyn-Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-21 10:52 EST by Philipe Mulet CLA
Modified: 2002-11-21 13:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-11-21 10:52:06 EST
Build 2.1-M3

We recently fixed a bug in the compiler (bug 26841) where we did not report 
certain visibility issues in imports. This is now fixed, and finds a problem in 
JDT/UI code, against InlineConstantRefactoring,

The following import does not resolve properly anymore since 
InlineTargetCompilationUnit is not visible.

import 
org.eclipse.jdt.internal.corext.refactoring.code.InlineConstantRefactoring.Inlin
eTargetCompilationUnit.ClassQualification.ClassQualificationCannotBePerformed;

Note that javac reports it as well.
Comment 1 Rory Lucyshyn-Wright CLA 2002-11-21 11:49:11 EST
That import must have been added by some sort of tool, since I did not add it 
myself, and I doubt that anyone else manually added that import.
Comment 2 Rory Lucyshyn-Wright CLA 2002-11-21 13:10:24 EST
Fix released