Java: enum annotated with "@Deprecated // Some comment" indents improperly
Answered
Running the Java code formatter on an enum with values annotated with "@Deprecated" and "@Deprecated // Some comment" results in an improper indent on the version with a comment on the same line as the enum. I believe the indent level is based on my continuation indent setting: 8 spaces. Does this look like a bug to y'all?


Please sign in to leave a comment.
Yes, looks like a bug, please report at https://youtrack.jetbrains.com/issues/IDEA .
Filed a bug: https://youtrack.jetbrains.com/issue/IDEA-208769