Open GoogleCodeExporter opened 9 years ago
I also tried it with javassist:
3.19.0-GA
Original comment by davidkar...@gmail.com
on 28 Jan 2015 at 1:24
I have the exact same trace (except for the test-class, obviously).
Using mockito-core 1.10.19, powermock-api-mockito 1.6.2,
powermock-module-junit4 1.6.2, javassist 3.19.0-GA.
Offending line of code:
final Date start1415 =
Date.from(LocalDateTime.of(2014, Month.AUGUST, 1, 0, 0, 0)
.atZone(ZoneId.systemDefault()).toInstant());
Original comment by buurman....@gmail.com
on 28 Apr 2015 at 8:55
It looks like a bug in javassist.
see https://github.com/jboss-javassist/javassist/issues/43
You can reproduce this error without any powermock code.
Original comment by andreas....@web.de
on 23 May 2015 at 1:11
Original issue reported on code.google.com by
davidkar...@gmail.com
on 28 Jan 2015 at 1:23