inferred / FreeBuilder

Automatic generation of the Builder pattern for Java
Apache License 2.0
838 stars 101 forks source link

Use short names for types in current scope #358

Closed alicederyn closed 5 years ago

alicederyn commented 5 years ago

If a type is in scope, use its short name. This can happen for the following reasons:

Source tests are not reflecting the full scope of this change, as the scope manager relies on an Elements instance to determine what is in scope, and this is only partially stubbed in these tests.