Rename
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ public class TraceBasedErrorReporter implements ErrorReporter {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reportAnnotationLoadingError(@NotNull String message, @Nullable Exception exception) {
|
||||
public void reportLoadingError(@NotNull String message, @Nullable Exception exception) {
|
||||
LOG.error(message, exception);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -153,7 +153,7 @@ public class VirtualFileKotlinClass implements KotlinJvmBinaryClass {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void loadMemberAnnotations(@NotNull final MemberVisitor memberVisitor) {
|
||||
public void visitMembers(@NotNull final MemberVisitor memberVisitor) {
|
||||
try {
|
||||
new ClassReader(file.contentsToByteArray()).accept(new ClassVisitor(ASM4) {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user