Results 1 to 2 of 2

Thread: Bundlor Logic

  1. #1
    Join Date
    Nov 2008
    Location
    London,UK
    Posts
    299

    Default Bundlor Logic

    How does bundlor generate imports ? Whats the logic ?

    Is it through class loading cycle ? Or anything to do with class decompilation ?

    [Basically how does bundlor identify instance created(Classes) inside non static methods ]

  2. #2
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default

    Bundlor uses ASM byte-code scanning to do an offline (not loaded into a classloader) analysis of the byte-codes that make up a class. With this information we can identify the types that are used by the class.

    If you are interested in more specific information, feel free to clone the source code repository at git://git.springsource.org/bundlor/bundlor.git and poke about.
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •