mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[uast-inspection] IJ-CR-130570 IDEA-350483 New inspection LoggingGuardedByConditionInspection also deletes comments
- uast comment tracker GitOrigin-RevId: d484939094c50bd5b7304d9703052f9841679c46
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c446f2c4d0
commit
719bb1619c
@@ -217,10 +217,9 @@ class JavaLoggingGuardedByConditionInspectionTest : LoggingGuardedByConditionIns
|
||||
void n(String arg) {
|
||||
//comment1
|
||||
//comment2
|
||||
LOG.debug("test" + arg);
|
||||
//comment3
|
||||
|
||||
//comment4
|
||||
LOG.debug("test" + arg);
|
||||
}
|
||||
}
|
||||
""".trimIndent(),
|
||||
|
||||
Reference in New Issue
Block a user