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 - org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.ArrayIndexOutOfBoundsException
Summary: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.Arr...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-16 07:49 UTC by Exceptions Reporter
Modified: 2015-04-24 16:49 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161044


Attachments
stacktrace (1.06 KB, text/plain)
2015-04-16 07:49 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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