Disable API analysis? #2885
|
When I check out a different commit of the SWT source code a task "Analyzing API" runs. This can take a long time. Can this be disabled? |
Answered by
jonahgraham
Jan 22, 2026
Replies: 3 comments 8 replies
|
I think the only way of disabling the API builder, is to modify the .project file and remove the related nature and builder. |
1 reply
|
You can also "stop" it from running by pressing the stop red button in the progress view. I have also noticed it can take a very long time for it to run, which I think is a bug in itself. I don't know if that is a PDE bug or a deficiency in how we have setup SWT projects. |
6 replies
|
The performance regression has now been fixed in I20260121-1800 onwards. @Phillipus once you update your SDK you should no longer see long running "Analyzing API" |
1 reply
Answer selected by
jonahgraham
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The performance regression has now been fixed in I20260121-1800 onwards. @Phillipus once you update your SDK you should no longer see long running "Analyzing API"