Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338037

Summary: NPE in org.eclipse.ant.internal.ui.editor.TaskDescriptionProvider.reset(..)
Product: [Eclipse Project] Platform Reporter: Olivier Thomann <Olivier_Thomann>
Component: AntAssignee: Platform-Ant-Inbox <platform-ant-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Olivier Thomann CLA 2011-02-23 19:12:29 EST
Using this build I20110210-2002 (4.1 build),

I got this in the osgi console:

osgi> Exception in thread "Decay Ant Data Structures" java.lang.NullPointerException
        at org.eclipse.ant.internal.ui.editor.TaskDescriptionProvider.reset(TaskDescriptionProvider.java:293)
        at org.eclipse.ant.internal.ui.editor.AntEditorCompletionProcessor.resetCodeCompletionDataStructures(AntEditorCompletionProcessor.java:1824)
        at org.eclipse.ant.internal.ui.editor.DecayCodeCompletionDataStructuresThread.run(DecayCodeCompletionDataStructuresThread.java:53)

No steps to reproduce so far.
Comment 1 Michael Rennie CLA 2011-02-24 09:46:50 EST

*** This bug has been marked as a duplicate of bug 337327 ***