Wences Moreau

Results 2 comments of Wences Moreau

> @tsuoanttila See [JDK-8212636](https://bugs.java.com/view_bug.do?bug_id=8212636) I think it can be fixed by doing the following change in `server/src/main/java/com/vaadin/util/ReflectTools.java`. Before: > > ```java > Line 90: pd = new PropertyDescriptor(field.getName(), object.getClass()); >...

> I also ran into this issue when following the **Tour of Heroes** tutorial on my local machine. In[ pt 1](https://angular.io/tutorial/tour-of-heroes/toh-pt1) of the tutorial when you verify that you code...