Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse Compile Time Error Detection(Eclipse Compile Time Error Detection)
Eclipse Compile Time Error Detection [message #645745] Mon, 20 December 2010 06:24 Go to next message
Eclipse UserFriend
Hi There,
A simple to answer question probably,

How does eclipse editor detects(shows red lines) errors immediately we type something wrong. Even though I don't compile the code it shows the errors. Does it do some regex eval or some background compilation?

It will be great if you can provide some idea or some reads.

Thanks,
Jose John
Re: Eclipse Compile Time Error Detection [message #645764 is a reply to message #645745] Mon, 20 December 2010 08:25 Go to previous message
Eclipse UserFriend
On 20.12.2010 12:24, Jose wrote:
> Hi There,
> A simple to answer question probably,
>
> How does eclipse editor detects(shows red lines) errors immediately we
> type something wrong. Even though I don't compile the code it shows
> the errors. Does it do some regex eval or some background compilation?
>
> It will be great if you can provide some idea or some reads.
The model is updated when the underlying document changes. This is
called "reconcile" (see
org.eclipse.jdt.core.ICompilationUnit.reconcile(i*) for details) and
also reports problems that get detected while updating the model. The
Java editor does this in a background thread

Dani
>
> Thanks,
> Jose John
Previous Topic:Globalization of manifest file
Next Topic:RCP in MacOS cannot create persistent projects?
Goto Forum:
  


Current Time: Sun Jul 06 12:55:53 EDT 2025

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

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

Back to the top