stx_libjava.st
branchdevelopment
changeset 2450 1d34ee4362f4
parent 2432 3e562e3c97a9
child 2476 d24ce8174195
--- a/stx_libjava.st	Thu Mar 07 15:34:23 2013 +0000
+++ b/stx_libjava.st	Sat Mar 09 12:36:42 2013 +0000
@@ -156,21 +156,22 @@
      This list can be maintained manually or (better) generated and
      updated by scanning the superclass hierarchies and looking for
      global variable accesses. (the browser has a menu function for that)
-     Howevery, often too much is found, and you may want to explicitely
-     exclude individual packages in the #excludedFromPrerequisites method."
+     However, often too much is found, and you may want to explicitely
+     exclude individual packages in the #excludedFromPreRequisites method.
+     If you have explicit preqrequisites, define them in the #includedInPreRequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
-        #'stx:libbasic'    "WriteStream - superclass of JavaSocket "
+        #'stx:goodies/sunit'    "TestCase - superclass of JUnitTestCaseProxy "
+        #'stx:libbasic'    "ArrayedCollection - superclass of JavaConstantPool "
         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
         #'stx:libbasic3'    "WrappedMethod - extended "
-        #'stx:libcomp'    "VariableNode - referenced by ProxyMethodCompiler>>compile:arguments:selector: "
+        #'stx:libcomp'    "StatementNode - referenced by ProxyMethodGuardNode>>generate: "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
-        #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
-        #'stx:libview'    "SimpleView - superclass of JavaView "
-        #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
-        #'stx:libwidg'    "Scroller - referenced by JavaVM class>>processEvent: "
-        #'stx:libwidg2'    "ComboBoxView - referenced by JavaVM class>>processEvent: "
+        #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
+        #'stx:libview'    "StandardSystemView - superclass of JavaTopView "
+        #'stx:libview2'    "GIFReader - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_GifImageDecoder_parseImage: "
+        #'stx:libwidg'    "Label - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WLabelPeer_create: "
+        #'stx:libwidg2'    "MenuPanel - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WMenuPeer_createMenu: "
     )
 ! !
 
@@ -435,8 +436,6 @@
         #'JavaNativeMethodImpl_OpenJDK7'
         #'JavaNativeMethodImpl_SunJDK7'
     )
-
-    "Modified: / 15-02-2013 / 18:54:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 extensionMethodNames
@@ -601,9 +600,9 @@
         'String class' javaName
         'Unicode16String class' javaName
         Context arg1Index
+        'Float class' javaUnbox:onError:
+        'ShortFloat class' javaUnbox:onError:
     )
-
-    "Modified: / 07-02-2013 / 16:31:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libjava class methodsFor:'description - java'!