melix / asm-bytecode-intellij

An ASM (http://asm.ow2.org/) plugin for IntelliJ IDEA
69 stars 44 forks source link

Error when viewing bytecode for .class file outside project root #8

Open hns opened 13 years ago

hns commented 13 years ago

When I try to view the bytecode for a .class file that resides outside the current project root directory I get the following exception:

https://gist.github.com/860025

This is with IntelliJ 10.0.2 and plugin version 0.3.1.

Thanks for providing such a great tool! My life got a bit easier the moment I discovered it.