[Jadclipse-develop] [ jadclipse-Bugs-1554721 ] decompiler is applied even though source code is ava
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2006-09-08 12:40:01
|
Bugs item #1554721, was opened at 2006-09-08 12:39 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=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: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1554721&group_id=40205 |