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 183310 - [69cat] InterruptedException at java.lang.Object.wait
Summary: [69cat] InterruptedException at java.lang.Object.wait
Status: RESOLVED DUPLICATE of bug 183274
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 21:13 UTC by misterm
Modified: 2010-04-01 06:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167425


Attachments
stacktrace (870 bytes, text/plain)
2010-03-31 21:13 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2010-03-31 21:13:54 UTC
Build: NetBeans IDE Dev (Build 100331-eb8d22d7ddd4)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP

Stacktrace: 
java.lang.InterruptedException
   at java.lang.Object.wait(Object.java:0)
   at java.lang.Object.wait(Object.java:485)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:992)
   at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.<init>(EditableDiffView.java:301)
   at org.netbeans.modules.diff.builtin.DefaultDiffControllerProvider.createEnhancedDiffController(DefaultDiffControllerProvider.java:64)
Comment 1 misterm 2010-03-31 21:13:58 UTC
Created attachment 96481 [details]
stacktrace
Comment 2 Ondrej Vrabec 2010-04-01 06:58:30 UTC

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