jadclipse-develop Mailing List for JadClipse - Eclipse plugin (Page 3)
Status: Beta
Brought to you by:
vovikg
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(27) |
Oct
(22) |
Nov
(21) |
Dec
(14) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(6) |
Feb
(11) |
Mar
(12) |
Apr
(11) |
May
(11) |
Jun
(1) |
Jul
(5) |
Aug
(4) |
Sep
(12) |
Oct
(19) |
Nov
(20) |
Dec
(22) |
| 2007 |
Jan
(12) |
Feb
(2) |
Mar
(4) |
Apr
(11) |
May
(8) |
Jun
(4) |
Jul
(4) |
Aug
(4) |
Sep
(6) |
Oct
(2) |
Nov
(3) |
Dec
(4) |
| 2008 |
Jan
(5) |
Feb
(5) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
(5) |
Aug
(2) |
Sep
(10) |
Oct
(4) |
Nov
(3) |
Dec
|
| 2009 |
Jan
(2) |
Feb
(6) |
Mar
(2) |
Apr
(2) |
May
|
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(1) |
Nov
(32) |
Dec
(1) |
| 2010 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2009-09-03 23:25:13
|
Feature Requests item #1754631, was opened at 2007-07-16 09:12 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1754631&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: create update site Initial Comment: It would be nice to have an "update" URL, so that Eclipse can automatically fetch new releases of JadClipse. This is preferred over manually downloading the Jar and copying it into the Eclipse dir. thanks Philippe ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-09-03 23:25 Message: +1 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-06-09 02:40 Message: I use MyEclipse so the only way I can install is to use an update site:( ---------------------------------------------------------------------- Comment By: Matthias Voss (mvossi) Date: 2008-07-22 08:12 Message: Logged In: YES user_id=740643 Originator: NO I would like to have that, too. Additionally, I would like to help to set it up (but I never did that before). ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-02-21 10:48 Message: Logged In: NO +1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1754631&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-08-15 11:17:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7563552 By: pax523 new download page: http://www.varaneckas.com/jad ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124755 |
|
From: SourceForge.net <no...@so...> - 2009-07-03 09:11:04
|
Bugs item #2816209, was opened at 2009-07-03 09:11 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2816209&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Exception when opening class files in certain directory Initial Comment: I installed the plugin (JDT Decompiler 3.4.0 ), and it works fine but generates error when opening class files in certain directory. (for instance, to open build/tmp/org/python/pycode/_py0x.class) The exact stack trace is like following. java.lang.NullPointerException at net.sf.jdtdecompiler.jad.JadDecompiler.extractPackagePath(JadDecompiler.java:54) at net.sf.jdtdecompiler.jad.JadDecompiler.decompile(JadDecompiler.java:30) at net.sf.jdtdecompiler.core.DecompiledSourceMapper.invokeDecompiler(DecompiledSourceMapper.java:50) at net.sf.jdtdecompiler.core.DecompiledSourceMapper.findSource(DecompiledSourceMapper.java:30) at org.eclipse.jdt.internal.core.SourceMapper.getSourceForRootPath(SourceMapper.java:900) at org.eclipse.jdt.internal.core.SourceMapper.findSource(SourceMapper.java:864) at org.eclipse.jdt.internal.core.SourceMapper.findSource(SourceMapper.java:843) at org.eclipse.jdt.internal.core.ClassFile.mapSource(ClassFile.java:635) at org.eclipse.jdt.internal.core.ClassFile.openBuffer(ClassFile.java:630) at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:288) at org.eclipse.jdt.internal.core.ClassFile.getBuffer(ClassFile.java:359) at org.eclipse.jdt.internal.core.ClassFile.getSourceRange(ClassFile.java:523) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.probeInputForSource(ClassFileEditor.java:736) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.doSetInput(ClassFileEditor.java:648) at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3115) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2578) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3133) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3160) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:798) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:644) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762) at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:99) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:99) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:133) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:330) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:787) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:499) at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:842) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.runtime.Platform.run(Platform.java:888) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:840) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1101) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1205) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2816209&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-06-10 15:11:40
|
Bugs item #2804230, was opened at 2009-06-10 15:11 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2804230&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Class without package causes NPE Initial Comment: JadClipse 3.4, when I open class file that is in package root folder, I get NPE because net.sf.jdtdecompiler.jad.JadDecompiler.extractPackagePath(String) returns null and new File(rootPath, null) results in NPE, you should use rootPath in this case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2804230&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-06-09 02:40:18
|
Feature Requests item #1754631, was opened at 2007-07-16 09:12 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1754631&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: create update site Initial Comment: It would be nice to have an "update" URL, so that Eclipse can automatically fetch new releases of JadClipse. This is preferred over manually downloading the Jar and copying it into the Eclipse dir. thanks Philippe ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-06-09 02:40 Message: I use MyEclipse so the only way I can install is to use an update site:( ---------------------------------------------------------------------- Comment By: Matthias Voss (mvossi) Date: 2008-07-22 08:12 Message: Logged In: YES user_id=740643 Originator: NO I would like to have that, too. Additionally, I would like to help to set it up (but I never did that before). ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-02-21 10:48 Message: Logged In: NO +1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1754631&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-04-28 08:38:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7305409 By: claesl Cannot find jad on the http://www.kpdus.com/jad.html link given in the installation instructions. Does anybody know where it is? Regards Clundahl ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124755 |
|
From: SourceForge.net <no...@so...> - 2009-04-17 19:32:29
|
Bugs item #2771283, was opened at 2009-04-17 14:32 Message generated for change (Tracker Item Submitted) made by plissak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2771283&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Paul Lissak (plissak) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot invoke JadClipse on Eclipse 3.4.2 Initial Comment: Eclipse version: 3.4.2 build id: M20090211-1700 JadClipse version: 3.3.1.v20080730_r341 Jad version: v1.5.8e I get a timeout exception when using JadClipse (see attached). I was able to run an earlier version of JadClipse with Eclipse 3.4.0 though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2771283&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-03-27 07:18:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6979571 By: judahbenher Someone put the downloads up on http://www.varaneckas.com/jad I can't vouch for whether the files are legit though. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124754 |
|
From: SourceForge.net <no...@so...> - 2009-03-10 21:34:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6734466 By: beastie2 Same issue here... Seems like the website is dead since February 25th. <a href="http://en.wikipedia.org/wiki/JAD_(JAva_Decompiler)">http://en.wikipedia .org/wiki/JAD_(JAva_Decompiler)</a> Can anyone provide a link to a valid download location?! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124754 |
|
From: SourceForge.net <no...@so...> - 2009-02-28 00:56:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6556887 By: carneboy http://www.kpdus.com/jad.html seems to be dead for me... Is there anywhere else I can get this software from? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124754 |
|
From: SourceForge.net <no...@so...> - 2009-02-24 17:49:10
|
Bugs item #2634375, was opened at 2009-02-24 11:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2634375&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: RefuX Zanzebarr (refux) Assigned to: Nobody/Anonymous (nobody) Summary: Debugging to a clas with unknown source displays Initial Comment: Again this is with RSA 7.5, if I'm using the debugger and I have a break-point in a decompiled piece of code, the debugger does stop, however the code window displayed is not the decompiled code window, but another window (one that is typical in the debugger) saying "Source not found, Edit Source Lookup Path" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2634375&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-02-24 17:24:02
|
Bugs item #2634317, was opened at 2009-02-24 11:23 Message generated for change (Comment added) made by refux You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2634317&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: RefuX Zanzebarr (refux) Assigned to: Nobody/Anonymous (nobody) Summary: browsing a 'library' jar file, first file doesn't decompile Initial Comment: I'm using RSA 7.5, and in my EJB project when I browse to 'EAR Libraries', I click on the + beside on of the jar files, the first .class file I double click on won't decompile, it will show the normal class editor, no matter what I do, I can't get it to change. However any subsequent .class files I double click on do decompile perfectly. ---------------------------------------------------------------------- >Comment By: RefuX Zanzebarr (refux) Date: 2009-02-24 11:23 Message: This is for 3.4.0 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2634317&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-02-24 17:23:46
|
Bugs item #2634317, was opened at 2009-02-24 11:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2634317&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: RefuX Zanzebarr (refux) Assigned to: Nobody/Anonymous (nobody) Summary: browsing a 'library' jar file, first file doesn't decompile Initial Comment: I'm using RSA 7.5, and in my EJB project when I browse to 'EAR Libraries', I click on the + beside on of the jar files, the first .class file I double click on won't decompile, it will show the normal class editor, no matter what I do, I can't get it to change. However any subsequent .class files I double click on do decompile perfectly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2634317&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-02-23 21:24:26
|
Bugs item #2631611, was opened at 2009-02-23 15:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2631611&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: RefuX Zanzebarr (refux) Assigned to: Nobody/Anonymous (nobody) Summary: 3.4.0 shows breakpoint as constructor Initial Comment: Decompile a file. Add a breakpoint on the left margin, you get a green C, odd! Great work otherwise, love the new progress! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2631611&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-02-06 20:09:55
|
Patches item #2127105, was opened at 2008-09-24 20:34 Message generated for change (Settings changed) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=2127105&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Open Resolution: None Priority: 5 Private: No Submitted By: Elias Ross (genman) Assigned to: Johann Gyger (jgyger) Summary: Integrate JODE (jode.sf.net) decompiler Initial Comment: Patch to allow Jadclipse to work with Jode. The diff and source is attached, the library is attached as well, compiled from jode.sf.net ... ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2008-10-10 02:20 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2008-09-25 06:45 Message: Thanks for this patch, I will have a look at it. ---------------------------------------------------------------------- Comment By: Elias Ross (genman) Date: 2008-09-24 21:32 Message: The jode.jar file is available here: http://e-xml.sourceforge.net/maven2/repository/net/sourceforge/jode/1.0-SNAPSHOT/ ---------------------------------------------------------------------- Comment By: Elias Ross (genman) Date: 2008-09-24 20:35 Message: File Added: JodeDecompiler.java ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=2127105&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2009-01-16 11:19:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6137665 By: hq4ever Hello, I've followed the installation instructions, including the -clean switch for eclipse. When I try to debug (F5) into some 3rd party code, I'm getting nothing but "Source not found" messages, like the following: "Source not found for ReteooWorkingMemory(AbstractWorkingMemory).assertObject(Object, boolean, boolean, Rule, Activation) line: not available" Please note that I'm trying to Debug into Drools 3, which is an open source project - So I'm not breaking any rules and I find it hard to belive that the Drools Dev guys would go into special trouble into compiling some form of reverse enginerring into their Jar. I'm running MyEclipse 6.5, and I'm debugging a webapp on Tomcat6 (started from eclipse). Drools is coming as a .jar file on the servlet container class loader (Directory <<webAppName>>/WEB-INF/lib/drools-core.jar Any help with this would be very much appreciated :) Thank you, Maxim. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124755 |
|
From: SourceForge.net <no...@so...> - 2009-01-05 13:38:37
|
Support Requests item #2487793, was opened at 2009-01-05 19:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427343&aid=2487793&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Syed Abuthahir (syed_abuthahir) Assigned to: Nobody/Anonymous (nobody) Summary: Jadclipse File viewer option is not getting displayed Initial Comment: Hi, I have placed jadclipse_3.2.4 plugin in the plugins directory of eclipse and i have started the eclipse with the -clean option. Once it is done, I have included the location of jad.exe in the execution path of my operating system. I'm able to get the option "jadclipse" under java in prefrences page but when i tried to set the default file viewer for .class files, i'm unable to get the "Jadclipse File Viewer" option in the "Editor Selection" dialog box. Please let me know what i have missed while adding the plugin. I have attached the screenshot. Any help is greatly appreciated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427343&aid=2487793&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2008-11-09 12:20:24
|
Feature Requests item #2091508, was opened at 2008-09-03 14:42 Message generated for change (Comment added) made by dmsimms You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=2091508&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: D. Mark Simms (dmsimms) Assigned to: Nobody/Anonymous (nobody) Summary: Update for Eclipse 3.4 (Ganymede) Initial Comment: Any chance of getting an update for Eclipse 3.4? I tried installing the 3.3 version, and the JadClipse options show up under Preferences, but when I try to open a .class file with it it just opens up the regular Eclipse class viewer. ---------------------------------------------------------------------- >Comment By: D. Mark Simms (dmsimms) Date: 2008-11-09 08:50 Message: Hey just to let you know that it's working for me now. Not sure what changed, but I tried it again recently and it worked in 3.4. ---------------------------------------------------------------------- Comment By: Uwe Kubosch (donv70) Date: 2008-11-01 13:18 Message: Any response on this? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=2091508&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2008-11-01 15:59:09
|
Support Requests item #2138361, was opened at 2008-09-30 16:31 Message generated for change (Comment added) made by donv70 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427343&aid=2138361&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Dont work for eclispe 3.4 Initial Comment: It does not work for eclipse 3.4 ---------------------------------------------------------------------- Comment By: Uwe Kubosch (donv70) Date: 2008-11-01 16:59 Message: Ny response on this? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427343&aid=2138361&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2008-11-01 15:48:38
|
Feature Requests item #2091508, was opened at 2008-09-03 19:12 Message generated for change (Comment added) made by donv70 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=2091508&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: D. Mark Simms (dmsimms) Assigned to: Nobody/Anonymous (nobody) Summary: Update for Eclipse 3.4 (Ganymede) Initial Comment: Any chance of getting an update for Eclipse 3.4? I tried installing the 3.3 version, and the JadClipse options show up under Preferences, but when I try to open a .class file with it it just opens up the regular Eclipse class viewer. ---------------------------------------------------------------------- Comment By: Uwe Kubosch (donv70) Date: 2008-11-01 16:48 Message: Any response on this? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=2091508&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2008-10-21 22:11:36
|
Feature Requests item #2185543, was opened at 2008-10-21 22:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=2185543&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Improvements (example) Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Add support for the -a option Initial Comment: The JAD has the -a option which produces byte code annotated with source code. This is very useful for learning byte code. It will be great if JadClipse can support this option. Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=2185543&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2008-10-15 07:53:43
|
Bugs item #1849125, was opened at 2007-12-12 04:21 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1849125&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: chongyc (wjddudcjf) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot invoke JadClipse on Eclipse 3.3.1.1 Initial Comment: Cannot invoke JadClipse on Eclipse 3.3.1.1 The 'JadClipse Class File Viewer' failes when trying to decompile a class-file in a jar-file. Result is the default 'Class File Editor' but 'JadClipse Class File Viewer' . Version: 3.3.1.1 Build id: M20071023-1652 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-10-15 07:53 Message: This seems to be also true for my Eclipse installation: Eclipse Ganymede Version: 3.4.1 Build id: M20080911-1700 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1849125&group_id=40205 |
|
From: Web U. <ww...@us...> - 2008-10-10 02:20:43
|
Patches item #2127105, was opened at 2008-09-24 20:34 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=2127105&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Elias Ross (genman) Assigned to: Johann Gyger (jgyger) Summary: Integrate JODE (jode.sf.net) decompiler Initial Comment: Patch to allow Jadclipse to work with Jode. The diff and source is attached, the library is attached as well, compiled from jode.sf.net ... ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2008-10-10 02:20 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2008-09-25 06:45 Message: Thanks for this patch, I will have a look at it. ---------------------------------------------------------------------- Comment By: Elias Ross (genman) Date: 2008-09-24 21:32 Message: The jode.jar file is available here: http://e-xml.sourceforge.net/maven2/repository/net/sourceforge/jode/1.0-SNAPSHOT/ ---------------------------------------------------------------------- Comment By: Elias Ross (genman) Date: 2008-09-24 20:35 Message: File Added: JodeDecompiler.java ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=2127105&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2008-10-04 11:50:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5366917 By: andreaskuhtz I found a link for a jadclipse version that is running under eclipse 3.4 --> http://webobjects.mdimension.com/jadclipse/3.3 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124754 |
|
From: SourceForge.net <no...@so...> - 2008-09-30 14:31:52
|
Support Requests item #2138361, was opened at 2008-09-30 14:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427343&aid=2138361&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Dont work for eclispe 3.4 Initial Comment: It does not work for eclipse 3.4 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427343&aid=2138361&group_id=40205 |