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 (EMF-NiCad) #50

Closed
dmazinanian opened this issue Aug 12, 2016 · 2 comments
Closed

NPE (EMF-NiCad) #50

dmazinanian opened this issue Aug 12, 2016 · 2 comments
Assignees

Comments

@dmazinanian
Copy link
Collaborator

The same old issue, the expression gap has no return type.

Clone # 618 (Group 618, Pair 2-3): org.eclipse.emf.ecore.impl.EModelElementImpl#getEAnnotation (row 1978) and org.eclipse.emf.converter.ModelConverter#getReferredEPackage (row 1979)

java.lang.NullPointerException
    at ca.concordia.jdeodorant.eclipse.commandline.cloneinfowriter.CloneInfoCSVWriter.writeCloneInfo(CloneInfoCSVWriter.java:156)
    at ca.concordia.jdeodorant.eclipse.commandline.Application.testRefactoring(Application.java:765)
    at ca.concordia.jdeodorant.eclipse.commandline.Application.start(Application.java:185)
    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(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    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)
@dmazinanian
Copy link
Collaborator Author

The same in Clone # 662 (Group 662, Pair 33-62): org.eclipse.emf.common.notify.impl.SingletonAdapterImpl#unsetTarget (row 2244) and org.eclipse.emf.ecore.util.BasicExtendedMetaData#rename (row 2273)

@tsantalis tsantalis self-assigned this Aug 12, 2016
@tsantalis
Copy link
Owner

Fixed in commit ecffbf1ef67acad5e90ae80f1e85ce5fee808436

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