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 249295

Summary: InterruptedException at java.lang.Object.wait
Product: versioncontrol Reporter: misterm <misterm>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: asmotrich, git
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214090
Attachments: stacktrace

Description misterm 2014-12-11 14:20:59 UTC
Build: NetBeans IDE Dev (Build 20141210-8d3bc43bbc5f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
misterm: Refreshing diff




Stacktrace: 
java.lang.InterruptedException
   at java.lang.Object.wait(Object.java:0)
   at java.lang.Object.wait(Object.java:502)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1294)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1275)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEventAccess(NbMutexEventProvider.java:171)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:98)
Comment 1 misterm 2014-12-11 14:21:01 UTC
Created attachment 151045 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2014-12-12 13:40:16 UTC
org.netbeans.modules.git.ui.diff.MultiDiffPanelController$ApplyChangesTask.run
Comment 3 Ondrej Vrabec 2014-12-12 15:35:04 UTC
fix: http://hg.netbeans.org/core-main/rev/e3a795321828
Comment 4 Quality Engineering 2014-12-13 06:13:17 UTC
Integrated into 'main-silver', will be available in build *201412130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e3a795321828
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #249295 - InterruptedException at java.lang.Object.wait
Do not interrupt threads to cancel running diff tasks. Rather let the tasks
implement Cancelable and call cancel on them directly.
Comment 5 Ondrej Vrabec 2015-09-11 06:13:49 UTC
*** Bug 255198 has been marked as a duplicate of this bug. ***