#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Tue, 28 Jun 2016 21:16:36 +0200
changeset 20044 bee0dacd82bb
parent 20043 0be0ccf00b36
child 20045 390fb7e076ad
#BUGFIX by stefan class: stx_libbasic comment/format in: #extensionMethodNames changed: #classNamesAndAttributes changed Inheritance of Registry
stx_libbasic.st
--- a/stx_libbasic.st	Tue Jun 28 11:07:29 2016 +0200
+++ b/stx_libbasic.st	Tue Jun 28 21:16:36 2016 +0200
@@ -215,7 +215,6 @@
         ProjectDefinition
         ReadEvalPrintLoop
         RecursionLock
-        Registry
         Semaphore
         SharedPool
         Signal
@@ -234,7 +233,6 @@
         Bag
         BlockContext
         BuiltinLookup
-        CachingRegistry
         Character
         #'CharacterEncoderImplementations::ISO10646_1'
         #'CharacterEncoderImplementations::SingleByteEncoder'
@@ -246,7 +244,6 @@
         ExternalFunction
         False
         FolderForProjectsDefinition
-        HandleRegistry
         HashStream
         InlineObjectPrototype
         JavaPackage
@@ -488,6 +485,7 @@
         PrimitiveFailure
         RangeError
         ReadError
+        Registry
         SignedByteArray
         StreamIOError
         StreamNotOpenError
@@ -501,10 +499,12 @@
         WrongProceedabilityError
         AbstractClassInstantiationError
         BadLiteralsError
+        CachingRegistry
         DecodingError
         EncodingError
         FileDoesNotExistException
         FileStream
+        HandleRegistry
         ImmutableString
         InvalidByteCodeError
         InvalidInstructionError
@@ -591,8 +591,10 @@
 !
 
 extensionMethodNames
-    "list class/selector pairs of extensions.
-     A correponding method with real names must be present in my concrete subclasses"
+    "lists the extension methods which are to be included in the project.
+     Entries are 2-element array literals, consisting of class-name and selector.
+     A correponding method with real names must be present in my concrete subclasses
+     if it has extensions."
 
     ^ #(
     )