It seems that if a language is built to ctree the analyses queued are not cancelled after edits. It causes many analyses to be scheduled and ran. This works correctly in compiled mode but not in interpreted mode.

Submitted by Vlad Vergu on 20 May 2014 at 14:49

On 20 May 2014 at 15:34 Gabriƫl Konat commented:

This is interesting, because in interpreted (ctree) mode you can actually press the red stop button in Eclipse to cancel analysis, but in compiled (jar) mode you cannot.

Log in to post comments