Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Any insight about program database inside Eclipse
Any insight about program database inside Eclipse [message #95489] Sun, 14 September 2003 19:57 Go to next message
Eclipse UserFriend
Originally posted by: yu_zhifeng.yahoo.com

Does anybody have any insight about the "program database" inside Eclipse.
I believe there is some way Eclipse stores the source code meta data, like
class, method and field information, physically in somewhere. At least,
refactoring must use this storage to check the change impact. Anybody has
a clue? Thanks.
Re: Any insight about program database inside Eclipse [message #95503 is a reply to message #95489] Sun, 14 September 2003 22:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: akiezun.cuthis.mit.edu.andthis

if what're referring to is the 'program database' mentioned in our
OOPSLA'01 Companion note 'Integrating Refactoring Support into a Java
Development Tool' (Baeumer, Gamma, Kiezun) then SearchEngine is what you're
looking for. Refactoring uses that. It also uses other things but you will
have to be more specific. In general plugin org.eclipse.jdt.core and its
APIs are your friends here.

a.
Re: Any insight about program database inside Eclipse [message #95517 is a reply to message #95489] Sun, 14 September 2003 22:19 Go to previous message
Eclipse UserFriend
Originally posted by: felix.mayer.comcast.net

Take a look at org.eclipse.jdt.core.dom.AST and whatever extends it.
AST.parseCompilationUnit() should give you an entire abstract syntax tree.


"Zhifeng Yu" <yu_zhifeng@yahoo.com> wrote in message
news:bk2v9k$jsu$1@eclipse.org...
> Does anybody have any insight about the "program database" inside Eclipse.
> I believe there is some way Eclipse stores the source code meta data, like
> class, method and field information, physically in somewhere. At least,
> refactoring must use this storage to check the change impact. Anybody has
> a clue? Thanks.
>
Previous Topic:Drag and Drop of .class file from JAR
Next Topic:JDK 1.5 support in Eclipse
Goto Forum:
  


Current Time: Wed Sep 17 18:34:35 EDT 2025

Powered by FUDForum. Page generated in 0.04941 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top