-
```
What steps will reproduce the problem?
- Have a unit test annotated with @RunWith(PowerMockRunner.class)
@PrepareForTest(MyEndpoint.class)
and use mockStatic(MyEndpoint.class); in the setUp me…
-
```
There seems to be an incompatibility issue between powermock and JaCoCo,
possibly related to JDK 7.
Attached is a small maven project which can be executed using "mvn clean
verify" to showcase …
-
_From [praya...@gmail.com](https://code.google.com/u/101528234671130470362/) on June 19, 2012 10:46:13_
What steps will reproduce the problem? 1. Use Ant version 1.8.2+
2. Use ant-junit target to run…
-
```
What steps will reproduce the problem?
1. Use Ant version 1.8.2+
2. Use ant-junit target to run tests.
3. All testcases that uses @PrepareTest ( tests final or static classes) fail
with Initiali…
-
```
What steps will reproduce the problem?
1. Use Ant version 1.8.2+
2. Use ant-junit target to run tests.
3. All testcases that uses @PrepareTest ( tests final or static classes) fail
with Initiali…
-
```
What steps will reproduce the problem?
1. Use Ant version 1.8.2+
2. Use ant-junit target to run tests.
3. All testcases that uses @PrepareTest ( tests final or static classes) fail
with Initiali…
-
```
What steps will reproduce the problem?
1. Use Ant version 1.8.2+
2. Use ant-junit target to run tests.
3. All testcases that uses @PrepareTest ( tests final or static classes) fail
with Initiali…
-
```
There seems to be an incompatibility issue between powermock and JaCoCo,
possibly related to JDK 7.
Attached is a small maven project which can be executed using "mvn clean
verify" to showcase …
-
### Bug description
Calling `checkConsistency` on a 25 minutes old transaction usually leads to a "tails are not solid" response.
Related to iotaledger/trinity-wallet#1900
### IRI version
1.8.1
…
-
```
Since Mockito 1.8.1 the CGLibHacker is a member of MethodInterceptorFilter
which means that the workaround in performIntercept can be removed (if we
change the CGLibHacker member instance in
org.m…