Review #242272 - Never ending cycle when the template has the same name as the binding.
Petr Hejl <[email protected]> Mon, 24 Feb 2014 14:55:45 +0100
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Please review the bug fix for https://netbeans.org/bugzilla/show_bug.cgi?id=242272 Description: If there is a recursion in the Knockout template declaration and its usage the virtual source generation will stuck in endless loop. Impact: Causes the endless parsing. http://hg.netbeans.org/web-main/rev/047f30e43d72 Thanks, Petr