Re: Is there any way to stop the scanning projects?

Alexandr Scherbatiy <[email protected]> Wed, 27 Jul 2016 10:39:36 +0300
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <[email protected]>
I have an experience that at first time when I create a big Java project 
from source the background scanning does not take long time. But after 
some weeks using the IDE becomes very slow. It takes a lot of time to 
startup and the background scanning is starting longer and longer. It 
looks like there is the performance degradation.

In my case it may relate not only to Java projects. Usually I build Open 
JDK and adds it as a Java platform. So every time I rebuild the JDK the 
scanning process starts. And after a several week it becomes very slow.

And just a naive question. When I edit Java files in IDE  it is fine 
that these files are scanned.  If I know that I never change java files 
outside IDE why it is not possible just to switch off the scanning files 
which just possibly can be modified outside.

Thanks,
Alexandr.

On 7/26/2016 10:11 AM, Emilian Bold wrote:
> If you want no scanning then you don't want an IDE and projects, you 
> just want a text editor. You might accomplish this by not using 
> projects and just opening files via the Files tree (Window | Files).
>
> It's not like scanning is there for sadistic reasons. Scanning is the 
> only answer (so far) to any IDEs lack of control over the files. There 
> is the possibility that files get changed by your build system (think 
> Maven code gen) or by you manually using another editor. And since a 
> project needs a good world-view of your files, it needs to update this 
> view. And nowadays is actually quite efficient -- it uses the OSes 
> native filesystem notifications (eg, native OSX fsevents, etc).
>
> What we need is a Smalltalk image-like system where the IDE has full 
> control over the project. Then no scanning would be needed.
>
>
>
>
> --emi
>
> On Mon, Jul 25, 2016 at 10:07 PM, anonymousUser666 
> <[email protected] <mailto:[email protected]>> wrote:
>
>     I can't STAND this "feature". I want to TURN OFF ALL SCANNING. No
>     background scanning, no remote scanning. NO SCANNING!!!! Why isn't
>     this an option in netbeans even after people have been complaining
>     and asking about it since version 6? This is a major reason to use
>     Eclipse instead of Netbeans, for me. To many burned processor
>     cycles doing stuff I don't want it to be doing.
>
>
>
>
>