#205435 P1 7.1 fix candidate
Petr Somol <[email protected]> Tue, 22 Nov 2011 18:10:43 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
This bug prevents FX Project with Preloader to keep proper reference to Preloader if the Preloader is located in different parent path than the FX Project. As result the FX Project fails to surface Preloader info in Run dialog and fails to run properly. http://netbeans.org/bugzilla/show_bug.cgi?id=205435 The fix is trivial, involves change of one method only. The method is used nowhere else than in the above described contexts, so the fix is well localized and safe. http://hg.netbeans.org/jet-main/rev/eae392f6d8eb Petr Somol