spoon-core-5.1.0
GerardPaligot
released this
21 Mar 15:44
·
3632 commits
to master
since this release
New features
- Full support of intersection types. #535
- Fluent api to test source code transformations. #517
- Add field at the top of a type. #537
Minor API changes
- Annotation values are handled as CtExpression. #555 #556
- CtVariableAccess#getType does not return null anymore, now delegates to getVariable().getType(). #548
Fixes
- No classpath:
- Generics:
- Fields:
- The qualified name of a type declared in an anonymous class. #541
- Visibility:
- Field access declared in a default class. #543
Refactoring
- Refactored responsabilities of equal/hashcode/signature. #532