Bug 89201

Summary: refactoring bug (extract interface)
Product: [Eclipse Project] JDT Reporter: mike andrews <mikea>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.