-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
[Angular] Extract Function not detected #132
Comments
@tsantalis Can you please take a look whenever you get a chance and let me know your thoughts on these two instances? (e.g. ExtractMove or Extract only) Specifically, is the rename variable a True Positive? |
The commit is not accessible. I get "404 not found" The rename variable is not correct. because |
@tsantalis Thanks for your reply. Looks like GitHub automatllcally shortened the visible URL. The updated link should work now. I agree that the renamed variable is FN and Instead of ExtractMoveFunction it is an ExtractFunction refactoring. |
Commit: github.com/angular/angular.js/commit/8e104ee508418bc2ebb65e5b4ac73d22285cc224 File: src/ng/compile.js (line ~2793) Extract Method Missed By both tool- Original Method: nodeLinkFn Interestingly, though the same refactorings have been performed same as in the commit in description, in this commit it's not being reported by any of the tools. |
Commit: github.com/angular/angular.js/commit/42e622b751d1ad1520b824473f9ad31e7efb75b3
File: src/ng/compile.js (line ~2793)
Original Method: nodeLinkFn
ExtractedMethod: setupControllers
JSRMiner IS reporting a rename variable
Rename Variable directive to controllerDirective in $CompileProvider.10.applyDirectivesToNode.nodeLinkFn(childLinkFn ,scope ,linkNode ,$rootElement ,boundTranscludeFn) at src/ng/compile.js|$CompileProvider.10.applyDirectivesToNode.nodeLinkFn
The text was updated successfully, but these errors were encountered: