Downloads: 4566
Rating:
Participated in rating: 3
Recent change notes:
Version 0.3.2
Version 0.3.1
- Updated for IntelliJ IDEA 10.0.2
- Supports showing bytecode for .class files for which we have source code
Version 0.3
- Add diff view popup which shows the differences with the previous version of bytecode
- Search in every output directory, including test files
- Support for Groovy @groovyx.ast.bytecode.Bytecode annotation
- Configuration of ASM ClassReader flags
- Configuration of Groovy code style
Version 0.2
- Fixed .class files not being found under Windows
- Fixed tool window not opening if output directory doesn't exist
- Added shortcut in "Code" menu
- Do not compile file if up-to-date
Comments:
But Ctrl+click on class/method names doesn't work in bytecode window. I thought, "Ctrl+click works everywhere" is supposed to be one of key features of Idea.
java.lang.NoSuchMethodError: com.intellij.openapi.roots.CompilerModuleExtension.getOutputRoots(Z)[Lcom/intellij/openapi/vfs/VirtualFile;
at org.objectweb.asm.idea.ShowBytecodeOutlineAction$2.run(ShowBytecodeOutlineAction.java:106)
at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:331)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:125)
--Lee
Please fix your great plugin : )
Lee