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 268683 - Synchronize Execution with Compile On Save
Summary: Synchronize Execution with Compile On Save
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Windows 8.1
: P1 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-26 00:28 UTC by bht
Modified: 2016-10-26 00:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2016-10-26 00:28:18 UTC
Even with small Maven projects and a fast computer, it can take a significant amount of time until saved Java source code changes are available for execution.

The consequence is that quite often, when working fast, the old version of the code is executed.

I must admit that it took me some time to figure this out. Previously, I just intuitively built the project to be sure because I did not trust the COS feature of the IDE.

Consequently, I never really took advantage of COS.

I am proposing that the IDE displays a dialog as it does in other situations before executing any tests until it has finished compiling.