feenkcom/jdt2famix

References are not created in the mse

Opened this issue · 0 comments

E.g.:

package com.foo;

import org.junit.Test;
public class FooTest {
@test
void test(){
String foo = new String();
}
}

Does not create a reference from FooTest::test() to String