What steps will reproduce the problem?
1. Create a parent class with an attribute
2. Create a method in the parent class that sets a value on the attribute
3. Create a child class that extends the parent
4. Create 2 instances of the child class
5. Call the method on the first child instance
6. Inspect the property on the second child instance, it has been set to the
same value as the first instance
What is the expected output? What do you see instead?
The property of the second instance should be empty
What version of the product are you using? On what operating system?
Joose 3, MacOSX, Node
Please provide any additional information below.
Original issue reported on code.google.com by chris12295 on 20 Feb 2012 at 9:41
Original issue reported on code.google.com by
chris12295
on 20 Feb 2012 at 9:41