mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
Generate Test Method: invalid template (IDEA-56210)
This commit is contained in:
@@ -176,6 +176,8 @@ public class TestIntegrationUtils {
|
||||
|
||||
if (name == null) name = methodKind.getDefaultName();
|
||||
|
||||
templateText = StringUtil.replace(templateText, "${BODY}", "");
|
||||
|
||||
int from = 0;
|
||||
while (true) {
|
||||
int index = templateText.indexOf("${NAME}", from);
|
||||
|
||||
Reference in New Issue
Block a user