What's Changed
- Added AppendToTextFile recipe by @nmck257 in #2011
- Adding XML ChangeTagName recipe by @nmck257 in #2010
- Added support for
JavaType.Variable
inChangePackage
. by @traceyyoshima in #2013 - Add CodeQL ExternalFlow Sink Models for DataFlow by @JLLeitschuh in #2012
- Handle the variable expression better when changing java compatibility by @shanman190 in #2015
- Only create one new JavaType.Method per signature in ChangePackage. by @traceyyoshima in #2018
- Added support to replace J.NewArray in JavaTemplate. by @traceyyoshima in #2014
- Bug yaml property update same prefix by @sanagaraj-pivotal in #2017
- Expand java template support by @traceyyoshima in #2019
- Fix control flow when
new int[]{1,2,3}
used in for each by @JLLeitschuh in #2022 - Fixed regression on default behavior of RemoveRedundantDependencyVersions by @nmck257 in #2021
- Fix
InvocationMatcher
bug looking too high for a call expression by @JLLeitschuh in #2023 - Enhanced JavaType updates in ChangeType by @traceyyoshima in #2025
- Use new Expression::getCoordinates::replace in control flow by @JLLeitschuh in #2027
- Refactor and Optimize
InvocationMatcher
by @JLLeitschuh in #2030 - Fix DataFlow & ControlFlow not working in doubly nested
doAfterVisit
by @JLLeitschuh in #2031
New Contributors
- @sanagaraj-pivotal made their first contribution in #2017
Full Changelog: v7.25.0...v7.26.0