We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem
Refactoring Miner was not able to detect that stringifyFn() was extracted from extractArgs().
Steps to Reproduce
Observed Behavior
Java Diff
Note
The Above Java Example Test Code is a close recreation to this original javaScript code (injector.js).
Source code is compilable because of the addition of mock classes (e.g. Function, StringVar)
The text was updated successfully, but these errors were encountered:
This is a duplicate with #253 related to sub-expression matching
Sorry, something went wrong.
@mkshiblu I think the reason is that you have two variables (fnText and args) declared in the same statement.
fnText
args
StringVar fnText = Function.prototype.toString.call(fn).replace(STRIP_COMMENTS, ""), args = fnText.match(ARROW_ARG).match(FN_ARGS);
No branches or pull requests
Problem
Refactoring Miner was not able to detect that stringifyFn() was extracted from extractArgs().
Steps to Reproduce
Observed Behavior
Java Diff
Note
The Above Java Example Test Code is a close recreation to this original javaScript code (injector.js).
Source code is compilable because of the addition of mock classes (e.g. Function, StringVar)
The text was updated successfully, but these errors were encountered: