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 164878 - ruby parser UnsupportedOperationException on "case" constructs
Summary: ruby parser UnsupportedOperationException on "case" constructs
Status: RESOLVED DUPLICATE of bug 163025
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 17:04 UTC by korishev
Modified: 2009-05-11 18:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
debug output from exception (2.16 KB, text/plain)
2009-05-11 17:05 UTC, korishev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description korishev 2009-05-11 17:04:32 UTC
Create new ruby application in 6.7beta.  Right after the "Hello World!" do this:

happy = 4

case happy
  when 4
end

The parser immediately throws an exception, debug info attached.
Comment 1 korishev 2009-05-11 17:05:34 UTC
Created attachment 81915 [details]
debug output from exception
Comment 2 Erno Mononen 2009-05-11 18:47:29 UTC
This is a duplicate of #163025, fixed in daily builds. Thanks for the report in any case! 

*** This issue has been marked as a duplicate of 163025 ***