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 223503 - ArrayIndexOutOfBoundsException: offset=6118, length=1, snapshot-length=6057
Summary: ArrayIndexOutOfBoundsException: offset=6118, length=1, snapshot-length=6057
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: 2012-12-07 20:29 UTC by umpirsky
Modified: 2013-02-03 00:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186780


Attachments
stacktrace (4.31 KB, text/plain)
2012-12-07 20:29 UTC, umpirsky
Details
stacktrace (4.42 KB, text/plain)
2013-02-03 00:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description umpirsky 2012-12-07 20:29:36 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-b30
OS: Linux

User Comments:
GUEST: opening routing.yml file

GUEST: switch branch in php project

fvezzoso: Creating yaml files for Symfony's config




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: offset=6118, length=1, snapshot-length=6057
   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 umpirsky 2012-12-07 20:29:37 UTC
Created attachment 129066 [details]
stacktrace
Comment 2 Exceptions Reporter 2013-02-03 00:07:57 UTC
Created attachment 130957 [details]
stacktrace