[#1711] Re: open-uri patch, added progress_proc hook — "T. Onoma" <transami@...>

Tanaka Akira:

22 messages 2003/11/19
[#1737] Re: open-uri patch, added progress_proc hook — Mathieu Bouchard <matju@...> 2003/11/23

[#1739] Re: open-uri patch, added progress_proc hook — Mathieu Bouchard <matju@...> 2003/11/23

[#1740] Re: open-uri patch, added progress_proc hook — "T. Onoma" <transami@...> 2003/11/23

On Sunday 23 November 2003 08:26 pm, Mathieu Bouchard wrote:

[#1741] Re: open-uri patch, added progress_proc hook — Mathieu Bouchard <matju@...> 2003/11/23

[#1718] Re: open-uri patch, added progress_proc hook — Elliott Hughes <ehughes@...>

22 messages 2003/11/21
[#1722] Re: open-uri patch, added progress_proc hook — Tanaka Akira <akr@...17n.org> 2003/11/22

In article <AD4480A509455343AEFACCC231BA850F17C434@ukexchange>,

[#1724] Re: open-uri patch, added progress_proc hook — "T. Onoma" <transami@...> 2003/11/22

On Saturday 22 November 2003 04:34 pm, Tanaka Akira wrote:

[#1726] Re: open-uri patch, added progress_proc hook — Tanaka Akira <akr@...17n.org> 2003/11/23

In article <200311221024.05642.transami@runbox.com>,

[#1731] Re: open-uri patch, added progress_proc hook — "T. Onoma" <transami@...> 2003/11/23

On Sunday 23 November 2003 02:24 am, Tanaka Akira wrote:

[#1732] Re: open-uri patch, added progress_proc hook — Tanaka Akira <akr@...17n.org> 2003/11/23

In article <200311230325.21687.transami@runbox.com>,

[#1733] Re: open-uri patch, added progress_proc hook — "T. Onoma" <transami@...> 2003/11/23

On Sunday 23 November 2003 03:10 pm, Tanaka Akira wrote:

[#1750] Re: open-uri patch, added progress_proc hook — Tanaka Akira <akr@...17n.org> 2003/11/24

In article <200311230648.41003.transami@runbox.com>,

[#1759] Re: open-uri patch, added progress_proc hook — Sean E Russell <ser@...> 2003/11/24

On Monday 24 November 2003 03:19, Tanaka Akira wrote:

[#1762] Re: open-uri patch, added progress_proc hook — "Nathaniel Talbott" <nathaniel@...> 2003/11/24

Sean E Russell [mailto:ser@germane-software.com] wrote:

[#1753] gc_sweep under 1.8 ... not syck.so — Richard Kilmer <rich@...>

We still encountered a gc_sweep in our use of Ruby 1.8 on Linux (v8).

16 messages 2003/11/24
[#1754] Re: gc_sweep under 1.8 ... not syck.so — ts <decoux@...> 2003/11/24

>>>>> "R" == Richard Kilmer <rich@infoether.com> writes:

[#1757] Re: gc_sweep under 1.8 ... not syck.so — Richard Kilmer <rich@...> 2003/11/24

Yes, there are several (Ruby) threads working during this gc_sweep.

[#1758] Re: gc_sweep under 1.8 ... not syck.so — ts <decoux@...> 2003/11/24

>>>>> "R" == Richard Kilmer <rich@infoether.com> writes:

[#1763] Re: gc_sweep under 1.8 ... not syck.so — Richard Kilmer <rich@...> 2003/11/24

of course this effects 300 machines ;-)

[#1755] Re: Controlled block variables — Jamis Buck <jgb3@...>

On Mon, 2003-11-24 at 02:04, T. Onoma wrote:

26 messages 2003/11/24
[#1756] Re: Controlled block variables — "T. Onoma" <transami@...> 2003/11/24

On Monday 24 November 2003 05:22 pm, Jamis Buck wrote:

[#1760] Re: Controlled block variables — Sean E Russell <ser@...> 2003/11/24

On Monday 24 November 2003 11:51, T. Onoma wrote:

[#1761] Re: Controlled block variables — "T. Onoma" <transami@...> 2003/11/24

On Monday 24 November 2003 06:40 pm, Sean E Russell wrote:

Code duplication in core libraries

From: Simon Harris <simon@...>
Date: 2003-11-02 12:57:26 UTC
List: ruby-core #1648
FWIW, I ran a tool to identify duplicated code against the core ruby libraries (1.8.0) that shipped
as part of my linux distro (gentoo) .

I hope you find this of some use.

Cheers,

Simon			
-- 
http://www.redhillconsulting.com.au
RedHill Consulting, Pty. Ltd.
12/55-67 Batman Street
West Melbourne VIC 3003
+61 417 505 611

Attachments (1)

ruby_duplication.log (38.7 KB, text/x-log)
Similarity Analyser 1.9.13 - http://www.redhillconsulting.com.au/products/simian/index.html
Copyright (c) 2003 RedHill Consulting, Pty. Ltd.  All rights reserved.
Simian is not free unless used solely for non-commercial or evaluation purposes.
Loading *.rb from /usr/lib/ruby
Line Count: 9, Parse Options: [ignoreStringCase, ignoreModifiers]
Found 58 duplicate lines in the following files:
 Between lines 39 and 121 in /usr/lib/ruby/1.8/wsdl/parser.rb
 Between lines 37 and 119 in /usr/lib/ruby/1.8/wsdl/xmlSchema/parser.rb
Found 33 duplicate lines in the following files:
 Between lines 218 and 250 in /usr/lib/ruby/1.8/soap/mapping/registry.rb
 Between lines 262 and 294 in /usr/lib/ruby/1.8/soap/mapping/registry.rb
Found 32 duplicate lines in the following files:
 Between lines 28 and 69 in /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
 Between lines 28 and 69 in /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
 Between lines 28 and 69 in /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb
Found 28 duplicate lines in the following files:
 Between lines 4623 and 4662 in /usr/lib/ruby/1.8/tk.rb
 Between lines 4741 and 4780 in /usr/lib/ruby/1.8/tk.rb
Found 26 duplicate lines in the following files:
 Between lines 450 and 478 in /usr/lib/ruby/1.8/net/telnet.rb
 Between lines 95 and 123 in /usr/lib/ruby/1.8/net/telnets.rb
Found 23 duplicate lines in the following files:
 Between lines 153 and 178 in /usr/lib/ruby/1.8/tk.rb
 Between lines 1069 and 1094 in /usr/lib/ruby/1.8/multi-tk.rb
Found 23 duplicate lines in the following files:
 Between lines 346 and 372 in /usr/lib/ruby/1.8/tkfont.rb
 Between lines 398 and 424 in /usr/lib/ruby/1.8/tkfont.rb
Found 20 duplicate lines in the following files:
 Between lines 41 and 62 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 40 and 61 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
Found 20 duplicate lines in the following files:
 Between lines 3877 and 3901 in /usr/lib/ruby/1.8/tk.rb
 Between lines 393 and 417 in /usr/lib/ruby/1.8/tktext.rb
Found 20 duplicate lines in the following files:
 Between lines 113 and 142 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 115 and 144 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
Found 19 duplicate lines in the following files:
 Between lines 3192 and 3210 in /usr/lib/ruby/1.8/tk.rb
 Between lines 3236 and 3254 in /usr/lib/ruby/1.8/tk.rb
Found 19 duplicate lines in the following files:
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/parser.rb
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/parser.rb
Found 18 duplicate lines in the following files:
 Between lines 45 and 66 in /usr/lib/ruby/1.8/tkfont.rb
 Between lines 71 and 91 in /usr/lib/ruby/1.8/tkfont.rb
Found 18 duplicate lines in the following files:
 Between lines 518 and 541 in /usr/lib/ruby/1.8/net/telnet.rb
 Between lines 150 and 173 in /usr/lib/ruby/1.8/net/telnets.rb
Found 18 duplicate lines in the following files:
 Between lines 5287 and 5309 in /usr/lib/ruby/1.8/tk.rb
 Between lines 5479 and 5501 in /usr/lib/ruby/1.8/tk.rb
Found 17 duplicate lines in the following files:
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/soap/header.rb
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/soap/fault.rb
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/soap/body.rb
Found 17 duplicate lines in the following files:
 Between lines 195 and 221 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 180 and 206 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
Found 17 duplicate lines in the following files:
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb
 Between lines 1 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb
Found 17 duplicate lines in the following files:
 Between lines 163 and 181 in /usr/lib/ruby/1.8/mathn.rb
 Between lines 207 and 225 in /usr/lib/ruby/1.8/mathn.rb
Found 17 duplicate lines in the following files:
 Between lines 3877 and 3898 in /usr/lib/ruby/1.8/tk.rb
 Between lines 166 and 187 in /usr/lib/ruby/1.8/tktext.rb
 Between lines 393 and 414 in /usr/lib/ruby/1.8/tktext.rb
 Between lines 507 and 528 in /usr/lib/ruby/1.8/tktext.rb
Found 16 duplicate lines in the following files:
 Between lines 3 and 25 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexContent.rb
 Between lines 3 and 25 in /usr/lib/ruby/1.8/wsdl/xmlSchema/schema.rb
Found 16 duplicate lines in the following files:
 Between lines 307 and 327 in /usr/lib/ruby/1.8/tkcanvas.rb
 Between lines 5292 and 5312 in /usr/lib/ruby/1.8/tk.rb
 Between lines 3881 and 3901 in /usr/lib/ruby/1.8/tk.rb
 Between lines 397 and 417 in /usr/lib/ruby/1.8/tktext.rb
Found 16 duplicate lines in the following files:
 Between lines 5 and 24 in /usr/lib/ruby/1.8/soap/rpc/router.rb
 Between lines 5 and 24 in /usr/lib/ruby/1.8/soap/rpc/proxy.rb
Found 16 duplicate lines in the following files:
 Between lines 149 and 176 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 150 and 177 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
Found 15 duplicate lines in the following files:
 Between lines 3 and 22 in /usr/lib/ruby/1.8/xsd/xmlparser/parser.rb
 Between lines 3 and 22 in /usr/lib/ruby/1.8/wsdl/parser.rb
 Between lines 3 and 22 in /usr/lib/ruby/1.8/wsdl/xmlSchema/parser.rb
Found 15 duplicate lines in the following files:
 Between lines 80 and 99 in /usr/lib/ruby/1.8/yaml/types.rb
 Between lines 96 and 115 in /usr/lib/ruby/1.8/yaml/rubytypes.rb
Found 15 duplicate lines in the following files:
 Between lines 1 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
 Between lines 1 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
 Between lines 1 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb
 Between lines 1 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb
 Between lines 1 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexType.rb
Found 15 duplicate lines in the following files:
 Between lines 1142 and 1159 in /usr/lib/ruby/1.8/tktext.rb
 Between lines 1231 and 1248 in /usr/lib/ruby/1.8/tktext.rb
Found 15 duplicate lines in the following files:
 Between lines 66 and 83 in /usr/lib/ruby/1.8/wsdl/soap/header.rb
 Between lines 44 and 60 in /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb
Found 15 duplicate lines in the following files:
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/attribute.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/element.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/import.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb
Found 15 duplicate lines in the following files:
 Between lines 3 and 24 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
Found 15 duplicate lines in the following files:
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/soap/address.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/soap/binding.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/soap/operation.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/soap/header.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/soap/fault.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/soap/body.rb
Found 15 duplicate lines in the following files:
 Between lines 3 and 22 in /usr/lib/ruby/1.8/soap/mapping/registry.rb
 Between lines 3 and 22 in /usr/lib/ruby/1.8/soap/mapping/wsdlRegistry.rb
Found 15 duplicate lines in the following files:
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/unique.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/any.rb
Found 15 duplicate lines in the following files:
 Between lines 1837 and 1851 in /usr/lib/ruby/1.8/net/imap.rb
 Between lines 1838 and 1852 in /usr/lib/ruby/1.8/net/imap.rb
Found 15 duplicate lines in the following files:
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/portType.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/definitions.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/binding.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexContent.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/xmlSchema/schema.rb
 Between lines 3 and 24 in /usr/lib/ruby/1.8/wsdl/service.rb
Found 15 duplicate lines in the following files:
 Between lines 133 and 149 in /usr/lib/ruby/1.8/wsdl/parser.rb
 Between lines 130 and 146 in /usr/lib/ruby/1.8/wsdl/xmlSchema/parser.rb
Found 15 duplicate lines in the following files:
 Between lines 461 and 479 in /usr/lib/ruby/1.8/xmlrpc/server.rb
 Between lines 536 and 554 in /usr/lib/ruby/1.8/xmlrpc/server.rb
Found 14 duplicate lines in the following files:
 Between lines 3 and 21 in /usr/lib/ruby/1.8/wsdl/soap/definitions.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/wsdl/portType.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/wsdl/definitions.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/wsdl/binding.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexContent.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/wsdl/xmlSchema/schema.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/wsdl/service.rb
Found 14 duplicate lines in the following files:
 Between lines 54 and 67 in /usr/lib/ruby/1.8/wsdl/operationBinding.rb
 Between lines 88 and 101 in /usr/lib/ruby/1.8/wsdl/operation.rb
Found 14 duplicate lines in the following files:
 Between lines 1 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser.rb
 Between lines 1 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/parser.rb
Found 14 duplicate lines in the following files:
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/soap/address.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/soap/binding.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/soap/operation.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/message.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/types.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/param.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/operationBinding.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/attribute.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/element.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/import.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/part.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/operation.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/port.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/soap/header.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/soap/fault.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/soap/body.rb
Found 14 duplicate lines in the following files:
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/unique.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/xmlSchema/any.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/documentation.rb
 Between lines 3 and 23 in /usr/lib/ruby/1.8/wsdl/importer.rb
Found 14 duplicate lines in the following files:
 Between lines 3 and 21 in /usr/lib/ruby/1.8/soap/mapping/factory.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/soap/mapping/rubytypeFactory.rb
Found 14 duplicate lines in the following files:
 Between lines 3 and 21 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/soap/soap.rb
Found 14 duplicate lines in the following files:
 Between lines 3 and 21 in /usr/lib/ruby/1.8/soap/processor.rb
 Between lines 3 and 21 in /usr/lib/ruby/1.8/soap/baseData.rb
Found 13 duplicate lines in the following files:
 Between lines 5 and 23 in /usr/lib/ruby/1.8/soap/mapping/mapping.rb
 Between lines 5 and 21 in /usr/lib/ruby/1.8/soap/mapping/factory.rb
 Between lines 5 and 21 in /usr/lib/ruby/1.8/soap/mapping/rubytypeFactory.rb
Found 13 duplicate lines in the following files:
 Between lines 3 and 20 in /usr/lib/ruby/1.8/soap/element.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/wsdl.rb
Found 13 duplicate lines in the following files:
 Between lines 3 and 20 in /usr/lib/ruby/1.8/xsd/namedelements.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/xsd/qname.rb
Found 13 duplicate lines in the following files:
 Between lines 5 and 23 in /usr/lib/ruby/1.8/xsd/ns.rb
 Between lines 5 and 23 in /usr/lib/ruby/1.8/xsd/datatypes1999.rb
Found 13 duplicate lines in the following files:
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/definitions.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/address.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/binding.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/operation.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/message.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/portType.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/types.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/definitions.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/param.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/operationBinding.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/binding.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexContent.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/schema.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/attribute.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/element.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/import.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/service.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/part.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/import.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/operation.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/port.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/header.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/fault.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/body.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexType.rb
Found 13 duplicate lines in the following files:
 Between lines 265 and 279 in /usr/lib/ruby/1.8/generator.rb
 Between lines 283 and 297 in /usr/lib/ruby/1.8/generator.rb
Found 13 duplicate lines in the following files:
 Between lines 42 and 60 in /usr/lib/ruby/1.8/webrick/httpauth/htdigest.rb
 Between lines 38 and 56 in /usr/lib/ruby/1.8/webrick/httpauth/htpasswd.rb
Found 13 duplicate lines in the following files:
 Between lines 3 and 20 in /usr/lib/ruby/1.8/soap/parser.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/soap/generator.rb
Found 13 duplicate lines in the following files:
 Between lines 1 and 20 in /usr/lib/ruby/1.8/rexml/encodings/US-ASCII.rb
 Between lines 1 and 20 in /usr/lib/ruby/1.8/rexml/encodings/ISO-8859-1.rb
Found 13 duplicate lines in the following files:
 Between lines 3 and 20 in /usr/lib/ruby/1.8/soap/mapping/typeMap.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/soap/mapping/factory.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/soap/mapping/rubytypeFactory.rb
Found 13 duplicate lines in the following files:
 Between lines 49 and 64 in /usr/lib/ruby/1.8/wsdl/service.rb
 Between lines 70 and 85 in /usr/lib/ruby/1.8/wsdl/port.rb
Found 13 duplicate lines in the following files:
 Between lines 3 and 20 in /usr/lib/ruby/1.8/soap/rpc/driver.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/soap/streamHandler.rb
Found 13 duplicate lines in the following files:
 Between lines 3 and 20 in /usr/lib/ruby/1.8/xsd/xmlparser/xmlscanner.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb
Found 13 duplicate lines in the following files:
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/soap/data.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/xsd/xmlparser/parser.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/parser.rb
 Between lines 3 and 20 in /usr/lib/ruby/1.8/wsdl/xmlSchema/parser.rb
Found 12 duplicate lines in the following files:
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/rpc/rpc.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/mapping/typeMap.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/mapping/factory.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/mapping/rubytypeFactory.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/mapping/mapping.rb
Found 12 duplicate lines in the following files:
 Between lines 5 and 20 in /usr/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/xsd/xmlparser/xmlscanner.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb
Found 12 duplicate lines in the following files:
 Between lines 1010 and 1025 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 1039 and 1054 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 1068 and 1083 in /usr/lib/ruby/1.8/xsd/datatypes.rb
Found 12 duplicate lines in the following files:
 Between lines 63 and 77 in /usr/lib/ruby/1.8/wsdl/portType.rb
 Between lines 71 and 85 in /usr/lib/ruby/1.8/wsdl/operationBinding.rb
 Between lines 52 and 66 in /usr/lib/ruby/1.8/wsdl/service.rb
Found 12 duplicate lines in the following files:
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/parser.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/namedelements.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/qname.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/xmlscanner.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/wsdlDriver.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/data.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/data.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/definitions.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/address.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/binding.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/complexType.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/operation.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/message.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/portType.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/types.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/definitions.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/param.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/operationBinding.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/binding.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/data.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexContent.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/schema.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/attribute.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/element.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/import.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/service.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/part.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/import.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/info.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/operation.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/port.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/parser.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/parser.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/header.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/fault.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/soap/body.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexType.rb
Found 12 duplicate lines in the following files:
 Between lines 65 and 81 in /usr/lib/ruby/1.8/soap/rpc/driver.rb
 Between lines 256 and 272 in /usr/lib/ruby/1.8/soap/wsdlDriver.rb
Found 12 duplicate lines in the following files:
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/rpc/driver.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/rpc/element.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/processor.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/baseData.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/streamHandler.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/element.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/wsdl.rb
Found 12 duplicate lines in the following files:
 Between lines 5 and 20 in /usr/lib/ruby/1.8/xsd/charset.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/xsd/namedelements.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/xsd/qname.rb
Found 12 duplicate lines in the following files:
 Between lines 94 and 111 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 97 and 114 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
Found 12 duplicate lines in the following files:
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/rpc/element.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/mapping/registry.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/mapping/wsdlRegistry.rb
Found 12 duplicate lines in the following files:
 Between lines 10 and 21 in /usr/lib/ruby/1.8/rexml/entity.rb
 Between lines 76 and 87 in /usr/lib/ruby/1.8/rexml/parsers/baseparser.rb
Found 12 duplicate lines in the following files:
 Between lines 5293 and 5309 in /usr/lib/ruby/1.8/tk.rb
 Between lines 5485 and 5501 in /usr/lib/ruby/1.8/tk.rb
 Between lines 4887 and 4902 in /usr/lib/ruby/1.8/tk.rb
 Between lines 308 and 324 in /usr/lib/ruby/1.8/tkcanvas.rb
 Between lines 3882 and 3898 in /usr/lib/ruby/1.8/tk.rb
 Between lines 171 and 187 in /usr/lib/ruby/1.8/tktext.rb
 Between lines 398 and 414 in /usr/lib/ruby/1.8/tktext.rb
 Between lines 512 and 528 in /usr/lib/ruby/1.8/tktext.rb
Found 12 duplicate lines in the following files:
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/ns.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/mapping/typeMap.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/mapping/registry.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/mapping/wsdlRegistry.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/mapping/factory.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/mapping/rubytypeFactory.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/soap.rb
Found 12 duplicate lines in the following files:
 Between lines 393 and 412 in /usr/lib/ruby/1.8/xmlrpc/server.rb
 Between lines 586 and 605 in /usr/lib/ruby/1.8/xmlrpc/server.rb
Found 12 duplicate lines in the following files:
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/datatypes1999.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/charset.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/rpc/cgistub.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/parser.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/encodingstyle/handler.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/marshal.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/generator.rb
Found 12 duplicate lines in the following files:
 Between lines 30 and 42 in /usr/lib/ruby/1.8/wsdl/soap/header.rb
 Between lines 28 and 40 in /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb
Found 12 duplicate lines in the following files:
 Between lines 51 and 62 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 50 and 61 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
 Between lines 62 and 73 in /usr/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb
Found 12 duplicate lines in the following files:
 Between lines 54 and 68 in /usr/lib/ruby/1.8/wsdl/binding.rb
 Between lines 101 and 115 in /usr/lib/ruby/1.8/wsdl/operation.rb
Found 12 duplicate lines in the following files:
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/rpc/driver.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/streamHandler.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/encodingstyle/handler.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/rpc/router.rb
 Between lines 5 and 20 in /usr/lib/ruby/1.8/soap/rpc/proxy.rb
Found 12 duplicate lines in the following files:
 Between lines 3 and 17 in /usr/lib/ruby/1.8/xsd/iconvcharset.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/rpc/rpc.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/netHttpClient.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/soap/mapping.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/unique.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/any.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/documentation.rb
 Between lines 3 and 17 in /usr/lib/ruby/1.8/wsdl/importer.rb
Found 11 duplicate lines in the following files:
 Between lines 3451 and 3463 in /usr/lib/ruby/1.8/tk.rb
 Between lines 3614 and 3626 in /usr/lib/ruby/1.8/tk.rb
Found 11 duplicate lines in the following files:
 Between lines 92 and 103 in /usr/lib/ruby/1.8/singleton.rb
 Between lines 109 and 120 in /usr/lib/ruby/1.8/singleton.rb
Found 11 duplicate lines in the following files:
 Between lines 1033 and 1043 in /usr/lib/ruby/1.8/tkfont.rb
 Between lines 1046 and 1056 in /usr/lib/ruby/1.8/tkfont.rb
Found 11 duplicate lines in the following files:
 Between lines 4543 and 4555 in /usr/lib/ruby/1.8/tk.rb
 Between lines 4591 and 4603 in /usr/lib/ruby/1.8/tk.rb
Found 11 duplicate lines in the following files:
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/namedelements.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/qname.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/xmlscanner.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/wsdlDriver.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/data.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/data.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/definitions.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/address.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/binding.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/complexType.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/operation.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/message.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/portType.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/types.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/definitions.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/param.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/operationBinding.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/binding.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/data.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexContent.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/schema.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/attribute.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/element.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/import.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/service.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/part.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/import.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/info.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/operation.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/port.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexType.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/datatypes1999.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/charset.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/rpc/cgistub.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/parser.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/encodingstyle/handler.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/marshal.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/generator.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/xmlparser/parser.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/ns.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/mapping/typeMap.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/mapping/registry.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/mapping/wsdlRegistry.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/mapping/factory.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/mapping/rubytypeFactory.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/soap.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/xsd/iconvcharset.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/rpc/rpc.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/netHttpClient.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/mapping.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/unique.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/any.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/documentation.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/importer.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/header.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/fault.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/soap/body.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/parser.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/xmlSchema/parser.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/rpc/router.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/rpc/soaplet.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/rpc/standaloneServer.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/rpc/proxy.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/mapping/mapping.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/rpc/driver.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/rpc/element.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/processor.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/baseData.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/streamHandler.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/soap/element.rb
 Between lines 5 and 17 in /usr/lib/ruby/1.8/wsdl/wsdl.rb
Found 11 duplicate lines in the following files:
 Between lines 3524 and 3537 in /usr/lib/ruby/1.8/tk.rb
 Between lines 3694 and 3707 in /usr/lib/ruby/1.8/tk.rb
Found 11 duplicate lines in the following files:
 Between lines 2177 and 2187 in /usr/lib/ruby/1.8/tk.rb
 Between lines 2197 and 2207 in /usr/lib/ruby/1.8/tk.rb
Found 11 duplicate lines in the following files:
 Between lines 4542 and 4553 in /usr/lib/ruby/1.8/tk.rb
 Between lines 4716 and 4727 in /usr/lib/ruby/1.8/tk.rb
Found 11 duplicate lines in the following files:
 Between lines 2240 and 2251 in /usr/lib/ruby/1.8/tk.rb
 Between lines 2277 and 2288 in /usr/lib/ruby/1.8/tk.rb
Found 11 duplicate lines in the following files:
 Between lines 583 and 594 in /usr/lib/ruby/1.8/tk.rb
 Between lines 72 and 83 in /usr/lib/ruby/1.8/tkvirtevent.rb
Found 11 duplicate lines in the following files:
 Between lines 3496 and 3509 in /usr/lib/ruby/1.8/tk.rb
 Between lines 3664 and 3677 in /usr/lib/ruby/1.8/tk.rb
Found 10 duplicate lines in the following files:
 Between lines 1965 and 1974 in /usr/lib/ruby/1.8/net/imap.rb
 Between lines 2614 and 2623 in /usr/lib/ruby/1.8/net/imap.rb
Found 10 duplicate lines in the following files:
 Between lines 41 and 51 in /usr/lib/ruby/1.8/bigdecimal/math.rb
 Between lines 66 and 76 in /usr/lib/ruby/1.8/bigdecimal/math.rb
Found 10 duplicate lines in the following files:
 Between lines 1899 and 1912 in /usr/lib/ruby/1.8/tk.rb
 Between lines 395 and 408 in /usr/lib/ruby/1.8/tkafter.rb
Found 10 duplicate lines in the following files:
 Between lines 53 and 64 in /usr/lib/ruby/1.8/soap/baseData.rb
 Between lines 85 and 96 in /usr/lib/ruby/1.8/soap/baseData.rb
Found 10 duplicate lines in the following files:
 Between lines 1042 and 1054 in /usr/lib/ruby/1.8/net/imap.rb
 Between lines 2385 and 2397 in /usr/lib/ruby/1.8/net/imap.rb
Found 10 duplicate lines in the following files:
 Between lines 321 and 334 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 389 and 403 in /usr/lib/ruby/1.8/xsd/datatypes.rb
Found 10 duplicate lines in the following files:
 Between lines 664 and 673 in /usr/lib/ruby/1.8/prettyprint.rb
 Between lines 683 and 692 in /usr/lib/ruby/1.8/prettyprint.rb
Found 10 duplicate lines in the following files:
 Between lines 393 and 407 in /usr/lib/ruby/1.8/xmlrpc/server.rb
 Between lines 586 and 600 in /usr/lib/ruby/1.8/xmlrpc/server.rb
 Between lines 747 and 761 in /usr/lib/ruby/1.8/xmlrpc/server.rb
Found 10 duplicate lines in the following files:
 Between lines 562 and 575 in /usr/lib/ruby/1.8/tktext.rb
 Between lines 580 and 593 in /usr/lib/ruby/1.8/tktext.rb
Found 10 duplicate lines in the following files:
 Between lines 32 and 41 in /usr/lib/ruby/1.8/irb/ext/loader.rb
 Between lines 58 and 68 in /usr/lib/ruby/1.8/irb/ext/loader.rb
Found 10 duplicate lines in the following files:
 Between lines 440 and 449 in /usr/lib/ruby/1.8/net/telnet.rb
 Between lines 82 and 91 in /usr/lib/ruby/1.8/net/telnets.rb
Found 10 duplicate lines in the following files:
 Between lines 1234 and 1244 in /usr/lib/ruby/1.8/cgi.rb
 Between lines 1275 and 1285 in /usr/lib/ruby/1.8/cgi.rb
Found 10 duplicate lines in the following files:
 Between lines 986 and 998 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 1010 and 1022 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 1039 and 1051 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 1068 and 1080 in /usr/lib/ruby/1.8/xsd/datatypes.rb
Found 10 duplicate lines in the following files:
 Between lines 59 and 73 in /usr/lib/ruby/1.8/drb/ssl.rb
 Between lines 40 and 53 in /usr/lib/ruby/1.8/webrick/ssl.rb
Found 10 duplicate lines in the following files:
 Between lines 5255 and 5265 in /usr/lib/ruby/1.8/tk.rb
 Between lines 5447 and 5457 in /usr/lib/ruby/1.8/tk.rb
Found 10 duplicate lines in the following files:
 Between lines 640 and 649 in /usr/lib/ruby/1.8/optparse.rb
 Between lines 676 and 685 in /usr/lib/ruby/1.8/optparse.rb
Found 9 duplicate lines in the following files:
 Between lines 126 and 134 in /usr/lib/ruby/1.8/mathn.rb
 Between lines 186 and 194 in /usr/lib/ruby/1.8/mathn.rb
Found 9 duplicate lines in the following files:
 Between lines 80 and 95 in /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
 Between lines 88 and 103 in /usr/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb
Found 9 duplicate lines in the following files:
 Between lines 163 and 171 in /usr/lib/ruby/1.8/rexml/parsers/sax2parser.rb
 Between lines 176 and 184 in /usr/lib/ruby/1.8/rexml/parsers/sax2parser.rb
Found 9 duplicate lines in the following files:
 Between lines 131 and 139 in /usr/lib/ruby/1.8/tk.rb
 Between lines 161 and 169 in /usr/lib/ruby/1.8/tk.rb
 Between lines 1077 and 1085 in /usr/lib/ruby/1.8/multi-tk.rb
Found 9 duplicate lines in the following files:
 Between lines 794 and 805 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 824 and 835 in /usr/lib/ruby/1.8/xsd/datatypes.rb
Found 9 duplicate lines in the following files:
 Between lines 38 and 49 in /usr/lib/ruby/1.8/wsdl/part.rb
 Between lines 40 and 51 in /usr/lib/ruby/1.8/wsdl/import.rb
Found 9 duplicate lines in the following files:
 Between lines 2156 and 2172 in /usr/lib/ruby/1.8/cgi.rb
 Between lines 2207 and 2223 in /usr/lib/ruby/1.8/cgi.rb
Found 9 duplicate lines in the following files:
 Between lines 37 and 47 in /usr/lib/ruby/1.8/wsdl/soap/binding.rb
 Between lines 57 and 67 in /usr/lib/ruby/1.8/wsdl/soap/operation.rb
Found 9 duplicate lines in the following files:
 Between lines 832 and 842 in /usr/lib/ruby/1.8/tktext.rb
 Between lines 1004 and 1014 in /usr/lib/ruby/1.8/tktext.rb
Found 9 duplicate lines in the following files:
 Between lines 158 and 167 in /usr/lib/ruby/1.8/rational.rb
 Between lines 172 and 181 in /usr/lib/ruby/1.8/mathn.rb
 Between lines 216 and 225 in /usr/lib/ruby/1.8/mathn.rb
Found 9 duplicate lines in the following files:
 Between lines 332 and 342 in /usr/lib/ruby/1.8/rational.rb
 Between lines 357 and 367 in /usr/lib/ruby/1.8/rational.rb
Found 9 duplicate lines in the following files:
 Between lines 45 and 56 in /usr/lib/ruby/1.8/wsdl/message.rb
 Between lines 63 and 74 in /usr/lib/ruby/1.8/wsdl/portType.rb
 Between lines 200 and 211 in /usr/lib/ruby/1.8/wsdl/definitions.rb
 Between lines 71 and 82 in /usr/lib/ruby/1.8/wsdl/operationBinding.rb
 Between lines 54 and 65 in /usr/lib/ruby/1.8/wsdl/binding.rb
 Between lines 52 and 63 in /usr/lib/ruby/1.8/wsdl/service.rb
 Between lines 101 and 112 in /usr/lib/ruby/1.8/wsdl/operation.rb
 Between lines 73 and 84 in /usr/lib/ruby/1.8/wsdl/port.rb
Found 9 duplicate lines in the following files:
 Between lines 72 and 83 in /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb
 Between lines 108 and 119 in /usr/lib/ruby/1.8/wsdl/xmlSchema/complexType.rb
Found 9 duplicate lines in the following files:
 Between lines 302 and 312 in /usr/lib/ruby/1.8/xsd/datatypes.rb
 Between lines 367 and 377 in /usr/lib/ruby/1.8/xsd/datatypes.rb
Found 3485 duplicate lines in 248 blocks in 114 files
Processed a total of 54997 lines in 419 files
Processing time: 2691ms

In This Thread

Prev Next