tools/stx_libjava_tools.st
changeset 3196 d617b4590431
parent 3126 4eaeba9fa910
child 3200 a63cf3e1042f
--- a/tools/stx_libjava_tools.st	Mon Aug 04 15:43:51 2014 +0100
+++ b/tools/stx_libjava_tools.st	Mon Aug 04 16:13:14 2014 +0100
@@ -30,12 +30,12 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'stx:libbasic'    "Autoload - superclass of JavaCompilerTests "
-        #'stx:libjava'    "JavaObject - extended "
-        #'stx:libtool'    "AbstractSettingsApplication - superclass of JavaSettingsApplication "
-        #'stx:libview'    "DisplaySurface - superclass of JavaListInspectorView "
-        #'stx:libview2'    "ApplicationModel - extended "
-        #'stx:libwidg2'    "HierarchicalItem - superclass of JavaCodeBundleEditor::Item "
+        #'stx:libbasic'    "Autoload - superclass of JavaCompilerTests"
+        #'stx:libjava'    "JavaObject - extended"
+        #'stx:libtool'    "AbstractSettingsApplication - superclass of JavaSettingsApplication"
+        #'stx:libview'    "DisplaySurface - superclass of JavaListInspectorView"
+        #'stx:libview2'    "ApplicationModel - extended"
+        #'stx:libwidg2'    "HierarchicalItem - superclass of JavaCodeBundleEditor::Item"
     )
 !
 
@@ -47,8 +47,9 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
-        #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by JavaSourceDocument class>>initialize "
-        #'stx:libcomp'    "ParseError - referenced by JavaScannerBase>>syntaxError:position:to: "
+        #'stx:goodies/smallsense'    "SmallSense::ParseTreeIndex - referenced by JavaSyntaxHighlighter>>formatClassDefinition:in:"
+        #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by JavaSourceDocument class>>initialize"
+        #'stx:libcomp'    "ParseError - referenced by JavaScannerBase>>syntaxError:position:to:"
     )
 !