asm-bytecode-intellij
asm-bytecode-intellij copied to clipboard
An ASM (http://asm.ow2.org/) plugin for IntelliJ IDEA
Argument for @NotNull parameter 'module' of com/intellij/openapi/roots/ModuleRootManager.getInstance must not be null java.lang.IllegalArgumentException: Argument for @NotNull parameter 'module' of com/intellij/openapi/roots/ModuleRootManager.getInstance must not be null at com.intellij.openapi.roots.ModuleRootManager.getInstance(ModuleRootManager.java) at com.intellij.openapi.roots.CompilerModuleExtension.getInstance(CompilerModuleExtension.java:34) at org.objectweb.asm.idea.ShowBytecodeOutlineAction.actionPerformed(ShowBytecodeOutlineAction.java:85) at...
Please add support for Android Studio
Found in idea.log ``` 2018-07-04 17:13:57,520 [ 86208] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: ASM) or icon jar:file:/D:/Dateien/.IntelliJIdea2018.1/config/plugins/ASM-BO/lib/ASM-BO.jar!/images/asm.gif ```
http://ac913690.wiz03.com/share/s/2IAjqg1UbQ5m2Wf6he0PmGsV2N503518pQd-2qnuHE1gVaDu thank you
I used this on Android Studio,but it didn't work. I wonder if this support to Android Studio? **Compilation completed successfully in 6s 25ms NoClassDefFoundError: reloc/org/objectweb/asm/ClassVisitor**
for Android Studio
Showing bytecode inside the local class of: ```java public class LocalClasses { public static void main(String[] args) { String test = "Test"; class TestPrint { void print() { System.out.println(test); }...
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...
It would be handy if clicking on a line in the tool window editor (bytecode or ASMified views) moved the editor of the class to the corresponding line. Eventually, provide...
java.lang.ClassCastException: class com.android.tools.idea.uibuilder.editor.multirepresentation.sourcecode.SourceCodeEditorWithMultiRepresentationPreview cannot be cast to class com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl (com.android.tools.idea.uibuilder.editor.multirepresentation.sourcecode.SourceCodeEditorWithMultiRepresentationPreview is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @26fb713f; com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImpl is in unnamed module of loader com.intellij.util.lang.PathClassLoader @1c53fd30) at org.objectweb.asm.idea.ShowBytecodeOutlineAction$3.compute(ShowBytecodeOutlineAction.java:159) at...