[
https://issues.apache.org/jira/browse/SUREFIRE-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tibor Digana closed SUREFIRE-1415.
----------------------------------
Resolution: Invalid
@[[email protected]]
Feel free to reopen it, but as I said before, attach small sample code which
fails like you described; otherwise I do not know what you mean and what I
should fix and how.
> java.lang.VerifyError: null at
> sun.instrument.InstrumentationImpl.redefineClasses0(Native Method)
> --------------------------------------------------------------------------------------------------
>
> Key: SUREFIRE-1415
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1415
> Project: Maven Surefire
> Issue Type: Bug
> Components: Junit 4.7+ (parallel) support, Maven Surefire Plugin
> Environment: Java 1.8.0_66
> maven surefire 2.18.1
> jmockit 1.4
> junit 4.12
> hamcrest 1.3
> springJunitVersion 4.4
> Reporter: Arvind
> Assignee: Tibor Digana
> Labels: newbie
> Fix For: Backlog
>
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> When i try to run test -X i get the error
> java.lang.VerifyError: null
> at sun.instrument.InstrumentationImpl.redefineClasses0(Native Method)
> i have error in this code
> new NonStrictExpectations() {
> @Mocked("initialize")
>
>
> // some code
> };
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)