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 3081 - If implements and expands is swapped, synchronization throws exceptions.
Summary: If implements and expands is swapped, synchronization throws exceptions.
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-03 23:58 UTC by L Martinek
Modified: 2008-12-23 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 1999-08-03 23:58:14 UTC
- Add "implements Runnable expands Object" to class declaration
- In synchr. dialog click on Process All - exception is thrown, see comment.
- From now exception is thrown every second:

Exception occurred during event dispatching:
java.lang.NullPointerException
	at com.netbeans.developer.modules.loaders.java.ElementsCollection.findElement(ElementsCollection.java:211)
	at com.netbeans.developer.modules.loaders.java.SourceElementImpl.findElement(SourceElementImpl.java:251)
	at com.netbeans.developer.modules.loaders.java.JavaEditor.findElement(JavaEditor.java:346)
	at com.netbeans.developer.modules.loaders.java.JavaEditor$8.actionPerformed(JavaEditor.java:607)
	at javax.swing.Timer.fireActionPerformed(Timer.java:147)
	at javax.swing.Timer$DoPostEvent.run(Timer.java:105)
	at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEventQueueUtilities.java:366)
	at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilities.java:362)
	at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(SystemEventQueueUtilities.java:403)
	at java.awt.Component.dispatchEventImpl(Component.java:2394)
	at java.awt.Component.dispatchEvent(Component.java:2307)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
	at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
Comment 1 Marek Grummich 2000-07-25 09:33:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:15:51 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.