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 180573 - ArrayIndexOutOfBoundsException: 2
Summary: ArrayIndexOutOfBoundsException: 2
Status: RESOLVED DUPLICATE of bug 181208
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 13:08 UTC by laurin1
Modified: 2010-03-17 14:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165118


Attachments
stacktrace (8.05 KB, text/plain)
2010-02-10 13:09 UTC, laurin1
Details
stacktrace (8.05 KB, text/plain)
2010-02-16 10:38 UTC, laurin1
Details
stacktrace (4.82 KB, text/plain)
2010-02-17 08:00 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description laurin1 2010-02-10 13:08:58 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows 7

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2
   at org.netbeans.modules.php.editor.model.impl.ParameterImpl.toParameters(ParameterImpl.java:133)
   at org.netbeans.modules.php.editor.index.PHPIndex.findFunctions(PHPIndex.java:294)
   at org.netbeans.modules.php.editor.index.PHPIndex.getFunctions(PHPIndex.java:997)
   at org.netbeans.modules.php.editor.verification.PHPVerificationVisitor.visit(PHPVerificationVisitor.java:411)
   at org.netbeans.modules.php.editor.parser.astnodes.FunctionInvocation.accept(FunctionInvocation.java:86)
   at org.netbeans.modules.php.editor.parser.astnodes.visitors.DefaultVisitor.scan(DefaultVisitor.java:51)
Comment 1 laurin1 2010-02-10 13:09:04 UTC
Created attachment 94059 [details]
stacktrace
Comment 2 laurin1 2010-02-16 10:38:38 UTC
Created attachment 94207 [details]
stacktrace
Comment 3 Exceptions Reporter 2010-02-16 15:50:47 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=165118
Comment 4 Exceptions Reporter 2010-02-17 08:00:06 UTC
Created attachment 94229 [details]
stacktrace
Comment 5 laurin1 2010-02-24 10:31:21 UTC
This bug makes 6.9M1 almost unusable. I get it every minute or so.
Comment 6 laurin1 2010-03-10 07:56:15 UTC
(In reply to comment #5)
> This bug makes 6.9M1 almost unusable. I get it every minute or so.

Somehow this reply of mine ended up on the wrong bug. It was meant for 181644.
Comment 7 rmatous 2010-03-17 14:32:55 UTC

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