Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Analogue of IntelliJ IDEA's Inspections
Analogue of IntelliJ IDEA's Inspections [message #257271] Sat, 08 November 2008 07:06 Go to next message
Eclipse UserFriend
Hi,

Is there something in JDT API similiar to IntelliJ IDEA's Inspections?

All I want is to be able to:

(1) register my ASTVistor somewhere, so it will be called everytime JDT
rebuilds AST;

(2) annotate ASTNodes with problems (errors/warnings) so this problematic
places will be highlighted in the editor (just like editor highlights code
with compilation errors).

Could someone point me to relevant documentation or plugins that implement
similar functionality?

Regards,
Vyacheslav Egorov.
Re: Analogue of IntelliJ IDEA's Inspections [message #257283 is a reply to message #257271] Sat, 08 November 2008 14:45 Go to previous message
Eclipse UserFriend
Never mind, once I understood that I should use CompilationParticipant
I've immediately found a comprehensive example it this blog post:
http://d.hatena.ne.jp/ashigeru/20080706/1215344577.

Vyacheslav Egorov wrote:

> Could someone point me to relevant documentation or plugins that implement
> similar functionality?
Previous Topic:Preventing Eclipse from showing the currently opened file in the title
Next Topic:FLEX Builder is Eclipse based -- can I get FLEX plugins from eclipse.org?
Goto Forum:
  


Current Time: Thu Apr 24 02:54:51 EDT 2025

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

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

Back to the top