[Jadclipse-develop] [ jadclipse-Bugs-1307225 ] "File > Open File..." with class files
Status: Beta
Brought to you by:
vovikg
|
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 |