mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
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
6 lines
146 B
Java
6 lines
146 B
Java
class A {
|
|
// IDEA-138747
|
|
void myMethod() {
|
|
/* int myOldCodeCommentedOut; * / with an old comment (only closure)*/int somecode;
|
|
}
|
|
} |