noushadali / powermock

Automatically exported from code.google.com/p/powermock
Apache License 2.0
0 stars 0 forks source link

Stack Oveflow when Mocking ArrayListMultimap from guava. #449

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the code attached
2. Observe the stacktrace

What is the expected output? What do you see instead?
Expected: No java.lang.StackOverflowError 
Observed: java.lang.StackOverflowError

What version of the product are you using? On what operating system?

dependencies {
    compile 'junit:junit-dep:4.10'
    compile 'org.easymock:easymock:3.1'

    testCompile 'org.powermock:powermock-module-junit4:1.5'
    testCompile 'org.powermock:powermock-api-easymock:1.5'
    testCompile 'com.google.guava:guava:14.0.1'
}

Please provide any additional information below.

See also: 
http://stackoverflow.com/questions/17151464/powermock-stackoveflowerror-on-array
listmultimap

Original issue reported on code.google.com by gus.h...@gmail.com on 18 Jun 2013 at 1:34

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting.

Original comment by johan.ha...@gmail.com on 19 Aug 2013 at 8:00

GoogleCodeExporter commented 9 years ago
Any chance of this getting fixed? Still blocking my support for Powermock

Original comment by gus.h...@gmail.com on 9 Jul 2014 at 3:21