Java: Improved inspection "Join Declaration And Assignment" - corner case handled (IDEA-177132)

This commit is contained in:
Pavel Dolgov
2018-10-05 17:17:20 +03:00
parent 4aa8ef5500
commit 0dcbd3f6e5
4 changed files with 49 additions and 30 deletions

View File

@@ -3,7 +3,7 @@ class Test {
{/*comment 1*//*comment 2*//*comment 3*/// comment 4
// comment A
/*comment B*/
/*comment C*/
String ss = "hello" + /*comment D*/ " world";/*comment E*/// comment F
/*comment C*//*comment E*/
String ss = "hello" + /*comment D*/ " world";// comment F
}
}