-
The current sources (https://github.com/jmockit/jmockit1/blob/master/main/src/mockit/internal/util/DefaultValues.java) do require Java 8 for compile (while the source/target level in `build.xml` is `1…
-
Issue:
I have a mock class that extends `MockUp`. When running tests in JMockIt _1.9_, the tests fail with `java.lang.VerifyError`. This is through Maven on OSX.
```
$ mvn --version
Apache Maven 3.2.…
-
import java.io.File;
import mockit.Mocked;
import mockit.NonStrictExpectations;
import org.testng.annotations.Test;
public class MockFileInvestigation {
```
@Test
public void test(@Mocked File f1)…
-
Imported from JIRA [DS-1408] created by helix84
I ran "mvn clean package license:check -Dmaven.test.skip=false" and 25 tests failed with the following message, 2 seconds apart:
2012-12-02 23:40:08,14…
-
When building the project for the first time, I got the following exception while running `mvn install`:
```
java.lang.IllegalStateException: Native library for Attach API not available in this JRE
…
-
There seem to be several issues with Weld 2.2 itself and Jandex for annotation scanning.
-
Hello ajermokovics
We are impressed of your work on eclipse-jmockit-assist! We also installed the newest available plugin at marketplace or your update site. Although it did not contain your latest f…
-
Pessoal, como faço para desabilitar o log INFO:
```
56035 [pool-1-thread-1] INFO org.reflections.Reflections - Reflections took 8 ms to scan 1 urls, producing 8 keys and 22 values
56051 [pool-1-thre…
-
- OS X 10.8.4, Java 1.7.0u21, 2.6GHz i7 (4 cores, hyperthreaded)
- Stack trace of the warning below.
- Simulated load with 5 clients sending 4 messages each simultaneously.
- Versions of the t…
-
Running `mvn clean test` results in the following failure on osx
``` java
Running net.kencochrane.raven.AsyncTransportTest
java.lang.IllegalStateException: Native library for Attach API not available…