mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
update asm to 5.0.1
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<orderEntry type="module" module-name="java-psi-api" exported="" />
|
||||
<orderEntry type="module" module-name="core-impl" exported="" />
|
||||
<orderEntry type="module" module-name="resources-en" />
|
||||
<orderEntry type="library" name="asm4" level="project" />
|
||||
<orderEntry type="library" name="asm5" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ import com.intellij.util.cls.ClsFormatException;
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.asm4.ClassReader;
|
||||
import org.jetbrains.org.objectweb.asm.ClassReader;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Collections;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
package com.intellij.psi.impl.compiled;
|
||||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.asm4.ClassReader;
|
||||
import org.jetbrains.org.objectweb.asm.ClassReader;
|
||||
|
||||
public interface InnerClassSourceStrategy<T> {
|
||||
@Nullable
|
||||
|
||||
@@ -31,7 +31,7 @@ import com.intellij.util.io.StringRef;
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.asm4.*;
|
||||
import org.jetbrains.org.objectweb.asm.*;
|
||||
|
||||
import java.lang.reflect.Array;
|
||||
import java.text.CharacterIterator;
|
||||
|
||||
Reference in New Issue
Block a user