[Jadclipse-develop] [ jadclipse-Patches-1188894 ] patch for eclipse 3.1M6 based on jadclipse_b208
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2005-09-27 20:03:21
|
Patches item #1188894, was opened at 2005-04-24 11:31 Message generated for change (Comment added) made by jgyger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1188894&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: Eclipse build patches Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Olaf Siefart (osiefart) Assigned to: Nobody/Anonymous (nobody) Summary: patch for eclipse 3.1M6 based on jadclipse_b208 Initial Comment: Problem: JadClipse does not work with Eclipse 3.1M6 Solution: I took the patch-build jadclipse_b208.zip and fixed the class JadclipseBreakpointRulerActionDelegate with the patch from Alain Pannetier (seen in the jadclipse-plugin comments) and added some new plugin requirements in the plugin.xml. Source is included in the file. Seems to work for me, but no warranty. ---------------------------------------------------------------------- >Comment By: Johann Gyger (jgyger) Date: 2005-09-27 20:02 Message: Logged In: YES user_id=7927 Obsolete with new release of JadClipse. Please see patch 1232071 for further discussion. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-16 02:44 Message: Logged In: NO 1 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-09-12 10:26 Message: Logged In: NO good job! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-04 15:50 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Peik Aschan (peik) Date: 2005-08-04 07:43 Message: Logged In: YES user_id=845133 Why do we have all these patches but no official releases of JadClipse since 206? Maybe some of you patchers could join the project and submit the patches as official releases, if Vladimir (vovikg) has lost interest in it? Thanks for your work! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-01 18:52 Message: Logged In: NO Regarding Johan's out of bounds exception below, I get the same error (only when align for debugging turned on as he says). I'm using Eclipse 3.1 final, jadclipse 2.0.9 patch, and jad1.5.8e under linux. Has anyone found a resolution for this issue. Thanks for patching jadclipse by the way! Thanks, Jeremy ---------------------------------------------------------------------- Comment By: Vinodh (vins_all) Date: 2005-07-11 14:28 Message: Logged In: YES user_id=1310801 Thnaks. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-11 04:16 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: David Pérez (david-perez) Date: 2005-07-04 09:56 Message: Logged In: YES user_id=1235599 Thanks a lot, I can now switch back to jadclipse instead of jode with Eclipse 3.1. JAD creates much understandable code. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-29 06:04 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: k.a (keiko-azuma) Date: 2005-06-23 04:30 Message: Logged In: YES user_id=1301488 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-23 04:11 Message: Logged In: NO sasad ---------------------------------------------------------------------- Comment By: saiki (senova) Date: 2005-06-13 09:25 Message: Logged In: YES user_id=1295629 123 ---------------------------------------------------------------------- Comment By: kanno_mss1 (kanno_mss1) Date: 2005-06-09 07:15 Message: Logged In: YES user_id=1293715 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-03 07:48 Message: Logged In: NO aaaa ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-17 11:32 Message: Logged In: NO Hi Olaf, I have some input for You regaring the exception I posted about earlier. The exception occurs only when I check the option "Align code for debugging" under Java/JadClipse/Debug. Is it so that I'm the only one getting this exception when the option is checked? Can you reproduce the problem? BTW: I'm running 3.1M6 w/ jad 1.5.8e and I have removed the extension, run eclipse w/ -clean, reinstalled the extension and started eclipse with -clean. Regards, /Johan. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-27 01:58 Message: Logged In: NO Hi Olaf, This patch also works fine with version 1.5.8f of JAD, using 3.1M6 / JDK 1.4.2 / W2K. Great work! Regards, Marc ---------------------------------------------------------------------- Comment By: Olaf Siefart (osiefart) Date: 2005-04-26 16:08 Message: Logged In: YES user_id=1265534 Hi Johan, Did you really use eclipse 3.1M6 ? I don't know, what happens, if you try the patch with an earlier version of eclipse. Wich version of jad is used? The patch works with version 1.5.8e for me. eclipse -clean is also a possibility, if you are using an old workspace. Hope this helps. Olaf ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-26 10:22 Message: Logged In: NO Hi, I get a problem with this version of jadclipse. When opening a classfile only the comment part from jad is shown and a stacktrace from an exception is included. --snip-- JAD REPORTED MESSAGES/ERRORS: Method <init> Method enumerate Method getType Method init Method readResolve Method toString Method valueOf Method <clinit> #classes: 1, #methods: 8, #fields: 9, elapsed time: 0.005s CAUGHT EXCEPTIONS: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at java.util.Vector.get(Vector.java:710) at jadclipse.DebugAlignWriter$FuncBuffer.get(DebugAlignWriter.java:185) at jadclipse.DebugAlignWriter.parse(DebugAlignWriter.java:282) at jadclipse.DebugAlignWriter.close(DebugAlignWriter.java:59) at jadclipse.JadDecompiler.decompile(JadDecompiler.java:183) at jadclipse.JadDecompiler.decompileFromArchive(JadDecompiler.java:218) at jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:91) at jadclipse.JadclipseSourceMapper.findSource(JadclipseSourceMapper.java:71) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:134) at jadclipse.JadclipseClassFileEditor.init(JadclipseClassFileEditor.java:81) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:857) at org.eclipse.ui.internal.EditorManager.busyRestoreEditorHelper(EditorManager.java:1223) --snip-- Is this due to some configuration problem at my end or is this a bug in the patch? (BTW b206 worked but with the breakpoint-ruler-warning) /Johan ---------------------------------------------------------------------- Comment By: Olaf Siefart (osiefart) Date: 2005-04-25 08:03 Message: Logged In: YES user_id=1265534 hm, no problem for me with download and unzip. Maybe your download was unsuccessful? Try again... If it's a zip client problem try 7zip for unzip.. Tell me, if you got more problems. thx, Olaf. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-25 07:00 Message: Logged In: NO Hi, The zip file seems to be invalid. Could you repost it? thx, Tim ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1188894&group_id=40205 |