mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
Java: Convert intention "Join Declaration And Assignment" into inspection (IDEA-178919)
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
// "Join declaration and assignment" "GENERIC_ERROR_OR_WARNING"
|
||||
class Test {
|
||||
{
|
||||
String ss = "hello"; // comment A
|
||||
// comment B
|
||||
/*comment C*/ /*comment D*/ // comment E
|
||||
}
|
||||
{
|
||||
/*comment 1*/
|
||||
/*comment 2*/
|
||||
/*comment 3*/
|
||||
// comment 4
|
||||
// comment A
|
||||
/*comment B*/
|
||||
/*comment C*/
|
||||
String ss = "hello" + /*comment D*/ " world";/*comment E*/// comment F
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user