We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b46bd0a + 616ab44 commit c5f1dedCopy full SHA for c5f1ded
core/src/main/scala/com/typesafe/tools/mima/core/ClassfileParser.scala
@@ -43,7 +43,7 @@ abstract class ClassfileParser(definitions: Definitions) {
43
44
def pool: ConstantPool = thepool
45
46
- def parse(clazz: ClassInfo) = {
+ def parse(clazz: ClassInfo) = synchronized {
47
parsed += 1
48
parsedClass = clazz
49
in = new BufferReader(clazz.file.toByteArray)
0 commit comments