This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 88981

Summary: Race condition in Annotations
Product: platform Reporter: wmr057 <wmr057>
Component: TextAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file

Description wmr057 2006-11-09 00:34:12 UTC
Unexpected Exception
	java.lang.NullPointerException
Comment 1 wmr057 2006-11-09 00:35:47 UTC
Created attachment 35909 [details]
Log file
Comment 2 Lukas Hasik 2006-11-09 09:42:57 UTC
Hello, 
I can see two exceptions in your log file

1, org.netbeans.modules.welcome.content.RSSFeed.formatDateTime

2, org.netbeans.modules.editor.NbToolTip$Request.run

None of these have anything with mobility. Why did you report it here?
Do you have a steps to reproduce?

I'm reassigning it to editor.

PS: please read the guidelines for bug reporting
http://qa.netbeans.org/bugzilla/reportbug.html
Comment 3 Petr Nejedly 2007-01-03 11:14:39 UTC
It must have been another thread removing the to-be-removed annotation
concurrently, so the LinkedList fails internally with NPE. Annotations are
undersynchronized!
Comment 4 Petr Nejedly 2007-10-26 09:51:09 UTC
Dup of #71211


*** This issue has been marked as a duplicate of 71211 ***