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

Attribute is not declared in owner class if its type is a stub #26

Open VincentBlondeau opened 7 years ago

VincentBlondeau commented 7 years ago

See InJavaImporter>>ensureAttributeForFragment(VariableDeclarationFragment fragment, FieldDeclaration field) -> if (binding == null)

Test to come in PR