stx_libjava.st
branchdevelopment
changeset 2729 ac412f6ea6d4
parent 2728 658220e93dc9
child 2730 272689c14005
equal deleted inserted replaced
2728:658220e93dc9 2729:ac412f6ea6d4
   154      This list can be maintained manually or (better) generated and
   154      This list can be maintained manually or (better) generated and
   155      updated by scanning the superclass hierarchies
   155      updated by scanning the superclass hierarchies
   156      (the browser has a menu function for that)"
   156      (the browser has a menu function for that)"
   157 
   157 
   158     ^ #(
   158     ^ #(
   159         #'stx:goodies/sunit'    "TestAsserter - superclass of JavaAntProjectResource "
       
   160         #'stx:libbasic'    "AbstractNumberVector - extended "
   159         #'stx:libbasic'    "AbstractNumberVector - extended "
   161         #'stx:libbasic2'    "BitArray - extended "
   160         #'stx:libbasic2'    "BitArray - extended "
   162         #'stx:libbasic3'    "WrappedMethod - extended "
   161         #'stx:libbasic3'    "WrappedMethod - extended "
   163         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
   162         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
   164     )
   163     )
   171      (the browser has a menu function for that)
   170      (the browser has a menu function for that)
   172      However, often too much is found, and you may want to explicitely
   171      However, often too much is found, and you may want to explicitely
   173      exclude individual packages in the #excludedFromPreRequisites method."
   172      exclude individual packages in the #excludedFromPreRequisites method."
   174 
   173 
   175     ^ #(
   174     ^ #(
       
   175         #'stx:goodies/sunit'    "TestSuite - referenced by JavaTestsLoader class>>buildSuiteFrom: "
   176         #'stx:libcomp'    "BlockNode - referenced by JavaNativeMethod>>numberOfArgs: "
   176         #'stx:libcomp'    "BlockNode - referenced by JavaNativeMethod>>numberOfArgs: "
   177         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   177         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
   178         #'stx:libjava/experiments'    "JavaByteCodeInterpreter - referenced by JavaMethod>>interpretWithReceiver:arguments: "
   178         #'stx:libjava/experiments'    "JavaByteCodeInterpreter - referenced by JavaMethod>>interpretWithReceiver:arguments: "
   179         #'stx:libjava/tools'    "JavaParser - referenced by GroovyLanguage>>parserClass "
   179         #'stx:libjava/tools'    "JavaCompiler - referenced by JavaClassReloader::SingleClassReloader>>updateOldClass "
   180         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
   180         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
   181         #'stx:libview2'    "GIFReader - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_GifImageDecoder_parseImage: "
   181         #'stx:libview2'    "GIFReader - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_GifImageDecoder_parseImage: "
   182         #'stx:libwidg'    "Button - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WButtonPeer_create: "
   182         #'stx:libwidg'    "Button - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WButtonPeer_create: "
   183         #'stx:libwidg2'    "CheckBox - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WCheckboxPeer_create: "
   183         #'stx:libwidg2'    "CheckBox - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WCheckboxPeer_create: "
   184     )
   184     )
   339         (JavaExceptionTests autoload)
   339         (JavaExceptionTests autoload)
   340         JavaField
   340         JavaField
   341         (JavaFieldRefTests autoload)
   341         (JavaFieldRefTests autoload)
   342         JavaFinalizationRegistry
   342         JavaFinalizationRegistry
   343         (JavaFreshlyInitializedResource autoload)
   343         (JavaFreshlyInitializedResource autoload)
       
   344         (JavaInitializedResource autoload)
   344         (JavaInterfaceMethodRefTests autoload)
   345         (JavaInterfaceMethodRefTests autoload)
   345         (JavaJUnitTests autoload)
   346         (JavaJUnitTests autoload)
   346         JavaLanguage
   347         JavaLanguage
   347         JavaLibraries
   348         JavaLibraries
   348         (JavaLibrariesResource autoload)
   349         (JavaLibrariesResource autoload)
   415         JavaCodeLibrary
   416         JavaCodeLibrary
   416         JavaEmbeddedFrameView
   417         JavaEmbeddedFrameView
   417         JavaFieldAnnotationContainer
   418         JavaFieldAnnotationContainer
   418         JavaFieldDescriptor
   419         JavaFieldDescriptor
   419         JavaFieldDescriptorWithUnionType
   420         JavaFieldDescriptorWithUnionType
   420         (JavaInitializedResource autoload)
       
   421         JavaInvalidRefError
   421         JavaInvalidRefError
   422         JavaMethod
   422         JavaMethod
   423         JavaMethodAnnotationContainer
   423         JavaMethodAnnotationContainer
   424         JavaMethodDescriptor
   424         JavaMethodDescriptor
   425         #'JavaNativeMethodImpl_OpenJDK6'
   425         #'JavaNativeMethodImpl_OpenJDK6'