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 270352 - With CoS turned on project is redeployed when editor tabs are switched without saving the edited file
Summary: With CoS turned on project is redeployed when editor tabs are switched withou...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-11 02:11 UTC by brettryan
Modified: 2017-04-11 02:11 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 brettryan 2017-04-11 02:11:25 UTC
Steps to reproduce
------------------

1. Open/create a spring MVC application
2. Run with CoS turned on using tomcat.
3. Open one controller and another file.
4. Edit the controller but do not save.
5. Switch the editor to the other file

Expected result
---------------
Nothing

Actual Result
-------------
project is redeployed, with the changes, even though the file was not saved.


I find it bizarre how the container is picking up the updated version even though I never saved the file.