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 157656 - CC broken at unclosed html.erb Ruby expresions
Summary: CC broken at unclosed html.erb Ruby expresions
Status: RESOLVED DUPLICATE of bug 104246
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 11:30 UTC by Martin Schovanek
Modified: 2009-02-19 23:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2009-01-30 11:30:49 UTC
[#200901271556, jdk1.5.0]

to reproduce:
-------------
1) paste in a .html.erb file:
  <%= Date.tod|
2) invoke CC

ERROR: CC does not offer the Date class methods.

In following context the CC works well: <%= Date.tod| %>
Comment 1 Martin Schovanek 2009-01-30 11:56:47 UTC

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