My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Mar 19, 2009
    issue 5 (bundle jad with plugin) commented on by andreas.sahlbach   -   I would prefer that you add support for a different decompiler, like JD-GUI or something. JAD seems to be dead and doesn't support newer class files. On the other hand: Is this project (intellijad) still alive? All Issues here are not maintained, so, excuse me, if I ask. This project is very useful for me, would be a shame if this goes the same way as JAD went.
    I would prefer that you add support for a different decompiler, like JD-GUI or something. JAD seems to be dead and doesn't support newer class files. On the other hand: Is this project (intellijad) still alive? All Issues here are not maintained, so, excuse me, if I ask. This project is very useful for me, would be a shame if this goes the same way as JAD went.
  • Mar 12, 2009
    issue 5 (bundle jad with plugin) reported by Jkolobok   -   Looks like JAD project is dead. and new users are not able to download decompiler itself. Could you please bundle it with your plugin.
    Looks like JAD project is dead. and new users are not able to download decompiler itself. Could you please bundle it with your plugin.
  • Feb 03, 2009
    issue 4 (Unresolved symbols in decompiled code, repeated decompiling ...) reported by ales.berka   -   The first problem I had was the IDEA 8 and this plugin was that it didn't step into the decompiled code. But after deleting the SYSTEM folder, setting everything again from the scrach, it's working now. Good to know. There are however minor issues I wanted to discuss here: - When the popup confirmation (asking about decompilation) appears, first step in is not shown(highlighted). Next step is ok however. - Some classes are after each step always decompiled (or asked). Every step, decompilation is performed. These files have different icon in IDEA - Java Class icon with padlock (=read only) overlayed by read circle with diagonal stripe. Like "do not park" :) I have "Decompile to memory" enabled here. For the first decompilation, the content of the console looks pretty normal - Jar Extraction (Examining, Extracting), Decompilation (Executing Jad), Library (Associating...), Operation Completed. If there are more steps in this class, every step Decompile is offered. And due to this, actual step is never shown (as I've mentioned above, current line is highlighted on second step when the class is already decompiled). For these other steps, IntelliJad Console show only "Class: ...name" and nothing else (not a branch, just a terminal node). One more note - I can't locate such class in Project Explorer - while other decompiled classes (which work) are there. This is the problem, I guess. When decompiling to the disk, repeated decompilations don't occur. - I'm getting unresolved symbols - example: PersistenceException because of: on line 60 I have (first 4 characters are my description - line number, don't pay attention to it, it's not generated by JAD) (60)// off: childRowsOfUnlinkedSyncBo = null;import com.sap.ip.me.api.persist.core.PersistenceException; Note that import on the same line as "// off:" IdeaJAD has: (53)import com.sap.ip.me.api.persist.core.PersistenceException; ... (60)// off: childRowsOfUnlinkedSyncBo = null;import com.sap.ip.me.smartsync.meta.TopRowDescriptor; Is this "// off: childRowsOfUnlinkedSyncBo = null;" JAD bug? It disables obviously the rest of the line. - Checkbox in options - Original line numbers as comments - no output, can't see anything like (sample is from IDEA 6 + IdeaJAD): public Transaction beginTransaction() { /* 130*/ return beginTransaction(frameworkTransaction); } No matter what, the placement of lines is correct (for debugging) Information that may be helpful: What version of the product are you using? On what operating system? IDEA 8.0.1 + latest IntelliJAD 8 Thanks, Best Regards Aleš
    The first problem I had was the IDEA 8 and this plugin was that it didn't step into the decompiled code. But after deleting the SYSTEM folder, setting everything again from the scrach, it's working now. Good to know. There are however minor issues I wanted to discuss here: - When the popup confirmation (asking about decompilation) appears, first step in is not shown(highlighted). Next step is ok however. - Some classes are after each step always decompiled (or asked). Every step, decompilation is performed. These files have different icon in IDEA - Java Class icon with padlock (=read only) overlayed by read circle with diagonal stripe. Like "do not park" :) I have "Decompile to memory" enabled here. For the first decompilation, the content of the console looks pretty normal - Jar Extraction (Examining, Extracting), Decompilation (Executing Jad), Library (Associating...), Operation Completed. If there are more steps in this class, every step Decompile is offered. And due to this, actual step is never shown (as I've mentioned above, current line is highlighted on second step when the class is already decompiled). For these other steps, IntelliJad Console show only "Class: ...name" and nothing else (not a branch, just a terminal node). One more note - I can't locate such class in Project Explorer - while other decompiled classes (which work) are there. This is the problem, I guess. When decompiling to the disk, repeated decompilations don't occur. - I'm getting unresolved symbols - example: PersistenceException because of: on line 60 I have (first 4 characters are my description - line number, don't pay attention to it, it's not generated by JAD) (60)// off: childRowsOfUnlinkedSyncBo = null;import com.sap.ip.me.api.persist.core.PersistenceException; Note that import on the same line as "// off:" IdeaJAD has: (53)import com.sap.ip.me.api.persist.core.PersistenceException; ... (60)// off: childRowsOfUnlinkedSyncBo = null;import com.sap.ip.me.smartsync.meta.TopRowDescriptor; Is this "// off: childRowsOfUnlinkedSyncBo = null;" JAD bug? It disables obviously the rest of the line. - Checkbox in options - Original line numbers as comments - no output, can't see anything like (sample is from IDEA 6 + IdeaJAD): public Transaction beginTransaction() { /* 130*/ return beginTransaction(frameworkTransaction); } No matter what, the placement of lines is correct (for debugging) Information that may be helpful: What version of the product are you using? On what operating system? IDEA 8.0.1 + latest IntelliJAD 8 Thanks, Best Regards Aleš
  • Jan 16, 2009
    issue 2 (Decompiled source is not linked to the correct library) reported by christophe.vila   -   What steps will reproduce the problem? 1. Create a global library for JBoss 4.2.2 (with all JARs in jboss/client) 2. Create a global library for JBoss 5.0.0 (with all JARs in jboss/client) 3. Create a project that uses global library JBoss 5.0.0 and search for NamingContext class (CTRL+N). Intellijad automatically decompile the class and adds the decompiled source to the JBoss 4.2.2 global library What is the expected output? What do you see instead? I expect to have this source added to the JBoss 5.0.0 global library (because I use this library and not the 4.2.2 one) As a result, the decompiled class is not naviguable because IntelliJ considers it as a simple file and not a Java source file Workaround Delete the JBoss 4.2.2 global library (but I want to avoid this) What version of the product are you using? On what operating system? IntelliJ 8.0.1 + Intellijad 8 (latest version) on Windows XP SP3
    What steps will reproduce the problem? 1. Create a global library for JBoss 4.2.2 (with all JARs in jboss/client) 2. Create a global library for JBoss 5.0.0 (with all JARs in jboss/client) 3. Create a project that uses global library JBoss 5.0.0 and search for NamingContext class (CTRL+N). Intellijad automatically decompile the class and adds the decompiled source to the JBoss 4.2.2 global library What is the expected output? What do you see instead? I expect to have this source added to the JBoss 5.0.0 global library (because I use this library and not the 4.2.2 one) As a result, the decompiled class is not naviguable because IntelliJ considers it as a simple file and not a Java source file Workaround Delete the JBoss 4.2.2 global library (but I want to avoid this) What version of the product are you using? On what operating system? IntelliJ 8.0.1 + Intellijad 8 (latest version) on Windows XP SP3

Older

  • Dec 11, 2008
    issue 1 (Intellijad 8 crashes and doesn't recover - unable to use plu...) commented on by ninjakris   -   Sorry this bug is not related to intellijad 8! It is for Library Finder. :) Please delete or mark as not relevant. Thanks!
    Sorry this bug is not related to intellijad 8! It is for Library Finder. :) Please delete or mark as not relevant. Thanks!
  • Dec 11, 2008
    issue 1 (Intellijad 8 crashes and doesn't recover - unable to use plu...) reported by ninjakris   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Intellijad 8 with IDEA 8.0.1 Please provide any additional information below. Exception stack trace: Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.boxysystems.libraryfinder.view.intellij.IntelliJLibraryFinderView$1@10418dd,notifier=null,catchExceptions=false,when=1229009225095] on sun.awt.X11.XToolkit@177cdb1: Already disposed java.lang.AssertionError: Already disposed at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:3) at com.intellij.openapi.wm.ToolWindowManager.getInstance(ToolWindowManager.java:30) at com.boxysystems.libraryfinder.view.intellij.IntelliJLibraryFinderView.showResultsPanelInToolWindow(IntelliJLibraryFinderView.java:98) at com.boxysystems.libraryfinder.view.intellij.IntelliJLibraryFinderView.access$300(IntelliJLibraryFinderView.java:43) at com.boxysystems.libraryfinder.view.intellij.IntelliJLibraryFinderView$1.run(IntelliJLibraryFinderView.java:69) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:35) at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:99) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:217) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Intellijad 8 with IDEA 8.0.1 Please provide any additional information below. Exception stack trace: Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.boxysystems.libraryfinder.view.intellij.IntelliJLibraryFinderView$1@10418dd,notifier=null,catchExceptions=false,when=1229009225095] on sun.awt.X11.XToolkit@177cdb1: Already disposed java.lang.AssertionError: Already disposed at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:3) at com.intellij.openapi.wm.ToolWindowManager.getInstance(ToolWindowManager.java:30) at com.boxysystems.libraryfinder.view.intellij.IntelliJLibraryFinderView.showResultsPanelInToolWindow(IntelliJLibraryFinderView.java:98) at com.boxysystems.libraryfinder.view.intellij.IntelliJLibraryFinderView.access$300(IntelliJLibraryFinderView.java:43) at com.boxysystems.libraryfinder.view.intellij.IntelliJLibraryFinderView$1.run(IntelliJLibraryFinderView.java:69) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:35) at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:99) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:217) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
 
Hosted by Google Code