Community
Participate
Working Groups
Build Identifier: M20110210-1200 Exception thrown while renaming a .prototype parent. The exception only seems to occur when there is a prototype object attached to its parent function. Reproducible: Always Steps to Reproduce: given given function Circle(){} Circle.prototype = new Shape(); 1. Right click on Circle.. Refactor->Rename. 2. Rename and then Enter. JavaScript Model Exception is thrown
Created attachment 200004 [details] patch
Created attachment 201580 [details] updated patch
Created attachment 201582 [details] patch updated for occurrence matching
*** This bug has been marked as a duplicate of bug 229190 ***