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 225672 - ArrayIndexOutOfBoundsException: offset=433, length=1, snapshot-length=405
Summary: ArrayIndexOutOfBoundsException: offset=433, length=1, snapshot-length=405
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-03 14:32 UTC by Exceptions Reporter
Modified: 2013-02-04 15:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198302


Attachments
stacktrace (2.59 KB, text/plain)
2013-02-03 14:32 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-03 14:32:35 UTC
This bug was originally marked as duplicate of bug 163434, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: offset=433, length=1, snapshot-length=405
   at org.netbeans.modules.parsing.api.Snapshot.create(Snapshot.java:118)
   at org.netbeans.modules.languages.yaml.ruby.RubyEmbeddingProvider.translate(RubyEmbeddingProvider.java:161)
   at org.netbeans.modules.languages.yaml.ruby.RubyEmbeddingProvider.translate(RubyEmbeddingProvider.java:109)
   at org.netbeans.modules.languages.yaml.ruby.RubyEmbeddingProvider.getEmbeddings(RubyEmbeddingProvider.java:73)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callEmbeddingProvider(TaskProcessor.java:574)
   at org.netbeans.modules.parsing.impl.SourceCache.getAllEmbeddings(SourceCache.java:307)
Comment 1 Exceptions Reporter 2013-02-03 14:32:37 UTC
Created attachment 130964 [details]
stacktrace