jadclipse-develop Mailing List for JadClipse - Eclipse plugin (Page 9)
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...> - 2006-11-15 22:27:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4014482 By: diyfiesta Mine still doesn't work when opening the file as you describe, however, I spotted that it does decompile it when I do an 'F3' when highlighting a class which I don't have the source to. For example, if you're using a JRE with eclipse (as opposed to setting eclipse up pointing the the JDK) try hitting F3 when a standard Java class is highlighted. Check at the top of the resulting file for a comment that includes some reference to JAD. If you're pointing to a JDK, set the 'ignore source' tickbox on the properties and it'll do the same thing (instead of looking up the source). So, basically, its kind of working for me except when I open a .class file explicitly. Cheers ps, please feel free to post again if you get anywhere! :) ______________________________________________________________________ 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...> - 2006-11-15 20:25:40
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4014167 By: morechoff I to have the same problem as . I installed the latest version of Jad (1.5.8g), jadclipse jar file, have the full path (and even tried adding it to the path in Windows), the class extension is set to jadclipse as the default. I am on Eclipse 3.2.1, Windows 2000. When I open the class file using jadeclipse, I get what appears to be the Eclipse standard class viewer, I do have jadclipse on the toolbar, and I have the jad icon. When I click decompile nothing happens. What should happen? When I open a class file using jadclipse should I not see the jadclipse viewer with the the jadclipse tag line? Thanks! ______________________________________________________________________ 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...> - 2006-11-08 13:12:54
|
Bugs item #1588944, was opened at 2006-11-01 22:34 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1588944&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: Igor Fedorenko (igorfie) >Assigned to: Johann Gyger (jgyger) Summary: StackOverFlow in JadclipseSourceMapper Initial Comment: This seems to be a regression in 3.2.3 introduced by fix to #1554721 -- should not you be checking if existing source mapper is not this? Here is the (partial) stack java.lang.StackOverflowError at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) ... at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at org.eclipse.jdt.internal.core.ClassFile.mapSource(ClassFile.java:581) at org.eclipse.jdt.internal.core.ClassFile.openBuffer(ClassFile.java:576) at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:259) at org.eclipse.jdt.internal.core.ClassFile.getBuffer(ClassFile.java:311) at org.eclipse.jdt.internal.core.ClassFile.getSourceRange(ClassFile.java:470) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.probeInputForSource(ClassFileEditor.java:685) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.doSetInput(ClassFileEditor.java:614) at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:2604) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:767) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:764) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2280) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2622) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2649) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:838) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:583) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1147) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1100) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1326) at org.eclipse.ui.internal.PartStack.add(PartStack.java:458) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102) at org.eclipse.ui.internal.PartStack.add(PartStack.java:444) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:111) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:818) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:717) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:678) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2569) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2504) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2496) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2481) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2476) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2461) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:295) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:169) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:195) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:176) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:268) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:244) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:310) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:650) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:819) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:817) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1072) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1171) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:249) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:283) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3398) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3022) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1916) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1880) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962) ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-11-08 13:12 Message: Logged In: YES user_id=7927 I already tried that fix because I'm aware that the current code might result in endless recursion. The effect was that the outline and code folding didn't work anymore. I have no idea why... Can you tell me how to reproduce this bug so that I can try out other fixes? - Johann ---------------------------------------------------------------------- Comment By: Thomas Schmidt (schthoma) Date: 2006-11-08 12:51 Message: Logged In: YES user_id=1640449 I think, that a call of the originalSourceMapper is only then necessary if it is not a JadclipseSourceMapper. The source code should look as follows: if (originalSourceMapper != null) { if (!(originalSourceMapper instanceof JadclipseSourceMapper)){ char[] attachedSource = originalSourceMapper.findSource(type, info); if (attachedSource != null) { return attachedSource; } } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1588944&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-11-08 12:51:28
|
Bugs item #1588944, was opened at 2006-11-01 23:34 Message generated for change (Comment added) made by schthoma You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1588944&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: Igor Fedorenko (igorfie) Assigned to: Nobody/Anonymous (nobody) Summary: StackOverFlow in JadclipseSourceMapper Initial Comment: This seems to be a regression in 3.2.3 introduced by fix to #1554721 -- should not you be checking if existing source mapper is not this? Here is the (partial) stack java.lang.StackOverflowError at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) ... at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at org.eclipse.jdt.internal.core.ClassFile.mapSource(ClassFile.java:581) at org.eclipse.jdt.internal.core.ClassFile.openBuffer(ClassFile.java:576) at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:259) at org.eclipse.jdt.internal.core.ClassFile.getBuffer(ClassFile.java:311) at org.eclipse.jdt.internal.core.ClassFile.getSourceRange(ClassFile.java:470) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.probeInputForSource(ClassFileEditor.java:685) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.doSetInput(ClassFileEditor.java:614) at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:2604) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:767) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:764) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2280) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2622) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2649) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:838) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:583) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1147) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1100) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1326) at org.eclipse.ui.internal.PartStack.add(PartStack.java:458) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102) at org.eclipse.ui.internal.PartStack.add(PartStack.java:444) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:111) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:818) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:717) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:678) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2569) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2504) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2496) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2481) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2476) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2461) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:295) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:169) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:195) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:176) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:268) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:244) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:310) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:650) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:819) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:817) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1072) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1171) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:249) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:283) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3398) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3022) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1916) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1880) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962) ---------------------------------------------------------------------- Comment By: Thomas Schmidt (schthoma) Date: 2006-11-08 13:51 Message: Logged In: YES user_id=1640449 I think, that a call of the originalSourceMapper is only then necessary if it is not a JadclipseSourceMapper. The source code should look as follows: if (originalSourceMapper != null) { if (!(originalSourceMapper instanceof JadclipseSourceMapper)){ char[] attachedSource = originalSourceMapper.findSource(type, info); if (attachedSource != null) { return attachedSource; } } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1588944&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-11-06 14:43:06
|
Bugs item #1591403, was opened at 2006-11-06 09:43 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=1591403&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: David Lippa (dalippa) Assigned to: Nobody/Anonymous (nobody) Summary: Jad fails on some class files Initial Comment: Jad sometimes gets the option "error=2" from JadClipse which causes the decompilation to fail. Recommend adding an options page in the plug-in (with defaults) to allow the user to change which options get passed to JAD. I ran the decompilation with JAD from the command line (without the error=2 part of the line) and it works properly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1591403&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-11-06 02:01:50
|
Bugs item #1591086, was opened at 2006-11-06 10:01 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=1591086&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: VijayW (vijaywadnere) Assigned to: Nobody/Anonymous (nobody) Summary: Error Activating View Initial Comment: Using Eclipse Version: 3.2.0 Build id: M20060629-1905 Jad: Jadnt158 Error: When Double clicked any .class file, couldnt see the decompiled code but receives an error "An error has occured when activating this view". Seems that eclipse is still trying to open the class file in its default class file editor instead of JadCliplse Class File Viewer even though it is set as default one. As suggested in installation page of JadClipse, I first tried with "jadclipse_3.1.0.jar" as it is targetting Eclipse Mileston upto M2 Later I tried with "jadcliplse_3.2.0.jar", but the result was same - error. Follwed all the steps of installation: 1. copied plugin jar in [eclipse]\plugin 2. Windows>Preferences>Java>JadClipse>Path to Decompiler - my path to jad.exe 3. Windows>General>Editors>File Associations> *.class = JadClipse Class File View (default) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1591086&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-11-06 01:42:07
|
Bugs item #1307225, was opened at 2005-09-29 03:04 Message generated for change (Comment added) made by vijaywadnere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&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: Johann Gyger (jgyger) Assigned to: Johann Gyger (jgyger) Summary: "File > Open File..." with class files Initial Comment: Opening a class file with "File >Open File..." doesn't automatically decompile the class. java.lang.NullPointerException at org.eclipse.jdt.internal.core.BinaryType.sourceFileName(BinaryType.java:875) at org.eclipse.jdt.internal.core.SourceMapper.mapSource(SourceMapper.java:1163) at org.eclipse.jdt.internal.core.SourceMapper.mapSource(SourceMapper.java:1101) at jadclipse.JadclipseSourceMapper.mapSource(JadclipseSourceMapper.java:206) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:121) at jadclipse.JadclipseClassFileEditor.doSetInput(JadclipseClassFileEditor.java:68) at jadclipse.JadclipseActionBarContributor.setActiveEditor(JadclipseActionBarContributor.java:87) ---------------------------------------------------------------------- Comment By: VijayW (vijaywadnere) Date: 2006-11-06 09:42 Message: Logged In: YES user_id=1638478 I am using Eclipse 3.2 M2. After setting everything (plugin and jad.exe), when double clicked a class file, i get an error from eclipse, saying: An Error has occured when activating this view. Is this a problme from Eclipse or from Jad? ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2005-10-26 03:33 Message: Logged In: YES user_id=7927 Depends on https://bugs.eclipse.org/bugs/show_bug.cgi?id=70347 ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-29 14:26 Message: Logged In: YES user_id=1352347 Wait a sec... no its not the same error.. when i use Open File i get the same error like you, but from the navigator view i get a source not found error.. But it IS the jadclipse editor who is telling me this... ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-29 14:20 Message: Logged In: YES user_id=1352347 Well.. got the same problem.. but for me it doesn't even work in Navigator view, by double clicking on it.. But... i think this is no Jadclipse problem, because a have the completely same problem with the Jode decompiler plugin for eclipse... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-29 14:17 Message: Logged In: NO Seems like this is a known problem.. http://sourceforge.net/tracker/index.php?func=detail&aid=1083145&group_id=40205&atid=427343 http://sourceforge.net/tracker/index.php?func=detail&aid=1086142&group_id=40205&atid=427344 http://sourceforge.net/forum/forum.php?thread_id=1235871&forum_id=124755 But noone seems to have an answere to this issue, or the developers just don't care -.- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1307225&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-11-04 17:06:18
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3995506 By: jgyger Hi, JadClipse should work on a 1.4 VM as well, I fully agree. Even though I configured the JadClipse project to comply with 1.4 the final plug-in for 3.2.3 turns out to be a 1.5 one. I'm sorry for this mistake. The next version will be 1.4 compliant again. Johann Gyger JadClipse maintainer ______________________________________________________________________ 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...> - 2006-11-04 13:13:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3995339 By: jimjxr After I installed this jar to eclipse 3.2.1's plugin directory and restart eclipse, I went to prefence->java->jadclipse, got error: unable to load class, the stack trace is: !ENTRY org.eclipse.osgi 4 0 2006-11-04 21:08:52.533 !MESSAGE An error occurred while automatically activating bundle net.sf.jadclipse (129). !STACK 0 org.osgi.framework.BundleException: The activator net.sf.jadclipse.JadclipsePlugin for bundle net.sf.jadclipse is invalid at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator( AbstractBundle.java:141) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleConte xtImpl.java:962) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.j ava:317) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle .java:256) at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalCla ss(EclipseLazyStarter.java:86) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Classpat hManager.java:409) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(Defa ultClassLoader.java:188) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleL oader.java:334) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:386) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:347) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultCl assLoader.java:83) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader .java:278) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.jav a:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBu ndle.java:1245) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutabl eExtension(RegistryStrategyOSGI.java:147) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtensi on(ExtensionRegistry.java:759) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExte nsion(ConfigurationElement.java:243) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutab leExtension(ConfigurationElementHandle.java:51) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java :238) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(Workbench PreferenceNode.java:46) at org.eclipse.jface.preference.PreferenceDialog.createPage(PreferenceDialog.ja va:1241) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.createPage(Filtered PreferenceDialog.java:316) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java :1134) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPr eferenceDialog.java:439) at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceD ialog.java:661) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:839) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(Structur edViewer.java:837) at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer .java:1143) at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer .java:1163) at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java :236) at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:230) at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:404) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java :65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action ContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionI tem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribu tionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator. java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication( EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp pLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.UnsupportedClassVersionError: net/sf/jadclipse/JadclipsePlugin (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(Default ClassLoader.java:160) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathMa nager.java:498) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(Classpath Manager.java:468) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(Clas spathManager.java:427) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Classpat hManager.java:410) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(Defa ultClassLoader.java:188) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleL oader.java:334) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:386) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:347) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultCl assLoader.java:83) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader .java:278) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.jav a:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator( AbstractBundle.java:134) ... 71 more Root exception: java.lang.UnsupportedClassVersionError: net/sf/jadclipse/JadclipsePlugin (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(Default ClassLoader.java:160) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathMa nager.java:498) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(Classpath Manager.java:468) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(Clas spathManager.java:427) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Classpat hManager.java:410) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(Defa ultClassLoader.java:188) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleL oader.java:334) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:386) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:347) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultCl assLoader.java:83) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader .java:278) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.jav a:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator( AbstractBundle.java:134) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleConte xtImpl.java:962) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.j ava:317) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle .java:256) at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalCla ss(EclipseLazyStarter.java:86) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Classpat hManager.java:409) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(Defa ultClassLoader.java:188) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleL oader.java:334) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:386) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:347) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultCl assLoader.java:83) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader .java:278) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.jav a:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBu ndle.java:1245) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutabl eExtension(RegistryStrategyOSGI.java:147) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtensi on(ExtensionRegistry.java:759) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExte nsion(ConfigurationElement.java:243) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutab leExtension(ConfigurationElementHandle.java:51) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java :238) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(Workbench PreferenceNode.java:46) at org.eclipse.jface.preference.PreferenceDialog.createPage(PreferenceDialog.ja va:1241) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.createPage(Filtered PreferenceDialog.java:316) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java :1134) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPr eferenceDialog.java:439) at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceD ialog.java:661) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:839) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(Structur edViewer.java:837) at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer .java:1143) at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer .java:1163) at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java :236) at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:230) at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:404) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java :65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action ContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionI tem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribu tionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator. java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication( EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp pLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) It looks like this jar is compiled using jdk 1.5 and can only be run on jdk 1.5, this is really annoying since 1.4 is still the mainstream, eclipse 3.2 can run on 1.4 without problem, why can't jadclipse? ______________________________________________________________________ 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...> - 2006-11-02 11:48:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992536 By: diyfiesta yep, from the command line (windows) :( ______________________________________________________________________ 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...> - 2006-11-02 10:31:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992453 By: loomax68 did you run eclipse.exe -clean to reconfigure eclipse ? ______________________________________________________________________ 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...> - 2006-11-02 09:15:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992360 By: diyfiesta Hi, Downloaded net.sf.jadclipse_3.2.3.jar and Jad 1.5.8g for Windows 9x/NT/2000 on Intel platform and installed the plugin correctly. I've set the preferences up pointing to the install directory (C:\jad\jad.exe) and the file association is correct. When I open a .class file, I get the standard class file viewer and a new menu JadClipse. However, when I go into that and click 'Decompile', nothing happens! I don't get any errors on-screen on in the eclipse log, it just doesn't do anything. I've tried adding jad.exe to the path and using the default preferences but it still doesn't work. Any ideas? I can post my specific eclipse version details if its helpful but its basically; Version: 3.2.1 Build id: M20060921-0945 with WTP, AJDT and subversion plugin. Thanks ______________________________________________________________________ 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...> - 2006-11-01 22:34:07
|
Bugs item #1588944, was opened at 2006-11-01 17:34 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=1588944&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: Igor Fedorenko (igorfie) Assigned to: Nobody/Anonymous (nobody) Summary: StackOverFlow in JadclipseSourceMapper Initial Comment: This seems to be a regression in 3.2.3 introduced by fix to #1554721 -- should not you be checking if existing source mapper is not this? Here is the (partial) stack java.lang.StackOverflowError at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) ... at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at org.eclipse.jdt.internal.core.ClassFile.mapSource(ClassFile.java:581) at org.eclipse.jdt.internal.core.ClassFile.openBuffer(ClassFile.java:576) at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:259) at org.eclipse.jdt.internal.core.ClassFile.getBuffer(ClassFile.java:311) at org.eclipse.jdt.internal.core.ClassFile.getSourceRange(ClassFile.java:470) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.probeInputForSource(ClassFileEditor.java:685) at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.doSetInput(ClassFileEditor.java:614) at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:2604) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:767) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:764) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2280) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2622) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2649) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:838) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:583) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1147) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1100) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1326) at org.eclipse.ui.internal.PartStack.add(PartStack.java:458) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102) at org.eclipse.ui.internal.PartStack.add(PartStack.java:444) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:111) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:818) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:717) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:678) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2569) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2504) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2496) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2481) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2476) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2461) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:295) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:169) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:195) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:176) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:268) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:244) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:310) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:650) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:819) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:850) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:817) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1072) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1171) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:249) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:283) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3398) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3022) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1916) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1880) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1588944&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-30 18:07:53
|
Bugs item #1587385, was opened at 2006-10-30 13:07 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=1587385&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: Jean-Philippe Gariepy (gawi) Assigned to: Nobody/Anonymous (nobody) Summary: StackOverflowError Initial Comment: In version 3.2.3, I got the following while editing java code: java.lang.StackOverflowError at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) at net.sf.jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:93) ... (and so on) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1587385&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-27 12:26:29
|
Bugs item #1554721, was opened at 2006-09-08 12:39 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&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: Christopher Sahnwaldt (chrisahn) Assigned to: Johann Gyger (jgyger) Summary: decompiler is applied even though source code is available Initial Comment: I'm re-submitting this bug (1425832, http://sourceforge.net/tracker/index.php? func=detail&aid=1425832&group_id=40205&atid=427342 ) because for me it happens all the time. It makes JadClipse (which is otherwise a great tool) unusable. I can reproduce it by these steps: - start Eclipse, go into a project in the Package Explorer - click on the JRE System Library, go into rt.jar (see screen shot in attachment) - make sure that a source location is configured for rt.jar (usually src.zip in your JDK installation) - open java.sql.Array.class (or any class file for which the source location contains a Java file) -> works fine, class editor opens with java code from source location - close that class file - open sun.audio.AudioData.class (or any class file for which the source location does NOT contain a Java file) -> I first get the usual Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse - open java.sql.Array.class again -> works fine, class editor opens with java code from source location - open any other class file that was *NEVER OPENED BEFORE* in this Eclipse session for which the source location DOES contain a Java file -> I first get the Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse -> there is NO WAY to get the java code from the source location into the editor It seems that once JadClipse has been used in an Eclipse session, Eclipse does not find the source code in the source attachment anymore. I use Eclipse Version: 3.2.0 Build id: M20060629-1905, JadClipse Version 3.2.2, but it happened with older versions as well. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-10-27 12:26 Message: Logged In: YES user_id=7927 Replacing the SourceMapper for IPackageFragmentRoot of the type had an unexpected side-effect. All subsequent classes in the same package fragment root (JAR, etc.) were decompiled although a source attachment was available. Fixed for JadClipse 3.2.3. ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2006-10-27 08:48 Message: Logged In: YES user_id=7927 Replacing the SourceMapper for IPackageFragmentRoot of the type had an unexpected side-effect. All subsequent classes in the same package fragment root (JAR, etc.) were decompiled although a source attachment was available. Fixed for JadClipse 3.2.3. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-10-27 08:05 Message: Logged In: NO This now works for us with: Eclipse Version: 3.2.1 Build id: M20060921-0945 jadclipse: net.sf.jadclipse_3.2.3.jar ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2006-10-20 07:45 Message: Logged In: YES user_id=7927 Once a class file in a jar does not contain a source attachment, all further files opened from the same jar file that contain a source attachment will be decompiled. I could reproduce this bug but do not have a solution so far. ---------------------------------------------------------------------- Comment By: David Karnok (karnokd) Date: 2006-10-04 16:52 Message: Logged In: YES user_id=1245062 I use Eclipse 3.2.1 and JadClipse 3.2.2 produces this problem, but when replacing it with JadClipse 3.1.0, the available source is honored. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-27 11:09:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3983691 By: darthbonkers Hi, I use Eclipse 3.2.1.r321_v20060921-b_XVA-INSQSyMtx and jadclipse 3.2.3 and get this error: "Unable to create the selected preference page." "Reason: Plug-in 'jadclipse' was unable to instantiate class 'jadclipse.ui.JadClipsePreferencePageDirect'" Thanks a lot. ______________________________________________________________________ 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...> - 2006-10-27 08:48:14
|
Bugs item #1554721, was opened at 2006-09-08 12:39 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&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: Christopher Sahnwaldt (chrisahn) Assigned to: Johann Gyger (jgyger) Summary: decompiler is applied even though source code is available Initial Comment: I'm re-submitting this bug (1425832, http://sourceforge.net/tracker/index.php? func=detail&aid=1425832&group_id=40205&atid=427342 ) because for me it happens all the time. It makes JadClipse (which is otherwise a great tool) unusable. I can reproduce it by these steps: - start Eclipse, go into a project in the Package Explorer - click on the JRE System Library, go into rt.jar (see screen shot in attachment) - make sure that a source location is configured for rt.jar (usually src.zip in your JDK installation) - open java.sql.Array.class (or any class file for which the source location contains a Java file) -> works fine, class editor opens with java code from source location - close that class file - open sun.audio.AudioData.class (or any class file for which the source location does NOT contain a Java file) -> I first get the usual Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse - open java.sql.Array.class again -> works fine, class editor opens with java code from source location - open any other class file that was *NEVER OPENED BEFORE* in this Eclipse session for which the source location DOES contain a Java file -> I first get the Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse -> there is NO WAY to get the java code from the source location into the editor It seems that once JadClipse has been used in an Eclipse session, Eclipse does not find the source code in the source attachment anymore. I use Eclipse Version: 3.2.0 Build id: M20060629-1905, JadClipse Version 3.2.2, but it happened with older versions as well. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-10-27 08:48 Message: Logged In: YES user_id=7927 Replacing the SourceMapper for IPackageFragmentRoot of the type had an unexpected side-effect. All subsequent classes in the same package fragment root (JAR, etc.) were decompiled although a source attachment was available. Fixed for JadClipse 3.2.3. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-10-27 08:05 Message: Logged In: NO This now works for us with: Eclipse Version: 3.2.1 Build id: M20060921-0945 jadclipse: net.sf.jadclipse_3.2.3.jar ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2006-10-20 07:45 Message: Logged In: YES user_id=7927 Once a class file in a jar does not contain a source attachment, all further files opened from the same jar file that contain a source attachment will be decompiled. I could reproduce this bug but do not have a solution so far. ---------------------------------------------------------------------- Comment By: David Karnok (karnokd) Date: 2006-10-04 16:52 Message: Logged In: YES user_id=1245062 I use Eclipse 3.2.1 and JadClipse 3.2.2 produces this problem, but when replacing it with JadClipse 3.1.0, the available source is honored. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-27 08:45:41
|
Bugs item #1561998, was opened at 2006-09-20 08:28 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1561998&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: docs Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Johann Gyger (jgyger) Summary: install desc. update Initial Comment: in installation description should be added point: check *.class file associations and make sure it is associated with JadClipse Class File Viewer by default (Preferences->General->Editors->File associations) ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-10-27 08:45 Message: Logged In: YES user_id=7927 Installation description has been updated, see the new Wiki based web page. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1561998&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-27 08:05:33
|
Bugs item #1554721, was opened at 2006-09-08 05:39 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&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: Christopher Sahnwaldt (chrisahn) Assigned to: Johann Gyger (jgyger) Summary: decompiler is applied even though source code is available Initial Comment: I'm re-submitting this bug (1425832, http://sourceforge.net/tracker/index.php? func=detail&aid=1425832&group_id=40205&atid=427342 ) because for me it happens all the time. It makes JadClipse (which is otherwise a great tool) unusable. I can reproduce it by these steps: - start Eclipse, go into a project in the Package Explorer - click on the JRE System Library, go into rt.jar (see screen shot in attachment) - make sure that a source location is configured for rt.jar (usually src.zip in your JDK installation) - open java.sql.Array.class (or any class file for which the source location contains a Java file) -> works fine, class editor opens with java code from source location - close that class file - open sun.audio.AudioData.class (or any class file for which the source location does NOT contain a Java file) -> I first get the usual Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse - open java.sql.Array.class again -> works fine, class editor opens with java code from source location - open any other class file that was *NEVER OPENED BEFORE* in this Eclipse session for which the source location DOES contain a Java file -> I first get the Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse -> there is NO WAY to get the java code from the source location into the editor It seems that once JadClipse has been used in an Eclipse session, Eclipse does not find the source code in the source attachment anymore. I use Eclipse Version: 3.2.0 Build id: M20060629-1905, JadClipse Version 3.2.2, but it happened with older versions as well. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-10-27 01:05 Message: Logged In: NO This now works for us with: Eclipse Version: 3.2.1 Build id: M20060921-0945 jadclipse: net.sf.jadclipse_3.2.3.jar ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2006-10-20 00:45 Message: Logged In: YES user_id=7927 Once a class file in a jar does not contain a source attachment, all further files opened from the same jar file that contain a source attachment will be decompiled. I could reproduce this bug but do not have a solution so far. ---------------------------------------------------------------------- Comment By: David Karnok (karnokd) Date: 2006-10-04 09:52 Message: Logged In: YES user_id=1245062 I use Eclipse 3.2.1 and JadClipse 3.2.2 produces this problem, but when replacing it with JadClipse 3.1.0, the available source is honored. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-27 06:11:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3983363 By: loomax68 The Outline problems are solved right now in the 3.2.3 Version --- Many thanks to the developers you are doing a great job ______________________________________________________________________ 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...> - 2006-10-26 16:06:20
|
Bugs item #1425832, was opened at 2006-02-06 22:20 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1425832&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: Works For Me Priority: 5 Private: No Submitted By: Pankaj Udham (pdham) Assigned to: Nobody/Anonymous (nobody) Summary: decompiler is applied even though source code is available Initial Comment: Hi Jadclipse is a useful plugin. Thanks for your efforts in coding this. Although everything works fine on Eclipse 3.2M4 there is just one problem. I use jdk 5 and the source is available and set against the jdk jar files ( as you would normally set it up in Eclipse) but this plugin keeps decompiling jdk files ? Is this a know bug ? (I did not find any open bugs on this) Please clarify ? Cheers ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-10-26 09:06 Message: Logged In: NO This is also a problem for us with Eclipse 3.2.0 and jadclipse 3.2.2 ---------------------------------------------------------------------- Comment By: Christopher Sahnwaldt (chrisahn) Date: 2006-09-08 05:38 Message: Logged In: YES user_id=1418311 I'd like to re-open this bug because for me it happens all the time. It makes JadClipse (which is otherwise a great tool) unusable. I can reproduce it by these steps: - start Eclipse, go into a project in the Package Explorer - click on the JRE System Library, go into rt.jar (see screen shot in attachment) - make sure that a source location is configured for rt.jar (usually src.zip in your JDK installation) - open java.sql.Array.class (or any class file for which the source location contains a Java file) -> works fine, class editor opens with java code from source location - close that class file - open sun.audio.AudioData.class (or any class file for which the source location does NOT contain a Java file) -> I first get the usual Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse - open java.sql.Array.class again -> works fine, class editor opens with java code from source location - open any other class file that was *NEVER OPENED BEFORE* in this Eclipse session for which the source location DOES contain a Java file -> I first get the Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse -> there is NO WAY to get the java code from the source location into the editor It seems that once JadClipse has been used in an Eclipse session, Eclipse does not find the source code in the source attachment anymore. I use Eclipse Version: 3.2.0 Build id: M20060629-1905, JadClipse Version 3.2.2, but it happened with older versions as well. ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2006-05-02 19:20 Message: Logged In: YES user_id=1312539 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: 2006-04-17 06:38 Message: Logged In: YES user_id=7927 This should not happen and I'm not able to reproduce this issue with Eclipse 3.2RC1 (JDK 1.5.0_06, Windows XP) and JadClipse 3.2.2. Could you please retest or add more information how this can be reproduced.? Thanks, Johann ---------------------------------------------------------------------- Comment By: Pankaj Udham (pdham) Date: 2006-02-06 22:43 Message: Logged In: YES user_id=666667 I am using jadclipse 3.2 with Eclipse 3.2M4. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1425832&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 10:57:49
|
Feature Requests item #1584312, was opened at 2006-10-25 12:57 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=1584312&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: jief7 (jief7) Assigned to: Nobody/Anonymous (nobody) Summary: relative path to jad Initial Comment: Is it possible to not use an aboslute path to point to jad. (jad isn't in the OS path). I explain why : I package a preconfigured eclipse (in a zip). So I can't know in which dir this package will be drop on the local machine. The goal is to produced a zip with no installer, ready to use. Perhaps it is possible to package jad with jadclipse ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427345&aid=1584312&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-24 20:09:55
|
Bugs item #1479934, was opened at 2006-05-01 18:40 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1479934&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: Works For Me Priority: 5 Private: No Submitted By: Andrei Loskutov (andyandy) >Assigned to: Johann Gyger (jgyger) Summary: Double click on editor ruler doesn't add breakpoint Initial Comment: In the case if Jadclipse is installed and set as default editor for class files, then the class files *with attached source* have strange problem: double click on editor ruler doesn't add a breakpoint. I have long time assumed that this was an Eclipse bug, but since I use Linux (and Jadclipse is therefore not installed) I have never seen this error again. After looking in the code, I have discovered, that the followed code in JadclipseBreakpointRulerActionDelegate is responsible for the error: // only care about jadclipse class file editor if (targetEditor != null) { String id= targetEditor.getSite().getId(); if (!id.equals(JadclipseClassFileEditor.ID )) targetEditor= null; } I don't understand why is it required to create own JadclipseBreakpointRulerActionDelegate class, but at least in Eclipse 3.2 it seems not to be required anymore. As a workaround/patch for the described problem one could simply change plugin.xml from Jadclipse and use default RulerToggleBreakpointActionDelegate class instead: <extension point="org.eclipse.ui.editorActions"> <editorContribution targetID="jadclipse. JadclipseClassFileEditor" id="jadclipse.JadclipseClassFileEditor. BreakpointRulerActions"> <action label="?" class="org.eclipse.debug.ui.actions. RulerToggleBreakpointActionDelegate" actionID="RulerDoubleClick" id="jadclipse. ManageBreakpointRulerAction"> </action> </editorContribution> </extension> ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-10-24 20:09 Message: Logged In: YES user_id=7927 Works for Eclipse 3.2 ---------------------------------------------------------------------- Comment By: Andrei Loskutov (andyandy) Date: 2006-05-21 17:50 Message: Logged In: YES user_id=224122 I have tested with the latest 3.1 version. I haven't tried 3.2 version yet. ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2006-05-21 17:43 Message: Logged In: YES user_id=7927 Andrei, Thanks for your suggestions. I think this is already fixed the way you proposed. Did you have a look at the right source? The source for Eclipse 3.2 is on a CVS branch (Eclipse_3_2_Branch). Which version of JadClipse and Eclipse are you using exactly? Does the problem still occur with JadClipse 3.2.2 and Eclipse 3.2? - Johann ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1479934&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-20 07:45:13
|
Bugs item #1554721, was opened at 2006-09-08 12:39 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&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 Submitted By: Christopher Sahnwaldt (chrisahn) >Assigned to: Johann Gyger (jgyger) Summary: decompiler is applied even though source code is available Initial Comment: I'm re-submitting this bug (1425832, http://sourceforge.net/tracker/index.php? func=detail&aid=1425832&group_id=40205&atid=427342 ) because for me it happens all the time. It makes JadClipse (which is otherwise a great tool) unusable. I can reproduce it by these steps: - start Eclipse, go into a project in the Package Explorer - click on the JRE System Library, go into rt.jar (see screen shot in attachment) - make sure that a source location is configured for rt.jar (usually src.zip in your JDK installation) - open java.sql.Array.class (or any class file for which the source location contains a Java file) -> works fine, class editor opens with java code from source location - close that class file - open sun.audio.AudioData.class (or any class file for which the source location does NOT contain a Java file) -> I first get the usual Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse - open java.sql.Array.class again -> works fine, class editor opens with java code from source location - open any other class file that was *NEVER OPENED BEFORE* in this Eclipse session for which the source location DOES contain a Java file -> I first get the Eclipse Class File Editor (with the overview of fields and methods) -> when I click into that window, I get the decompiled version from JadClipse -> there is NO WAY to get the java code from the source location into the editor It seems that once JadClipse has been used in an Eclipse session, Eclipse does not find the source code in the source attachment anymore. I use Eclipse Version: 3.2.0 Build id: M20060629-1905, JadClipse Version 3.2.2, but it happened with older versions as well. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2006-10-20 07:45 Message: Logged In: YES user_id=7927 Once a class file in a jar does not contain a source attachment, all further files opened from the same jar file that contain a source attachment will be decompiled. I could reproduce this bug but do not have a solution so far. ---------------------------------------------------------------------- Comment By: David Karnok (karnokd) Date: 2006-10-04 16:52 Message: Logged In: YES user_id=1245062 I use Eclipse 3.2.1 and JadClipse 3.2.2 produces this problem, but when replacing it with JadClipse 3.1.0, the available source is honored. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&group_id=40205 |
|
From: SourceForge.net <no...@so...> - 2006-10-16 02:20:15
|
Bugs item #1558502, was opened at 2006-09-14 03:25 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1558502&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 Submitted By: Nobody/Anonymous (nobody) Assigned to: Johann Gyger (jgyger) Summary: no new features when adding jad plugin Initial Comment: Hello, I've installed jadClipse 3.2.0 on my windows platform but it doesn't work. when I open Preferences>Java there is no JadClipse menu. My current Eclipse Version is: 3.2.0 Build id: M20060628-1325 I've tried to copy on plugins directory 3.1.0 and 3.2.2 but it dosen't work at all. Vi...@el... ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2006-10-15 19:20 Message: Logged In: YES user_id=1312539 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: Christian (greenechri) Date: 2006-09-18 15:11 Message: Logged In: YES user_id=1601067 If you are running Eclipse from a JRE, instead of a JDK, you can get this problem. Be sure to set launch Eclipse with a VM from a JDK. See http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm For example, I edit the shortcut on my desktop and set the Target as <code>D:\eclipse\eclipse.exe -vm D:\java\Sun\jdk1.5.0_08\bin\javaw.exe</code>. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-09-18 12:58 Message: Logged In: NO I see the same issue on build M20060629-1905. What is odd, is that if you run/debug an Eclipse runtime from within Eclipse, the spawned Eclipse does have the JadClipse preference options, although a NoSuchMethodError occurs upon opening .class files. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1558502&group_id=40205 |