Bug 89201 - refactoring bug (extract interface)
Summary: refactoring bug (extract interface)
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-27 21:52 EST by mike andrews CLA
Modified: 2005-03-28 07:57 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 mike andrews CLA 2005-03-27 21:52:12 EST
got this while extracting an interface:

java.lang.NullPointerException
at
org.jboss.ide.eclipse.jdt.j2ee.jsp.ui.decorators.JSPNatureDecorator.decorate(JSPNatureDecorator.java:69)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:220)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:65)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015)
at org.eclipse.core.runtime.Platform.run(Platform.java:757)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:287)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:273)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$2.run(DecorationScheduler.java:299)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
Comment 1 Frederic Fusier CLA 2005-03-28 05:45:03 EST
Trace explicitely shows that NPE happens in JBoss code, not in JDT/Core or in
any other eclipse components...
Please open a bug against this product, thanks
Comment 2 mike andrews CLA 2005-03-28 07:57:42 EST
sorry --- didn't notice that --- didn't imagine that jboss plugin could have
anything to do with this since i wasn't using any functionality from that plugin
at all. i will post a bug with jboss.