Ok i understand now. i was experiencing the same issue as you and
disabling Checking for external changes increase the performance a lot.
I found a lot of contents in the internet but there are too old and not
clear enough
ex:https://blogs.oracle.com/joshis/netbeans-ide-is-scanningparsingindexing-
If I understand correctly, background scanning of projects is to make sure
that your latest changes to a class or interface don't break your whole
project.
For example, you delete something from an abstract class that is required
by an interface. NetBeans will scan the project and then tell you th
doesn't seems to be at startup only. its start also on projects
openning/closure and randomly sometimes. i guess its the process to
index source files for features like Code completion.
Is there a way to stop it?
And last what is the purpose of Pause I/O Checks action?
thanks for the reply
Le 2
Background scanning is at startup only, ideally.
Gj
On Mon, Mar 29, 2021 at 6:48 PM Bilu wrote:
> Can anyone help me disambiguate this please?
> Le 27/03/2021 à 00:17, Bilu a écrit :
>
> Hello,
>
> What is the difference between Background Scanning of projects and
> Checking for external change
Can anyone help me disambiguate this please?
Le 27/03/2021 à 00:17, Bilu a écrit :
>
> Hello,
>
> What is the difference between Background Scanning of projects and
> Checking for external changes?
>
> After reading a bit on the internet i understood that:
>
> * Checking for external changes: Is
Hello,
What is the difference between Background Scanning of projects and
Checking for external changes?
After reading a bit on the internet i understood that:
* Checking for external changes: Is a process to keep files updated
when they are modified externally to the Netbeans IDE and can