Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338037 - NPE in org.eclipse.ant.internal.ui.editor.TaskDescriptionProvider.reset(..)
Summary: NPE in org.eclipse.ant.internal.ui.editor.TaskDescriptionProvider.reset(..)
Status: CLOSED DUPLICATE of bug 337327
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 19:12 EST by Olivier Thomann CLA
Modified: 2011-02-24 09:46 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***