pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Extract Attribute Refactoring with initializer in the constructor #90

Closed tsantalis closed 9 months ago

tsantalis commented 9 months ago

https://github.com/jfinal/jfinal/commit/881baed894540031bd55e402933bcad28b74ca88

src/com/jfinal/core/ActionInvocation.java ->
src/com/jfinal/aop/Invocation.java

Screenshot from 2023-11-11 19-47-46

NULL_ARGS at L55 should match with R52 There is an Extract Attribute refactoring args

NULL_ARGS is replaced with args (see mapping L55 - R71) and args is a new attribute, which is initialized in the constructor as this.args = NULL_ARGS; in R52