|
Class: ChangeDeltaInformation
Object
|
+--ChangeDeltaInformation
- Package:
- stx:libbasic3
- Category:
- System-Changes
- Version:
- rev:
1.9
date: 2024/04/09 12:14:38
- user: stefan
- file: ChangeDeltaInformation.st directory: libbasic3
- module: stx stc-classLibrary: libbasic3
delta used to return a symbol (#=, #~, #+ or #-);
for more detail, use instances of me:
Unknown delta is unknown
Identical exactly the same
IdenticalButWhiteSpace code is formatted different, but AST is the same
SemanticallyIdentical code is different, but semantically the same
(for example, ifNil: -> isNil ifTrue:)
Different code is different
Added method/class is added by change
Removed method/class is removed by change
copyrightCOPYRIGHT (c) 2006 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
added
-
method/class is added by change
Usage example(s):
method/class is added by change
|
-
conflict
-
method overwrites existing method from another package
Usage example(s):
package conflict - overwrites existing method
|
-
different
-
code is different
Usage example(s):
-
identical
-
exactly the same
-
identicalButFormat
-
code is formatted different, but AST is the same
-
identicalButWhiteSpace
-
code is the same except for indentation
-
identicalSemantically
-
code is different, but semantically the same.
(for example, ifNil: -> isNil ifTrue:)
-
removed
-
method/class is removed by change
Usage example(s):
method/class is removed by change
|
-
unknown
-
another change / cannot figure out what has changed
Usage example(s):
utilities
-
changeDeltaFor: changeText changeClass: changeClass selector: methodSelector
-
utility: give a changed method's source, compare against the current version in the system
accessing
-
shortDeltaSymbol
-
-
shortDeltaSymbol: something
-
|