mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
EA-37262 - assert: InlineMethodProcessor.inlineResultVariable
This commit is contained in:
@@ -1098,7 +1098,7 @@ public class InlineMethodProcessor extends BaseRefactoringProcessor {
|
||||
}
|
||||
}
|
||||
else {
|
||||
LOG.assertTrue(resultUsage == null);
|
||||
LOG.assertTrue(resultUsage == null, "old:" + resultUsage + "; new:" + ref);
|
||||
resultUsage = ref;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user