Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326865

Summary: [Query2] Reference of an Internal class from the plug-ins
Product: [Modeling] EMF Reporter: saurav sarkar <saurav.sarkar1>
Component: Query2Assignee: Project Inbox <emf.query2-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Attachments:
Description Flags
Fix for the bug wayne.beaton: iplog+

Description saurav sarkar CLA 2010-10-03 10:06:37 EDT
Build Identifier: .

The QueryProcessorImpl which is an implementation class as well as an internal class is referred by the Query 2 test classes.
Create a factory class to access the instance of the QueryProcessor.
Necessary refactoring on the code needs to be done

Reproducible: Always
Comment 1 saurav sarkar CLA 2010-10-04 02:10:00 EDT
Created attachment 180130 [details]
Fix for the bug

Created QueryProcessorFactory to create an instance of the QueryProcessorImpl.
Clients must call QueryProcessorFactory.
Comment 2 Ashwani Kr Sharma CLA 2010-10-04 04:03:38 EDT
Patch submited
Comment 3 saurav sarkar CLA 2010-10-04 06:06:54 EDT
Closing the request as the patch has been submitted.