What's Changed
- Fix: DataFlow not being commputed for starting at AssignmentOperation by @JLLeitschuh in #2036
- Improved behavior of
RemoveRedundantDependencyVersions
when deserialized with empty-string options instead of null by @nmck257 in #2038 - Added test to relocate the property update with common infix by @ashakirin in #2042
- Fix Javadoc parsing issue related to trailing whitespace. by @traceyyoshima in #2047
- Guard against null
JavaType$Method
declaringType in DataFlow models by @traceyyoshima in #2052 - Cleanup of ControlFlow and DataFlow by @JLLeitschuh in #2053
- ChangeParentPom now runs RemoveRedundantDependencyVersion both before and after applying the new parent to the maven model by @nmck257 in #2054
- Cast
J
toNameTree
invisitParameterizedType
ofJavadocVisitor
s. by @traceyyoshima in #2057
New Contributors
- @ashakirin made their first contribution in #2042
Full Changelog: v7.26.0...v7.26.1