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 141742 - Bad boldface in editor: org is in bold in class Foo; org.apache(); end
Summary: Bad boldface in editor: org is in bold in class Foo; org.apache(); end
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-26 00:23 UTC by jamespb
Modified: 2008-09-29 21:58 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 jamespb 2008-07-26 00:23:21 UTC
Here's a more real-world example:

class Java::OrgApacheHadoopMapred::JobConf
  def input_paths f
    org.apache.hadoop.mapred.FileInputFormat.set_input_paths(self, f)
  end

  def add_input_paths f
    org.apache.hadoop.mapred.FileInputFormat.add_input_paths(self, f)
  end
  
  def sequence_file_compress_output do_compression = true
    org.apache.hadoop.mapred.SequenceFileOutputFormat.setCompressOutput(conf, do_compression);
  end
  
  def sequence_file_output_compression_type t = :record
    t = eval("Java::OrgApacheHadoopIo::SequenceFile::CompressionType::#{t.upcase}")
    org.apache.hadoop.mapred.SequenceFileOutputFormat.setOutputCompressionType(t)
  end
end
Comment 1 Torbjorn Norbye 2008-09-29 21:58:24 UTC
Fixed in changeset 961a89e9a087