Ticket #101 (closed defect: fixed)

Opened 20 months ago

Last modified 16 months ago

Variable "source" wrongly used instead of "arg" in exception in source.rb

Reported by: mrj Owned by: ser
Priority: normal Milestone: 3.1.8
Component: Stream Version: 3.1.4
Severity: minor Keywords: source stream arg
Cc: Ruby version: 1.8.5
Operating system: Linux

Description

Line 20 of source.rb should be:

 raise "#{arg.class} is not a valid input stream.  It must walk \n"+

The current use of "source.class" gives error

undefined local variable or method `source' for REXML::SourceFactory:Class

Change History

Changed 16 months ago by ser

  • status changed from new to assigned
  • milestone set to 3.1.8

Changed 16 months ago by ser

  • status changed from assigned to closed
  • resolution set to fixed

Fixed by changeset:1266

Note: See TracTickets for help on using tickets.