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 196329 - ArrayIndexOutOfBoundsException: 1
Summary: ArrayIndexOutOfBoundsException: 1
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 23:04 UTC by bingalls
Modified: 2011-06-21 19:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168268


Attachments
stacktrace (2.91 KB, text/plain)
2011-03-04 23:04 UTC, bingalls
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bingalls 2011-03-04 23:04:16 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
GUEST: ??? ?????????? ?????? PHP_CodeSniffer 1.2.2.
????? ??????? ??????? ??????? Code Sniffer ? ??????????, ????????? ?????? ??????????.
??????????????, ??????? ????????? ?? ????? ? ???? ???????? ?? ???????????.

GUEST: trying to access the code sniffer tab. I believe the Java update (ubuntu 10.10) this moring screwed everything up

bingalls: Installed and opened CodeSniffer plugin




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1
   at de.whitewashing.php.cs.command.CodeSniffer$StupidStandardsOutputParser.parse(CodeSniffer.java:174)
   at de.whitewashing.php.cs.command.CodeSniffer$StupidStandardsOutputParser.access$000(CodeSniffer.java:164)
   at de.whitewashing.php.cs.command.CodeSniffer.getAvailableStandards(CodeSniffer.java:58)
   at de.whitewashing.php.cs.ui.options.CodeSnifferOptionsPanelController.getPanel(CodeSnifferOptionsPanelController.java:66)
   at de.whitewashing.php.cs.ui.options.CodeSnifferOptionsPanelController.getComponent(CodeSnifferOptionsPanelController.java:52)
   at org.netbeans.modules.options.TabbedController.handleTabSwitched(TabbedController.java:198)
Comment 1 bingalls 2011-03-04 23:04:19 UTC
Created attachment 106733 [details]
stacktrace