| [news.eclipse.platform] Re: How to read image descriptor from a program folder |
Rajesh,
The mail problem is in the following line:
desc = new ProgramImageDescriptor(filename, offset);
We are creating an instance of ProgramImageDescriptor here, and the instance of it into a HashMap. So we need to provide an alternative implementation, that will have changes with minimum migration impact with supporting all the existing public method implementation in the ProgramImageDescriptor class.