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 220095 - Find bugs got InterruptedIOException at java.lang.Object.wait
Summary: Find bugs got InterruptedIOException at java.lang.Object.wait
Status: RESOLVED DUPLICATE of bug 213182
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 08:29 UTC by sreimers
Modified: 2012-10-22 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193548


Attachments
stacktrace (1.17 KB, text/plain)
2012-10-15 08:29 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2012-10-15 08:29:49 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9383-on-20120904)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.4-b01, Java(TM) SE Runtime Environment, 1.7.0_08-ea-b05
OS: Windows 7

User Comments:
sreimers: Running FindBugs on a single file (Freeform Java Project)




Stacktrace: 
java.lang.InterruptedException
   at java.lang.Object.wait(Object.java:0)
   at java.lang.Object.wait(Object.java:503)
   at org.openide.text.CloneableEditorSupport.openDocumentImpl(CloneableEditorSupport.java:928)
   at org.openide.text.CloneableEditorSupport.openDocumentImpl(CloneableEditorSupport.java:917)
   at org.openide.text.CloneableEditorSupport.openDocumentCheckIOE(CloneableEditorSupport.java:897)
   at org.openide.text.CloneableEditorSupport.openDocument(CloneableEditorSupport.java:882)
Comment 1 sreimers 2012-10-15 08:29:50 UTC
Created attachment 125958 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-10-22 09:27:18 UTC
Findbugs got an I/O exception and probably it does not know how to handle it properly.
Comment 3 Jan Lahoda 2012-10-22 09:50:43 UTC
Fixed by the fix for bug #213182, please update your FindBugs support.

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