File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/org/objectweb/asm/idea Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3838import com .intellij .openapi .wm .ToolWindowManager ;
3939import com .intellij .psi .*;
4040import com .intellij .psi .codeStyle .CodeStyleManager ;
41+ import org .objectweb .asm .idea .config .ASMPluginComponent ;
4142import reloc .org .objectweb .asm .ClassReader ;
4243import reloc .org .objectweb .asm .ClassVisitor ;
43- import org .objectweb .asm .idea .config .ASMPluginComponent ;
4444import reloc .org .objectweb .asm .util .ASMifier ;
4545import reloc .org .objectweb .asm .util .TraceClassVisitor ;
4646
@@ -190,6 +190,7 @@ public void run() {
190190 ClassVisitor visitor = new TraceClassVisitor (new PrintWriter (stringWriter ));
191191 ClassReader reader = null ;
192192 try {
193+ file .refresh (false , false );
193194 reader = new ClassReader (file .contentsToByteArray ());
194195 } catch (IOException e ) {
195196 return ;
You can’t perform that action at this time.
0 commit comments