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 246915

Summary: 'Apply code changes after save' doesn't work in depedents Java SE projects
Product: debugger Reporter: iluvtr
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description iluvtr 2014-09-08 04:49:04 UTC
Let's say that:
You enabled the option 'Apply code changes after save' in the configuration of the Java debugger.

You have an Ant Java Web project and a dependent Java SE Project. 
The Web project has Deploy on save enabled. Both projects have the Compile on save option enabled.

In the Web project you have a Servlet called HelloServlet that invokes a class called HelloService located in the Java SE Project. 

Debug the Web project, Do some changes to the HelloService class, save the file and you can see 'Apply code changes after save' doesn't work