Bug 325 - NPE referencing plugin that does not exist (1GKDDJP)
Summary: NPE referencing plugin that does not exist (1GKDDJP)
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 21:40 EDT by Darin Swanson CLA
Modified: 2002-01-09 20:46 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 Darin Swanson CLA 2001-10-10 21:40:10 EDT
DS (9/20/01 3:52:39 PM)
	Edit the source of of your plugin.xml to 
	include 
		<requires>
		   <import plugin="a.b.c"/>
		</requires>
	Go to the overview view, and put the mouse of the Require plugin link for a.b.c--->

4 org.eclipse.ui 0 java.lang.NullPointerException
java.lang.NullPointerException
	at org.eclipse.pde.internal.editor.manifest.RequiresSection.linkEntered(RequiresSection.java:111)
	at org.eclipse.pde.internal.forms.HyperlinkHandler.mouseEnter(HyperlinkHandler.java:86)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:656)
	at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:815)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
	at org.eclipse.core.launcher.Main.run(Main.java:433)
	at org.eclipse.core.launcher.Main.main(Main.java:306)

NOTES:
Comment 1 DJ Houghton CLA 2001-10-24 07:08:50 EDT
PRODUCT VERSION:
136

Comment 2 Rodrigo Peretti CLA 2001-11-20 18:53:40 EST
Moving to PDE UI.
Comment 3 Dejan Glozic CLA 2002-01-09 20:46:27 EST
This is now fixed. The unresolved plug-in is marked with an error overlay and 
it is not converted to a link.