Artur Zagretdinov

Results 43 comments of Artur Zagretdinov

@Tibor17 I always happy to extend the list of committers however in past 1.5 years most of pull requests were raised by me. Other contributors usually create only 1 pull...

@BrainStoneit's supposed to be in the final release. Also, it will be in beta as soon as finished and merged to release branch. However, beta versions are released only to...

@softcoder If you want to help you may start from this branch https://github.com/powermock/powermock/tree/2.x/powermock-byte-buddy where I was deloping this feature. The main idea it's to re-implement all bytecode modification that at...

I clearly realize that it is blocker for many of you. I was going to release PowerMock 2.0 in January. However, I was not able to continue developing due to...

@jamesbroadhead I recommend for use [jmh](http://openjdk.java.net/projects/code-tools/jmh/) for performance measurements. I have created a benchmark for PowerMock: https://github.com/powermock/powermock-benchmark When I started work on the benchmark, first of all, I noticed that...

Hi, There is some sort of supporting JKD 9 in beta versions of PowerMock 2.0. I’m not going to implement supporting Java 9 or 10 in the PowerMock 1.x Right...

Thank you for the finding the issue. I think, I figure out the main clause of the exception. PowerMock classloader reloads `XML11Configuration` but without specifying module/or ignore module of the...

@Spikhalskiy I have idea what is going on and a thought how to fix the issue. The issue is with loading classes from modules. PowerMock has a custom classloader. But...

@gauravsak You may try to investigate the issue. I cannot say where it should be fixed. May it should be fixed in `getAllMethods()` not to return all methods. (I'm not...