feenkcom / jdt2famix

Jdt2Famix takes Java sources and produces MSE files that can be imported into Glamorous Toolkit.
https://gtoolkit.com
Eclipse Public License 1.0
37 stars 22 forks source link

References are not created in the mse #30

Open VincentBlondeau opened 7 years ago

VincentBlondeau commented 7 years ago

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