jv_smallsense.st
changeset 133 bd659b67811c
parent 132 7c23c51d2cfd
child 134 e34ee6ceb7c8
--- a/jv_smallsense.st	Thu Oct 17 01:41:47 2013 +0100
+++ b/jv_smallsense.st	Sun Oct 20 03:10:44 2013 +0100
@@ -46,13 +46,12 @@
     ^ #(
         #'stx:goodies/refactoryBrowser/helpers'    "BrowserEnvironment - superclass of SmallSense::SmalltalkUnacceptedMethodEnvironment "
         #'stx:goodies/refactoryBrowser/lint'    "RBLintRule - extended "
-        #'stx:goodies/sunit'    "TestAsserter - superclass of SmallSense::TestCase "
         #'stx:libbasic'    "Autoload - superclass of SmallSense::BaseTestClass "
         #'stx:libcomp'    "AbstractSyntaxHighlighter - superclass of SmallSense::SmalltalkParser "
         #'stx:libhtml'    "HTMLDocumentFrame - extended "
         #'stx:libtool'    "AbstractSettingsApplication - superclass of SmallSense::SettingsAppl "
         #'stx:libview'    "DeviceGraphicsContext - extended "
-        #'stx:libview2'    "ApplicationModel - superclass of SmallSense::CompletionWindow "
+        #'stx:libview2'    "ApplicationModel - superclass of SmallSense::CriticsWindow "
         #'stx:libwidg'    "EditTextView - extended "
         #'stx:libwidg2'    "DoWhatIMeanSupport - extended "
     )
@@ -96,8 +95,8 @@
         #'stx:goodies/refactoryBrowser/parser'    "RBFormatter - referenced by SmallSense::SmalltalkEditSupport>>keyPressReturn "
         #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by SmallSense::Manager>>initialize "
         #'stx:libbasic3'    "ChangeSet - referenced by RBTransformationRule>>fixes: "
-        #'stx:libjava'    "JavaPackage - referenced by SmallSense::SmalltalkCompletionEngine>>addGlobalsStartingWith: "
-        #'stx:libjava/tools'    "JavaScanner - referenced by SmallSense::JavaCompletionEngineSimple>>complete "
+        #'stx:libjava'    "GroovyLanguage - referenced by SmallSense::GroovyCompletionEngineSimple>>complete "
+        #'stx:libjava/tools'    "JavaScanner - referenced by SmallSense::JavaCompletionEngineSimple>>completeSimple "
     )
 !
 
@@ -200,6 +199,7 @@
         #'SmallSense::GenericEditSupport'
         #'SmallSense::JavaCompletionEngineSimple'
         #'SmallSense::JavaEditSupport'
+        #'SmallSense::JavaImportPO'
         #'SmallSense::MethodInfo'
         #'SmallSense::MethodPO'
         #'SmallSense::SmalltalkCompletionEngine'