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 188113 - UnsupportedOperationException: Not supported yet.
Summary: UnsupportedOperationException: Not supported yet.
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-26 16:16 UTC by tkrd_oiax
Modified: 2011-01-28 20:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153076


Attachments
stacktrace (3.39 KB, text/plain)
2010-06-26 16:16 UTC, tkrd_oiax
Details
stacktrace (2.98 KB, text/plain)
2010-10-19 17:59 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tkrd_oiax 2010-06-26 16:16:42 UTC
Build: NetBeans IDE Dev (Build 201006260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
tkrd_oiax: Editing a ruby code. Entered a parenthesis pair.

harker: Seem to occur whenever there are empty parentheses i.e. ()

I am editing ruby code when this occurs.

tkrd_oiax: Enter "()" into a ruby code.




Stacktrace: 
java.lang.UnsupportedOperationException: Not supported yet.
   at org.jrubyparser.SourcePosition$1.getStartOffset(SourcePosition.java:219)
   at org.netbeans.modules.ruby.hints.HashListConvert.getCommaOffset(HashListConvert.java:110)
   at org.netbeans.modules.ruby.hints.HashListConvert.run(HashListConvert.java:95)
   at org.netbeans.modules.ruby.hints.infrastructure.RubyHintsProvider.applyRules(RubyHintsProvider.java:265)
   at org.netbeans.modules.ruby.hints.infrastructure.RubyHintsProvider.scan(RubyHintsProvider.java:318)
   at org.netbeans.modules.ruby.hints.infrastructure.RubyHintsProvider.scan(RubyHintsProvider.java:331)
Comment 1 tkrd_oiax 2010-06-26 16:16:46 UTC
Created attachment 100433 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-10-19 17:59:18 UTC
Created attachment 102491 [details]
stacktrace

Editing Rails integration test