NB 7.2 HR integration review request: #214289:'Run file' runs old version of file, not the updated one
Tomas Zezula <[email protected]> Wed, 27 Jun 2012 10:43:33 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Description: http://netbeans.org/bugzilla/show_bug.cgi?id=214289 When a project with Compile On Save enabled having modified files is executed an old version of modified files is used to run the application. The problem was caused by a fix of issue http://netbeans.org/bugzilla/show_bug.cgi?id=211005 which forces the IDE to delay an update of caches. The fix waits until the caches for modified files are updated before disabling cache update. Impact assessment: High: user runs obsolete files. Risk assessment: High: affects complete java project system The fix has been reviewed by Jan Lahoda and tested by qe. Changesets: http://hg.netbeans.org/jet-main/rev/00b0efc9335e http://hg.netbeans.org/jet-main/rev/aa50b5d68929 Thanks for the review, Tomas