Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin do not work in Eclipse version:Oxygen.1a Release (4.7.1a) #37

Open
llade opened this issue Oct 14, 2017 · 4 comments
Open

plugin do not work in Eclipse version:Oxygen.1a Release (4.7.1a) #37

llade opened this issue Oct 14, 2017 · 4 comments

Comments

@llade
Copy link

llade commented Oct 14, 2017

eclipse version info:

Eclipse Java EE IDE for Web Developers.

Version: Oxygen.1a Release (4.7.1a)
Build id: 20171005-1200

stack:

java.lang.NoSuchMethodError: org.eclipse.jdt.internal.core.SourceMapper.mapSource(Lorg/eclipse/jdt/core/IType;[CLorg/eclipse/jdt/internal/compiler/env/IBinaryType;)V
at org.sf.feeling.decompiler.util.DecompileUtil.updateSourceRanges(DecompileUtil.java:176)
at org.sf.feeling.decompiler.util.DecompileUtil.checkAndUpdateCopyright(DecompileUtil.java:119)
at org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor.doOpenBuffer(JavaDecompilerClassFileEditor.java:228)
at org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor.doOpenBuffer(JavaDecompilerClassFileEditor.java:151)
at org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor.doOpenBuffer(JavaDecompilerClassFileEditor.java:143)
at org.sf.feeling.decompiler.editor.JavaDecompilerClassFileEditor.doSetInput(JavaDecompilerClassFileEditor.java:525)
at org.eclipse.ui.texteditor.AbstractTextEditor$5.run(AbstractTextEditor.java:3154)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:437)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:353)
at org.eclipse.ui.internal.WorkbenchWindow$14.run(WorkbenchWindow.java:2195)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2191)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3172)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3197)
at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:362)

@RobertZenz
Copy link

Duplicate of #36.

@bjmi
Copy link

bjmi commented Oct 18, 2017

Bug is not fixed in #36 but issue is closed.

@lxbzmy
Copy link

lxbzmy commented Nov 9, 2017

I saw folk https://github.com/listen1984/Eclipse-Class-Decompiler trying to fix the problem.

@janhvh
Copy link

janhvh commented Jun 7, 2018

Thanks guys at https://github.com/listen1984/Eclipse-Class-Decompiler !
Can confirm that this fixes the issue! ( #36 mentioned did not fix it for me).
Seems also to fix the issue that code completion / code assist did not work well anymore for me in Eclipse Oxygen (exceptions, error, showing only 3 or 4 out of 20+ methods/properties, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants