Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 424920 - [1.8] Replace References to PackageQualifiedType by NameQualifiedType
Summary: [1.8] Replace References to PackageQualifiedType by NameQualifiedType
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: BETA J8   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-06 05:34 EST by Manoj N Palat CLA
Modified: 2014-01-06 11:13 EST (History)
3 users (show)

See Also:


Attachments
Patch (12.25 KB, patch)
2014-01-06 07:47 EST, Noopur Gupta CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manoj N Palat CLA 2014-01-06 05:34:39 EST
and associated changes as per bug 418979
Comment 1 Noopur Gupta CLA 2014-01-06 07:47:35 EST
Created attachment 238685 [details]
Patch

Attached a patch which replaces PackageQualifiedType with NameQualifiedType in the BETA_JAVA8 branch to remove the compilation errors.
Comment 2 Markus Keller CLA 2014-01-06 11:13:30 EST
Fixed with http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=a4e4a10b05d87e208100de0a8e7c789cfbdbdfad

I've properly sorted the visitor methods and fixed the semantic shift in ImportReferencesCollector#visit(NameQualifiedType).