Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333421 - Only generic entry for "org.eclipse.jdt.ui.quickFixProcessors"
Summary: Only generic entry for "org.eclipse.jdt.ui.quickFixProcessors"
Status: RESOLVED WONTFIX
Alias: None
Product: EPP
Classification: Technology
Component: rcp-package (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-03 08:07 EST by Lars Vogel CLA
Modified: 2014-02-12 17:35 EST (History)
5 users (show)

See Also:


Attachments
Screenshot (13.83 KB, image/png)
2011-01-03 08:07 EST, Lars Vogel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2011-01-03 08:07:04 EST
Created attachment 185954 [details]
Screenshot

If I try to add the extension point "org.eclipse.jdt.ui.quickFixProcessors" I only get a generic entry. I'm using the "Eclipse for Plugin and RCP developer" distribution and would expect that the attributes can be maintained in this distribution.

See attached screenshot.

Is there something else I need to do to make the extension point usable?

I believe JDT does not ship their source code in Helios, I assume this might be the problem as the .exsd might not be available.
Comment 1 Lars Vogel CLA 2011-01-03 08:12:53 EST
Works fine after installing the "Eclipse JDT Plug-in Developer Resources". 

Still the question remains, should this plugin not get included into the "Eclipse Plugins and RCP" distribution?
Comment 2 Dani Megert CLA 2011-01-03 08:21:10 EST
> I believe JDT does not ship their source code in Helios,
This is a bug in the package not JDT.
Comment 3 Sun CLA 2011-02-28 06:26:05 EST
I tried with Eclipse 3.6.2. Installed JDT with source also. Still getting only "Generic" option. I was trying for "views" extension point, it holds true for other extension points as well.

Can any one tell what exactly needs to be installed and point to download links?
Thanks in advance.
Comment 4 Markus Knauer CLA 2011-05-20 12:46:29 EDT
I guess this one is similar to bug 333300.

The (big) RCP/RAP package includes many things including the source code that is required for RCP development. In this case you are trying to extend a JDT extension point (and the JDT source code is not part of the package). Can you confirm my theory?

I would use a proper target definition that includes the sources! It is almost always better to invest the time in creating a proper target than compiling against the running IDE!
Comment 5 Lars Vogel CLA 2014-02-12 17:35:10 EST
I'm fine with not having JDT code in the RCP package.