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

NPE (JRuby-NiCad Blind) #24

Closed
tsantalis opened this issue Jul 21, 2016 · 1 comment
Closed

NPE (JRuby-NiCad Blind) #24

tsantalis opened this issue Jul 21, 2016 · 1 comment
Assignees

Comments

@tsantalis
Copy link
Owner

Clone #446 (Group 446, Pair 1-2): org.jruby.test.bench.BenchLongFibRecursive#boxedLongFib (row 1499) and org.jruby.test.bench.BenchIntFibRecursive#integerFib (row 1500)

 java.lang.NullPointerException
at gr.uom.java.ast.decomposition.matching.ASTNodeMatcher.commonSuperType(ASTNodeMatcher.java:479)
at gr.uom.java.ast.decomposition.cfg.mapping.PreconditionExaminer.findReturnTypeBinding(PreconditionExaminer.java:3774)
at gr.uom.java.ast.decomposition.cfg.mapping.PreconditionExaminer.getReturnTypeBinding(PreconditionExaminer.java:3709)
at gr.uom.java.ast.decomposition.cfg.mapping.PreconditionExaminer.checkIfAllPossibleExecutionFlowsEndInReturn(PreconditionExaminer.java:1797)
at gr.uom.java.ast.decomposition.cfg.mapping.PreconditionExaminer.<init>(PreconditionExaminer.java:364)
at gr.uom.java.ast.decomposition.cfg.mapping.PDGRegionSubTreeMapper.<init>(PDGRegionSubTreeMapper.java:40)
at ca.concordia.jdeodorant.eclipse.commandline.Application.getOptimalSolution(Application.java:1630)
at ca.concordia.jdeodorant.eclipse.commandline.Application.testRefactoring(Application.java:820)
at ca.concordia.jdeodorant.eclipse.commandline.Application.start(Application.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
@tsantalis tsantalis self-assigned this Jul 21, 2016
@tsantalis
Copy link
Owner Author

Fixed in commit 792365f2fd19a2aad64ce6359b81e91960c587e0

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

1 participant