Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Getting/cloning AST tree of compiler
Getting/cloning AST tree of compiler [message #255265] Fri, 25 July 2008 05:13
Eclipse UserFriend
I am working on an open source project called Argus Codewatch. It is a
(runtime) code-checker (detecting smelly code) for Java.

However, we are not satisfied with the performance of our program on a
full-build. For incremental builds we could use the editors AST using the
package org.eclipse.jdt.ui.SharedASTProvider.

We we're looking into ways to get the compilers AST tree or a clone of
this AST tree, as this would greatly improve performance on full-builds.

Perhaps anyone knows how to do this? Or has different tricks to optimize
performance?

Any help will be greatly appreciated, thanks in advance!
Previous Topic:3.4 : how to ignore certain files?
Next Topic:Conditional breakpoint for logging
Goto Forum:
  


Current Time: Sat Jul 05 10:31:47 EDT 2025

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

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

Back to the top