sam-ma

Results 2 comments of sam-ma

@rratmansky Sorry for the late response. It works for me when testing with powermock rule.I was testing `tests/mockito/junit4/src/test/java/samples/powermockito/junit4/system/SystemClassUserTest.java` by doing the follows 1. copy it into "tests/mockito/junit4-rule-xstream" project (which provides...

@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()); ``` After: ```java pd =...