[Jadclipse-develop] [ jadclipse-Bugs-1425832 ] decompiler is applied even though source code is ava
Status: Beta
Brought to you by:
vovikg
|
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 |