EA-37262 - assert: InlineMethodProcessor.inlineResultVariable

This commit is contained in:
anna
2012-07-09 13:38:58 +02:00
parent 54267869e2
commit 55d6da2533
@@ -1098,7 +1098,7 @@ public class InlineMethodProcessor extends BaseRefactoringProcessor {
}
}
else {
LOG.assertTrue(resultUsage == null);
LOG.assertTrue(resultUsage == null, "old:" + resultUsage + "; new:" + ref);
resultUsage = ref;
}
}