Files
openide/java/java-tests/testData/codeInsight/joinLines/ConvertComment2_after.java
Tagir Valeev 6a97a5d35d JoinLinesHandler: changes according to review
1. Use progress indicators in tryConvertEndOfLineComment
2. Remove obsolete comment
3. executeInBulk only if more than 100 changes expected
4. Remove CodeEditUtil.setNodeReformatStrategy. Seems unnecessary
5. JoinLinesPerformanceTest: use executeAction
6. JoinLinesPerformanceTest: move configure to setup

GitOrigin-RevId: ce10e139ff57483408573e6a6e315db506797b5e
2019-08-27 08:02:22 +03:00

6 lines
146 B
Java

class A {
// IDEA-138747
void myMethod() {
/* int myOldCodeCommentedOut; * / with an old comment (only closure)*/int somecode;
}
}