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 251881

Summary: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.ArrayIndexOutOfBoundsException
Product: third-party Reporter: Exceptions Reporter <exceptions_reporter>
Component: sqe toolsAssignee: sreimers <sreimers>
Status: NEW ---    
Severity: normal CC: FrantaM, gtg, jglick, jmichelberger, jocke, oj-nb
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 161044
Attachments: stacktrace

Description Exceptions Reporter 2015-04-16 07:49:46 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 7

User Comments:
jocke: ...

GUEST: open java file

jglick: FB hint scanning on class (mistakenly) marked as erroneous.




Stacktrace: 
org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.ArrayIndexOutOfBoundsException
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:420)
   at org.nbheaven.sqe.codedefects.core.spi.SQECodedefectScanner.postAndWait(SQECodedefectScanner.java:76)
   at org.nbheaven.sqe.tools.findbugs.codedefects.core.FindBugsSession.computeResultAndWait(FindBugsSession.java:71)
   at org.nbheaven.sqe.tools.findbugs.codedefects.hints.FindBugsHint$Task.computeErrors(FindBugsHint.java:156)
   at org.nbheaven.sqe.tools.findbugs.codedefects.hints.FindBugsHint$Task.access$100(FindBugsHint.java:111)
   at org.nbheaven.sqe.tools.findbugs.codedefects.hints.FindBugsHint$Task$1.run(FindBugsHint.java:135)
Comment 1 Exceptions Reporter 2015-04-16 07:49:49 UTC
Created attachment 153229 [details]
stacktrace