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 117971 - Underlines as not valid good piece of code
Summary: Underlines as not valid good piece of code
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 23:14 UTC by grzechg
Modified: 2008-02-11 18:08 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 grzechg 2007-10-05 23:14:27 UTC
NetBeans wrong recognize situations when method returns array and underline it green clolor

def somemethod 
  return "aa", "bb", 3, 4
end

v1, v2, v3, v4 = somemethod #<---- green underscore
Comment 1 Martin Krauskopf 2008-02-11 18:08:46 UTC
Works for me. Please reopen if it still does not work for you in latest dev builds.