melix / asm-bytecode-intellij

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

Do not compile file if .class is up to date #1

Closed melix closed 13 years ago

melix commented 13 years ago

To work around a strange issue in IntelliJ which doesn't appear when debugging the project, we always trigger a compilation, even if the .class file is up-to-date. Find a way to avoid that, investigating the bug which shows up when we uncomment the isUpToDate call.

melix commented 13 years ago

Fixed in 0.2