stx_libjava.st
branchrefactoring-vmdata
changeset 1969 beb598c730b2
parent 1967 cc28bbc7c624
child 1980 6fcdddce1241
--- a/stx_libjava.st	Wed Jan 16 16:39:29 2013 +0000
+++ b/stx_libjava.st	Wed Jan 16 18:50:04 2013 +0000
@@ -20,7 +20,7 @@
 "
 "{ Package: 'stx:libjava' }"
 
-LibraryDefinition subclass:#'stx_libjava'
+LibraryDefinition subclass:#stx_libjava
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -160,16 +160,16 @@
 
     ^ #(
         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
-        #'stx:libbasic'    "IdentityDictionary - superclass of extended UserPreferences "
+        #'stx:libbasic'    "NonPositionableExternalStream - superclass of JavaSocket "
         #'stx:libbasic2'    "UnboxedIntegerArray - superclass of extended WordArray "
-        #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
-        #'stx:libcomp'    "StatementNode - referenced by ProxyMethodGuardNode>>generate: "
+        #'stx:libbasic3'    "WrappedMethod - extended "
+        #'stx:libcomp'    "ByteCodeCompiler - referenced by ProxyMethodCompiler>>compile "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
-        #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
-        #'stx:libview'    "SimpleView - superclass of JavaEmbeddedFrameView "
-        #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
-        #'stx:libwidg'    "HorizontalScrollBar - referenced by JavaVM class>>_WScrollPanePeer__getHScrollbarHeight: "
-        #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
+        #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
+        #'stx:libview'    "TopView - superclass of JavaTopView "
+        #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
+        #'stx:libwidg'    "ScrollableView - referenced by JavaVM class>>_MComponentPeer_pSetForeground: "
+        #'stx:libwidg2'    "ComboBoxView - referenced by JavaVM class>>processEvent: "
     )
 ! !
 
@@ -412,10 +412,14 @@
         (JavaLookupResolutionAlgorithmTests autoload)
         (JavaLookupTests autoload)
         (JavaLookupTestsResource autoload)
+        JavaCodeLibraryOrBundle
+        JavaCodeBundle
         JavaRootBundle
+        JavaCodeLibrary
+        #'JavaNativeMethodImpl_OpenJDK6'
     )
 
-    "Modified: / 15-01-2013 / 18:59:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 16-01-2013 / 18:48:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 extensionMethodNames
@@ -582,8 +586,6 @@
         ExecutableFunction isProxyMethod
         'ProjectDefinition class' javaBundle
     )
-
-    "Modified: / 16-01-2013 / 13:31:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libjava class methodsFor:'description - java'!
@@ -603,9 +605,7 @@
     ^#()
 
     "Created: / 15-01-2013 / 18:04:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
- !
+! !
 
 !stx_libjava class methodsFor:'description - project information'!