-
Notifications
You must be signed in to change notification settings - Fork 1
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
LastStepMappings in case of duplicate code #91
Comments
@pouryafard75 |
R789 is basically an Inline Variable that comes ONLY from L788 |
Fixes wrong LeafMapping added in VariableReplacementAnalysis
Related to #89
thunderbird/thunderbird-android@9d44f0e
In L3480, the should be multi-mappings for
localFolder.getName()
andgetRootCauseMessage(e)
These are duplicate codes extracted in a common method
notifySynchronizeMailboxFailed()
On top of the extracted statements, there are two Extract Variable refactorings applied, which introduce sub-expression mappings.
Activiti/Activiti@a70ca1d
A similar scenario takes place of the sub-expression
persistentObjectsToInsert.size() == 1
One of the duplicated code fragments has an overlapping Split Conditional refactorings, while the other duplicated code fragment in an exact match
if (persistentObjectsToInsert.size() == 1)
.The text was updated successfully, but these errors were encountered: