eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Diff3InclusiveVisitor':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: Diff3InclusiveVisitor


Inheritance:

   Object
   |
   +--Diff3InclusiveVisitor
      |
      +--Diff3ExclusiveVisitor

Package:
stx:libtool
Category:
Collections-Sequenceable-Diff
Version:
rev: 1.3 date: 2021/01/20 14:07:50
user: cg
file: Diff3InclusiveVisitor.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


A Diff3InclusiveVisitor is used by Diff3 to construct a three-way SequenceableCollection merge that treats 'false conflicts' 
(a.k.a 'accidental clean merges') as true conflicts.

Instance Variables
    files:          Used to extract the elements for each part of the result
    okLines:                Used to buffer up lists of non-conflicting elements
    result:                 Accumulator


[instance variables:]

[class variables:]

copyright

Copyright (c) 2007-2012 Tony Garnock-Jones This code is based on Squeak's DiffMerge package written by Tony Garnock-Jones. Original project's web site: http://www.squeaksource.com/DiffMerge Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Class protocol:

instance creation
o  new
return an initialized instance


Instance protocol:

as yet unclassified
o  files: aDictionary

o  flushOk

o  initialize
(comment from inherited method)
just to ignore initialize to objects which do not need it

o  left: left original: original right: right

o  result

o  side: aSelector chunk: aChunk



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 06:19:34 GMT