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 - 'Apply code changes after save' doesn't work in depedents Java SE projects
Summary: 'Apply code changes after save' doesn't work in depedents Java SE projects
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 04:49 UTC by iluvtr
Modified: 2014-09-08 04:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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