This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244058

Summary: 'Compile on Save' should be turned off by default
Product: java Reporter: kitfox <kitfox>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description kitfox 2014-04-25 07:11:22 UTC
I use annotation processors to create some of the code in my project, and I find the 'compile on save' feature plays havoc with those things working properly.  It would be nice to have this feature disabled by default to eliminate hard to understand bugs that are caused by my project compiling at strange times.
Comment 1 Tomas Zezula 2014-05-27 09:12:35 UTC
The feature has lots of fans. Turning it off by default will be a regression.
I believe that correctly written AP which supports incremental compilation work with compile on save. Probably having list of APs which does not and disabling CoS for them.