1.8.0
What's Changed
- Add reproducibility tests for issue by @zacscoding in #476
- Minor cleanups by @knutwannheden in #486
- Set the type on
J.Identifier
to null if it resolves toJ.Unknown
. by @traceyyoshima in #490 - Added detection of annotation constructors to create J.Annotation in visitCallExpression. by @traceyyoshima in #478
- Map types in
PsiElementAssociations
by @knutwannheden in #487 - Deprecate the
prefix
field ofIsNullSafe
marker since it's uncessery by @kunli2 in #491 - Fix quoted identifier name. by @traceyyoshima in #492
- Match type of unused variable name. by @traceyyoshima in #495
- Fix the method name on method types of property access accessors. by @traceyyoshima in #496
- Reduce STDERR in AutoDetectTest by @timtebeek in #499
- Fixed missing static flag in type mapping. e4d16f2
New Contributors
- @zacscoding made their first contribution in #476
Full Changelog: v1.7.6...v1.8.0