mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 11:07:43 +07:00
for "Line is longer than allowed by code style" inspection GitOrigin-RevId: dd0f643000ac252d54cde1084947a4744fa6c203
7 lines
263 B
Java
7 lines
263 B
Java
class A {
|
|
|
|
void meeeeeeeeeeeeeeeeeeeeeeeeetttttttttttttttttttttttthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhoooooooooooooooddd<warning descr="Line is longer than allowed by code style (> 120 columns)">ddd() {</warning>
|
|
//previous line is very long
|
|
}
|
|
|
|
} |