Has anyone else seen this in IntelliJ?
Exception in thread "main" java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
org/apache/geode/cache/lucene/internal/RawLuceneRepositoryManagerJUnitTest.createIndexAndRepoManager()V
@7: putstatic
Reason:
Type 'org/apache/geode/cache/lucene/internal/LuceneRawIndexFactory'
(current frame, stack[0]) is not assignable to
'org/apache/geode/cache/lucene/internal/LuceneIndexImplFactory'
Current Frame:
bci: @7
flags: { }
locals: {
'org/apache/geode/cache/lucene/internal/RawLuceneRepositoryManagerJUnitTest'
}
stack: {
'org/apache/geode/cache/lucene/internal/LuceneRawIndexFactory' }
Bytecode:
0x0000000: bb00 1b59 b700 1cb3 001d 2a12 1eb8 0008
0x0000010: c000 1eb5 001f 2a12 20b8 0008 c000 21b5
0x0000020: 0022 2ab4 0022 b600 23b8 000d 2ab4 001f
0x0000030: b900 0e02 0057 2ab4 0022 b600 24b8 000d
0x0000040: bb00 2559 b700 26b9 000e 0200 572a b400
0x0000050: 22b6 0027 b800 0d2a b400 06b9 000e 0200
0x0000060: 572a b400 22b6 0028 b800 0d12 0fb9 000e
0x0000070: 0200 572a b400 22b6 0029 b800 2ab8 000d
0x0000080: 04b8 002a b900 0e02 0057 2abb 0019 592a
0x0000090: b400 222a b400 16b7 002b b500 182a b400
0x00000a0: 18b6 002c 2ab4 0018 b600 2db1
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
at java.lang.Class.getMethod0(Class.java:3018)
at java.lang.Class.getMethod(Class.java:1784)
at
org.junit.internal.builders.SuiteMethodBuilder.hasSuiteMethod(SuiteMethodBuilder.java:18)
at
com.intellij.junit4.JUnit46ClassesRequestBuilder.collectWrappedRunners(JUnit46ClassesRequestBuilder.java:79)
at
com.intellij.junit4.JUnit46ClassesRequestBuilder.getClassesRequest(JUnit46ClassesRequestBuilder.java:51)
at
com.intellij.junit4.JUnit4TestRunnerUtil.buildRequest(JUnit4TestRunnerUtil.java:87)
at
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:46)
at
com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51)
at
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)