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

NullPointerException (MapleIL) #70

Open
terminalsin opened this issue Apr 2, 2020 · 1 comment
Open

NullPointerException (MapleIL) #70

terminalsin opened this issue Apr 2, 2020 · 1 comment

Comments

@terminalsin
Copy link
Member

java.lang.NullPointerException at java.util.Collections$UnmodifiableCollection.<init>(Unknown Source) at java.util.Collections$UnmodifiableSet.<init>(Unknown Source) at java.util.Collections.unmodifiableSet(Unknown Source) at org.mapleir.stdlib.collections.graph.FastDirectedGraph.getEdges(FastDirectedGraph.java:148) at org.mapleir.stdlib.collections.graph.algorithms.ExtendedDfs.dfs(ExtendedDfs.java:104) at org.mapleir.stdlib.collections.graph.algorithms.ExtendedDfs.run(ExtendedDfs.java:51) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.<init>(SimpleDfs.java:19) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.topoorder(SimpleDfs.java:43) at org.mapleir.stdlib.collections.graph.algorithms.SimpleDfs.topoorder(SimpleDfs.java:39) at org.mapleir.ir.cfg.builder.NaturalisationPass.resolveNaturalHandlerFlow(NaturalisationPass.java:35) at org.mapleir.ir.cfg.builder.NaturalisationPass.run(NaturalisationPass.java:29) at org.mapleir.ir.cfg.builder.ControlFlowGraphBuilder.buildImpl(ControlFlowGraphBuilder.java:69) at org.mapleir.ir.cfg.builder.ControlFlowGraphBuilder.build(ControlFlowGraphBuilder.java:77) at org.mapleir.jdaplugin.ILInstructionPrinter.createPrint(ILDecompiler.java:68) at club.bytecode.the.jda.decompilers.bytecode.MethodNodeDecompiler.decompile(MethodNodeDecompiler.java:168) at club.bytecode.the.jda.decompilers.bytecode.BytecodeDecompiler.decompile(BytecodeDecompiler.java:81) at club.bytecode.the.jda.decompilers.bytecode.BytecodeDecompiler.decompileClassNode(BytecodeDecompiler.java:43) at club.bytecode.the.jda.gui.fileviewer.DecompileThread.run(DecompileThread.java:46)

@rcx
Copy link
Member

rcx commented Apr 8, 2020 via email

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

2 participants