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 200001 - [70cat] ArrayIndexOutOfBoundsException: 172
Summary: [70cat] ArrayIndexOutOfBoundsException: 172
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 20:56 UTC by misterm
Modified: 2011-07-08 20:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179790


Attachments
stacktrace (8.00 KB, text/plain)
2011-07-08 20:56 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2011-07-08 20:56:18 UTC
Build: NetBeans IDE Dev (Build 20110704-3ee08322d9ec)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 172
   at org.netbeans.modules.scala.core.ScalaSourceFile.findLine$1(ScalaSourceFile.java:116)
   at org.netbeans.modules.scala.core.ScalaSourceFile.offsetToLine(ScalaSourceFile.java:118)
   at scala.tools.nsc.util.OffsetPosition.line(OffsetPosition.java:210)
   at scala.tools.nsc.util.OffsetPosition.toString(OffsetPosition.java:233)
   at scala.tools.nsc.util.Position$class.dbgString(Position.java:191)
   at scala.tools.nsc.util.OffsetPosition.dbgString(OffsetPosition.java:204)
Comment 1 misterm 2011-07-08 20:56:22 UTC
Created attachment 109337 [details]
stacktrace